glanceover.wxss 760 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .form-box {
  2. width: 100%;
  3. height: 100%;
  4. padding: 0 10rpx;
  5. box-sizing: border-box;
  6. }
  7. .header {
  8. float: left;
  9. width: 100%;
  10. height: 64rpx;
  11. line-height: 64rpx;
  12. background: #F6F7F8;
  13. border-radius: 8rpx 8rpx 0px 0px;
  14. margin-top: 12rpx;
  15. box-sizing: border-box;
  16. border-bottom: 2rpx solid #E8E8E8;
  17. }
  18. .row {
  19. float: left;
  20. width: 100%;
  21. height: 58rpx;
  22. line-height: 58rpx;
  23. box-sizing: border-box;
  24. border-bottom: 2rpx solid #E8E8E8;
  25. }
  26. .header>view,
  27. .row>view {
  28. float: left;
  29. text-align: left;
  30. }
  31. .header>view {
  32. font-size: 24rpx;
  33. color: rgba(0, 0, 0, 0.85);
  34. }
  35. .row>view {
  36. font-size: 20rpx;
  37. color: rgba(0, 0, 0, 0.65);
  38. }
  39. .active {
  40. background-color: #FAFAFA !important;
  41. }