top.wxss 383 B

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