index.wxss 441 B

1234567891011121314151617181920212223242526
  1. .header-title {
  2. justify-content: space-between;
  3. padding: 0 26rpx;
  4. width: 100%;
  5. }
  6. .header-title .goback {
  7. width: 30px;
  8. text-align: center;
  9. }
  10. .header-title .righttext {
  11. width: 30px;
  12. }
  13. .header-title .titlename {
  14. font-size: 17px;
  15. }
  16. .space_box {
  17. margin: 0 0 0 30rpx;
  18. }
  19. .space_box .space_item {
  20. height: 48px;
  21. line-height: 48px;
  22. padding-left: 24rpx;
  23. border-bottom: 1px solid #EFF0F1;
  24. font-size: 28rpx;
  25. color: #2B3036;
  26. }