recorddetails.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. /* pages/record/recorddetails/recorddetails.wxss */
  2. page{
  3. padding: 0 0 180rpx;
  4. background: #f4f4f4;
  5. }
  6. .font_b{
  7. font-size: 24rpx;
  8. font-weight: bold;
  9. color: #333;
  10. margin-right: 24rpx;
  11. }
  12. .title_view{
  13. font-size: 28rpx;
  14. font-weight: bold;
  15. color: #333;
  16. }
  17. .header_view{
  18. margin: 0 0 24rpx;
  19. padding: 20rpx 24rpx;
  20. background: #fff;
  21. }
  22. .header_view_left{
  23. display: flex;
  24. flex-direction: column;
  25. justify-content: space-between;
  26. height: 124rpx;
  27. font-size: 24rpx;
  28. color: #666;
  29. }
  30. .header_view_left>view:nth-child(1){
  31. margin-bottom: 2rpx;
  32. font-size: 28rpx;
  33. font-weight: bold;
  34. color: #333;
  35. }
  36. .header_view_left>view:nth-child(2)>view:nth-child(2)>view:nth-child(1){
  37. margin: 0 16rpx 0 32rpx;
  38. width: 28rpx;
  39. height: 28rpx;
  40. }
  41. .header_view_right{
  42. width: 146rpx;
  43. height: 124rpx;
  44. background: #F8F8F8;
  45. border-radius: 8rpx;
  46. font-size: 24rpx;
  47. color: #999;
  48. }
  49. .header_view_right>view:nth-child(1){
  50. margin: 0 0 4rpx;
  51. font-size: 36rpx;
  52. font-weight: bold;
  53. color: #333;
  54. }
  55. .item_two{
  56. margin: 0 0 24rpx;
  57. background: #fff;
  58. }
  59. .item_two>view:nth-child(1){
  60. padding: 22rpx 0 22rpx 24rpx;
  61. border-bottom: 1rpx solid #ededed;
  62. }
  63. .item_two>view:nth-child(1)>view:nth-child(2){
  64. background: #FFE5DD;
  65. border-radius: 24rpx 0 0 24rpx;
  66. width: 136rpx;
  67. height: 48rpx;
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. font-size: 24rpx;
  72. color: #6A2A17;
  73. }
  74. .item_two_icon{
  75. display: inline-block;
  76. margin-right: 12rpx;
  77. width: 24rpx;
  78. height: 24rpx;
  79. }
  80. .item_two>view:nth-child(2){
  81. padding-bottom: 30rpx;
  82. }
  83. .item_two>view:nth-child(2)>view{
  84. padding: 24rpx 24rpx 0;
  85. font-size: 24rpx;
  86. color: #666;
  87. }
  88. .item_three{
  89. margin: 0 0 24rpx;
  90. padding-bottom: 70rpx;
  91. background: #fff;
  92. }
  93. .item_three>view:nth-child(1){
  94. padding: 30rpx 24rpx;
  95. border-bottom: 1rpx solid #ededed;
  96. }
  97. .item_three>view:nth-child(2){
  98. position: relative;
  99. margin: 0 24rpx;
  100. }
  101. .item_three_icon{
  102. display: inline-block;
  103. width: 40rpx;
  104. height: 40rpx;
  105. position: relative;
  106. z-index: 2;
  107. }
  108. .item_three_cont{
  109. margin: 32rpx 0 0;
  110. }
  111. .item_three_cont>view:nth-child(1){
  112. margin-right: 24rpx;
  113. width: 40rpx;
  114. }
  115. .item_three_cont>view:nth-child(1)>view{
  116. margin: 0 auto;
  117. width: 20rpx;
  118. height: 20rpx;
  119. background: #e3e3e3;
  120. border-radius: 50rpx;
  121. }
  122. .item_three_cont>view:nth-child(2){
  123. flex: 1;
  124. font-size: 28rpx;
  125. color: #333;
  126. }
  127. .item_three_cont>view:nth-child(2)>view:nth-child(2){
  128. margin-top: 6rpx;
  129. font-size: 24rpx;
  130. color: #999;
  131. position: relative;
  132. z-index: 2;
  133. }
  134. .item_three_line{
  135. position: absolute;
  136. z-index: 1;
  137. top: 28rpx;
  138. left: 20rpx;
  139. width: 1rpx;
  140. height: calc(100% - 60rpx);
  141. background: #e3e3e3;
  142. }
  143. .bottom_view{
  144. position: fixed;
  145. bottom: 0;
  146. left: 0;
  147. z-index: 10;
  148. width: 100vw;
  149. background: #fff;
  150. padding: 30rpx 24rpx;
  151. border-radius: 24rpx 24rpx 0 0;
  152. box-shadow: 0 -10rpx 20rpx 0 rgba(0, 0, 0, 0.06);
  153. }
  154. .bottom_view>view{
  155. width: 223rpx;
  156. height: 88rpx;
  157. border-radius: 8rpx;
  158. border: 1rpx solid #52A1FF;
  159. display: flex;
  160. justify-content: center;
  161. align-items: center;
  162. font-size: 30rpx;
  163. color: #52A1FF;
  164. }
  165. .bottom_view>view:nth-child(3){
  166. border: 1rpx solid #F23131;
  167. color: #F23131;
  168. }
  169. .bottom_icon{
  170. width: 32rpx;
  171. height: 32rpx;
  172. display: inline-block;
  173. margin-right: 8rpx;
  174. }
  175. .item_four{
  176. margin: 0 0 24rpx;
  177. padding: 26rpx 24rpx 0;
  178. background: #fff;
  179. }
  180. .item_four>view:nth-child(2),.item_four>view:nth-child(4){
  181. display: flex;
  182. align-items: center;
  183. flex-wrap: wrap;
  184. margin: 30rpx 0 0;
  185. }
  186. .item_four>view:nth-child(2)>.item_four_image:nth-child(4n),.item_four>view:nth-child(4).item_four_image:nth-child(4n){
  187. margin-right: 0;
  188. }
  189. .item_four_image{
  190. display: inline-block;
  191. width: 120rpx;
  192. height: 120rpx;
  193. margin: 0 20rpx 20rpx 0;
  194. background: #f6f6f6;
  195. }
  196. .item_five{
  197. margin: 0 0 24rpx;
  198. background: #fff;
  199. }
  200. .item_five>view:nth-child(1){
  201. padding: 0 24rpx;
  202. height: 92rpx;
  203. border-bottom: 1rpx solid #ededed;
  204. }
  205. .item_five_one_icon{
  206. display: inline-block;
  207. width: 28rpx;
  208. height: 28rpx;
  209. margin-right: 8rpx;
  210. }
  211. .item_five>view:nth-child(2){
  212. padding: 0 24rpx 32rpx;
  213. font-size: 26rpx;
  214. color: #999;
  215. }
  216. .item_five>view:nth-child(2)>view{
  217. margin-top: 32rpx;
  218. }
  219. .item_five_one_left{
  220. font-size: 24rpx;
  221. color: #52A1FF;
  222. }
  223. .item_five_two_left{
  224. font-size: 26rpx;
  225. color: #52A1FF;
  226. width: 152rpx;
  227. height: 58rpx;
  228. border-radius: 100rpx;
  229. border: 1rpx solid #52A1FF;
  230. }