paymentDetail.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /* pages/paymentDetail/paymentDetail.wxss */
  2. .info-group {
  3. margin: 0 0rpx;
  4. /* border-bottom:1rpx solid #cccccc; */
  5. margin-left: 20rpx;
  6. margin-right: 20rpx;
  7. /* padding-top: 20rpx;
  8. padding-bottom: 20rpx; */
  9. }
  10. .list-item {
  11. padding: 6rpx 0rpx;
  12. margin-top: 20rpx;
  13. background: rgba(255, 255, 255, 1);
  14. box-shadow: 0rpx 10rpx 12rpx 0rpx rgba(178, 178, 178, 0.08);
  15. border-radius: 20rpx;
  16. }
  17. .info-text {
  18. font-size: 26rpx;
  19. font-family: PingFang SC;
  20. font-weight: 400;
  21. color: rgba(102, 102, 102, 1);
  22. margin: 10rpx 0;
  23. /* margin-top: 20rpx;
  24. margin-bottom: 20rpx; */
  25. }
  26. .top-group {
  27. margin-top: 20rpx;
  28. margin-bottom: 20rpx;
  29. }
  30. .info-text-gray {
  31. font-size: 26rpx;
  32. font-family: PingFang SC;
  33. font-weight: 400;
  34. color: rgba(51, 51, 51, 0.38);
  35. margin: 10rpx 0;
  36. }
  37. .red-text {
  38. font-size: 28rpx;
  39. font-family: PingFang SC;
  40. font-weight: 400;
  41. color: #f4516c;
  42. margin: 10rpx 0;
  43. }
  44. .op_view {
  45. border-top: 1rpx solid #f2f2f2;
  46. height: 90rpx;
  47. }
  48. .item_alarm {
  49. color: #43cea6;
  50. width: 50%;
  51. text-align: center;
  52. height: 90rpx;
  53. line-height: 90rpx;
  54. font-size: 28rpx;
  55. }
  56. .item_record {
  57. color: #43cea6;
  58. width: 50%;
  59. border-left: 1rpx solid #f2f2f2;
  60. text-align: center;
  61. height: 90rpx;
  62. line-height: 90rpx;
  63. font-size: 28rpx;
  64. }
  65. .group-view {
  66. padding-left: 22rpx;
  67. padding-right: 22rpx;
  68. }
  69. .top-bar-container {
  70. background-color: #fff;
  71. width: 100%;
  72. position: fixed;
  73. top: 0;
  74. left: 0;
  75. height: 80rpx;
  76. }
  77. .modal-group {
  78. width: 100%;
  79. height: 100vh;
  80. background-color: rgba(27, 27, 27, 0.7);
  81. z-index: 9999;
  82. position: fixed;
  83. }
  84. .name_text {
  85. color: #797979;
  86. font-size: 28rpx;
  87. text-align: center;
  88. padding-top: 80rpx;
  89. }
  90. .red_view {
  91. color: #f4516c;
  92. }
  93. .green-text {
  94. color: #67c23a;
  95. }
  96. .tab_nav {
  97. font-size: 28rpx;
  98. line-height: 90rpx;
  99. text-align: center;
  100. flex: 1;
  101. }
  102. .select_color {
  103. color: #43cea6;
  104. }
  105. .sub_nav {
  106. font-size: 24rpx;
  107. width: 80rpx;
  108. height: 40rpx;
  109. line-height: 40rpx;
  110. text-align: center;
  111. }
  112. .sub_nav_select {
  113. background-color: #22cccc;
  114. color: #ffffff;
  115. }
  116. .sub_nav_select_no {
  117. background-color: #d7d7d7;
  118. color: #333333;
  119. }