top.less 569 B

12345678910111213141516171819202122232425262728293031323334
  1. .top {
  2. float: left;
  3. width: 100%;
  4. .left {
  5. float: left;
  6. width: 15%;
  7. text-align: center;
  8. overflow: hidden;
  9. .back {
  10. width: 40rpx;
  11. height: 40rpx;
  12. position: relative;
  13. left: 15px;
  14. width: 40rpx;
  15. height: 40rpx;
  16. }
  17. }
  18. .cen {
  19. float: left;
  20. width: 70%;
  21. text-align: center;
  22. font-size: 36rpx;
  23. color: #000000;
  24. font-weight: 600;
  25. }
  26. .right {
  27. float: left;
  28. width: 15%;
  29. }
  30. }