index.wxss 419 B

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