top.wxss 448 B

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