record.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. /* pages/record/record.wxss */
  2. page {
  3. background: #ffffff;
  4. }
  5. .containerBox {
  6. width: 100%;
  7. height: calc(100vh - 40rpx);
  8. background: #ffffff;
  9. border-radius: 36rpx;
  10. box-shadow: 0 0 20rpx 0 rgba(158, 158, 158, 0.1);
  11. }
  12. .bigTabBar {
  13. width: 100%;
  14. height: 100rpx;
  15. display: flex;
  16. justify-content: space-evenly;
  17. background: #FFFFFF;
  18. }
  19. .bigTabBarBtn {
  20. position: relative;
  21. padding: 0 20rpx;
  22. width: fit-content;
  23. height: 100%;
  24. font-family: "苹方M";
  25. font-size: 32rpx;
  26. color: #A1A5B6;
  27. display: flex;
  28. align-items: center;
  29. justify-content: center;
  30. transition: all 0.1s;
  31. }
  32. .bigTabBarBtnActive {
  33. color: #4686F6;
  34. }
  35. .bigTabBarBtn>.bigTabBarBtnborder {
  36. position: absolute;
  37. bottom: 15rpx;
  38. width: 0;
  39. height: 8rpx;
  40. border-radius: 4rpx;
  41. background: #4686F6;
  42. transition: all 0.2s;
  43. }
  44. .bigTabBarBtnActive>.bigTabBarBtnborder {
  45. width: 60rpx;
  46. }
  47. .tabbar {
  48. padding: 20rpx 0;
  49. width: 100%;
  50. height: 65rpx;
  51. display: flex;
  52. justify-content: space-evenly;
  53. background: #FFFFFF;
  54. box-shadow: 0px 6rpx 6rpx -3rpx #daddf4;
  55. }
  56. .tabbarBtn {
  57. padding: 0 20rpx;
  58. min-width: 130rpx;
  59. height: 65rpx;
  60. color: #5E5E5E;
  61. font-family: "苹方R";
  62. font-size: 24rpx;
  63. border-radius: 33rpx;
  64. background: #ECEDF6;
  65. display: flex;
  66. align-items: center;
  67. justify-content: center;
  68. transition: all 0.2s;
  69. }
  70. .tabbarBtnActive {
  71. color: #FFFFFF;
  72. background: #4686F6;
  73. }
  74. .content {
  75. width: 100%;
  76. height: calc(100vh - 205rpx);
  77. }
  78. .lists-container {
  79. width: 100%;
  80. height: 100%;
  81. }
  82. .typeOne {
  83. padding: 20rpx;
  84. margin: 0rpx 30rpx 40rpx 30rpx;
  85. width: calc(100% - 60rpx);
  86. background: #ffffff;
  87. border: 0.5px solid #dfdfdf;
  88. border-radius: 20rpx;
  89. box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
  90. box-sizing: border-box;
  91. }
  92. .typeOneActive {
  93. opacity: 0.6;
  94. }
  95. .typeOne:nth-child(1) {
  96. margin-top: 0;
  97. }
  98. .typeOne>.list1 {
  99. padding: 0 20rpx;
  100. width: calc(100% - 40rpx);
  101. height: 40rpx;
  102. display: flex;
  103. align-items: center;
  104. justify-content: space-between;
  105. }
  106. .typeOne>.list1>.label {
  107. font-family: "苹方R";
  108. font-size: 28rpx;
  109. color: #5E5E5E;
  110. }
  111. .typeOne>.list1Warning>.label>span {
  112. color: #FF9200;
  113. }
  114. .typeOne>.list1Success>.label>span {
  115. color: #02C3CA;
  116. }
  117. .typeOne>.list1>.value {
  118. width: 120rpx;
  119. height: 50rpx;
  120. border-radius: 10rpx;
  121. font-family: "苹方R";
  122. font-size: 26rpx;
  123. color: #ffffff;
  124. display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. background: #CCCCCC;
  128. }
  129. .typeOne>.list1Warning>.value {
  130. background: #FF9200;
  131. }
  132. .typeOne>.list1Success>.value {
  133. background: #02C3CA;
  134. }
  135. .typeOne>.list2 {
  136. padding: 20rpx;
  137. width: 100%;
  138. background: #f2f8ff;
  139. border-radius: 6rpx;
  140. box-sizing: border-box;
  141. }
  142. .typeOne>.no-margin {
  143. margin-top: 0rpx;
  144. }
  145. .typeOne>.list2>.item {
  146. padding: 10rpx 0;
  147. width: 100%;
  148. display: flex;
  149. align-items: flex-start;
  150. }
  151. .typeOne>.list2>.item>.label {
  152. width: 140rpx;
  153. font-family: "苹方R";
  154. font-size: 26rpx;
  155. color: #5E5E5E;
  156. }
  157. .typeOne>.list2>.item>.value {
  158. width: 0;
  159. flex: 1;
  160. font-family: "苹方R";
  161. font-size: 28rpx;
  162. color: #348BFF;
  163. }
  164. .typeOne>.list2none>.item>.value {
  165. color: #666666;
  166. }
  167. .typeTwo {
  168. padding: 20rpx;
  169. margin: 0rpx 30rpx 40rpx 30rpx;
  170. width: calc(100% - 60rpx);
  171. background: #ffffff;
  172. border: 0.5px solid #dfdfdf;
  173. border-radius: 20rpx;
  174. box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
  175. box-sizing: border-box;
  176. }
  177. .typeTwo>.list2 {
  178. padding: 20rpx;
  179. width: 100%;
  180. background: #f2f8ff;
  181. border-radius: 6rpx;
  182. box-sizing: border-box;
  183. }
  184. .typeTwo>.list2>.item {
  185. padding: 10rpx 0;
  186. width: 100%;
  187. display: flex;
  188. align-items: flex-start;
  189. }
  190. .typeTwo>.list2>.item>.label {
  191. width: 140rpx;
  192. font-family: "苹方R";
  193. font-size: 26rpx;
  194. color: #5E5E5E;
  195. }
  196. .typeTwo>.list2>.item>.value {
  197. width: 0;
  198. flex: 1;
  199. font-family: "苹方R";
  200. font-size: 28rpx;
  201. color: #666666;
  202. }
  203. .typeTwo>.list2>.item>.tip {
  204. padding: 0 20rpx;
  205. min-width: 80rpx;
  206. height: 50rpx;
  207. display: flex;
  208. align-items: center;
  209. justify-content: center;
  210. font-family: "苹方R";
  211. font-size: 26rpx;
  212. color: #ffffff;
  213. background: #CCCCCC;
  214. border-radius: 3px;
  215. }
  216. .typeTwo>.list1Warning>.item>.tip {
  217. background: #FF9200;
  218. }
  219. .typeTwo>.list1Warning>.item>.value,
  220. .typeTwo>.list1Warning>.item>.value {
  221. color: #348BFF;
  222. }
  223. .typeTwo>.list1Success>.item>.tip {
  224. background: #02C3CA;
  225. }
  226. .typeTwo>.list1Error>.item>.tip {
  227. background: #ff5500;
  228. }
  229. .nonejilu {
  230. width: 100%;
  231. height: calc(100% - 200rpx);
  232. display: flex;
  233. align-items: center;
  234. justify-content: center;
  235. }
  236. .nonejilu>image {
  237. margin: auto;
  238. width: 50%;
  239. height: auto;
  240. }