record.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. /* pages/signFor/record.wxss */
  2. .page {
  3. position: relative;
  4. width: 750rpx;
  5. background-color: rgba(246,246,246,1);
  6. overflow: hidden;
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. .layer1 {
  11. width: 750rpx;
  12. display: flex;
  13. flex-direction: column;
  14. }
  15. .outer3 {
  16. width: 750rpx;
  17. height: 88rpx;
  18. flex-direction: row;
  19. display: flex;
  20. justify-content: space-between;
  21. }
  22. .main1 {
  23. height: 88rpx;
  24. background-color: rgba(255,255,255,1);
  25. display: flex;
  26. flex-direction: column;
  27. padding-left: 64rpx;
  28. width: 250rpx;
  29. justify-content: center;
  30. }
  31. .bd1 {
  32. width: 118rpx;
  33. height: 28rpx;
  34. flex-direction: row;
  35. display: flex;
  36. justify-content: space-between;
  37. }
  38. .word3 {
  39. width: 92rpx;
  40. height: 28rpx;
  41. display: block;
  42. overflow-wrap: break-word;
  43. color: rgba(51,51,51,1);
  44. font-size: 28rpx;
  45. font-family: PingFangSC-Regular;
  46. white-space: nowrap;
  47. line-height: 28rpx;
  48. text-align: left;
  49. }
  50. .label2 {
  51. width: 16rpx;
  52. height: 8rpx;
  53. margin-top: 10rpx;
  54. }
  55. .main2 {
  56. height: 88rpx;
  57. background-color: rgba(255,255,255,1);
  58. display: flex;
  59. flex-direction: column;
  60. width: 250rpx;
  61. justify-content: center;
  62. }
  63. .bd2 {
  64. width: 196rpx;
  65. height: 28rpx;
  66. flex-direction: row;
  67. display: flex;
  68. }
  69. .mod1 {
  70. width: 2rpx;
  71. height: 28rpx;
  72. background-color: rgba(237,237,237,1);
  73. display: flex;
  74. flex-direction: column;
  75. }
  76. .txt1 {
  77. width: 112rpx;
  78. height: 28rpx;
  79. display: block;
  80. overflow-wrap: break-word;
  81. color: rgba(51,51,51,1);
  82. font-size: 28rpx;
  83. font-family: PingFangSC-Regular;
  84. white-space: nowrap;
  85. line-height: 28rpx;
  86. text-align: left;
  87. margin-left: 52rpx;
  88. }
  89. .icon2 {
  90. width: 24rpx;
  91. height: 24rpx;
  92. margin: 2rpx 0 0 6rpx;
  93. }
  94. .main3 {
  95. height: 88rpx;
  96. background-color: rgba(255,255,255,1);
  97. display: flex;
  98. flex-direction: column;
  99. width: 250rpx;
  100. justify-content: center;
  101. }
  102. .block1 {
  103. width: 196rpx;
  104. height: 28rpx;
  105. flex-direction: row;
  106. display: flex;
  107. }
  108. .layer2 {
  109. width: 2rpx;
  110. height: 28rpx;
  111. background-color: rgba(237,237,237,1);
  112. display: flex;
  113. flex-direction: column;
  114. }
  115. .txt2 {
  116. width: 112rpx;
  117. height: 28rpx;
  118. display: block;
  119. overflow-wrap: break-word;
  120. color: rgba(51,51,51,1);
  121. font-size: 28rpx;
  122. font-family: PingFangSC-Regular;
  123. white-space: nowrap;
  124. line-height: 28rpx;
  125. text-align: left;
  126. margin-left: 52rpx;
  127. }
  128. .icon3 {
  129. width: 24rpx;
  130. height: 24rpx;
  131. margin: 2rpx 0 0 6rpx;
  132. }
  133. .outer4 {
  134. height: 448rpx;
  135. border-radius: 8rpx;
  136. background-color: rgba(255,255,255,1);
  137. display: flex;
  138. flex-direction: column;
  139. width: 710rpx;
  140. justify-content: center;
  141. margin: 20rpx 0 0 20rpx;
  142. }
  143. .main4 {
  144. width: 710rpx;
  145. height: 388rpx;
  146. display: flex;
  147. flex-direction: column;
  148. }
  149. .box1 {
  150. width: 660rpx;
  151. height: 30rpx;
  152. margin-left: 30rpx;
  153. flex-direction: row;
  154. display: flex;
  155. justify-content: space-between;
  156. }
  157. .word4 {
  158. width: 316rpx;
  159. height: 30rpx;
  160. display: block;
  161. overflow-wrap: break-word;
  162. color: rgba(51,51,51,1);
  163. font-size: 30rpx;
  164. font-family: PingFangSC-Medium;
  165. white-space: nowrap;
  166. line-height: 30rpx;
  167. text-align: left;
  168. }
  169. .txt3 {
  170. width: 52rpx;
  171. height: 26rpx;
  172. display: block;
  173. overflow-wrap: break-word;
  174. color: rgba(255,115,0,1);
  175. font-size: 26rpx;
  176. font-family: PingFangSC-Regular;
  177. white-space: nowrap;
  178. line-height: 26rpx;
  179. text-align: left;
  180. }
  181. .info3 {
  182. width: 89rpx;
  183. height: 26rpx;
  184. display: block;
  185. overflow-wrap: break-word;
  186. color: rgba(102,102,102,1);
  187. font-size: 26rpx;
  188. font-family: PingFangSC-Regular;
  189. white-space: nowrap;
  190. line-height: 26rpx;
  191. text-align: left;
  192. margin: 20rpx 0 0 30rpx;
  193. }
  194. .box2 {
  195. width: 710rpx;
  196. height: 1rpx;
  197. background-color: rgba(237,237,237,1);
  198. margin-top: 30rpx;
  199. display: flex;
  200. flex-direction: column;
  201. }
  202. .word5 {
  203. width: 260rpx;
  204. height: 26rpx;
  205. display: block;
  206. overflow-wrap: break-word;
  207. color: rgba(102,102,102,1);
  208. font-size: 26rpx;
  209. font-family: PingFangSC-Regular;
  210. white-space: nowrap;
  211. line-height: 26rpx;
  212. text-align: left;
  213. margin: 30rpx 0 0 20rpx;
  214. }
  215. .txt4 {
  216. width: 391rpx;
  217. height: 26rpx;
  218. display: block;
  219. overflow-wrap: break-word;
  220. color: rgba(102,102,102,1);
  221. font-size: 26rpx;
  222. font-family: PingFangSC-Regular;
  223. white-space: nowrap;
  224. line-height: 26rpx;
  225. text-align: left;
  226. margin: 20rpx 0 0 20rpx;
  227. }
  228. .word6 {
  229. width: 234rpx;
  230. height: 26rpx;
  231. display: block;
  232. overflow-wrap: break-word;
  233. color: rgba(102,102,102,1);
  234. font-size: 26rpx;
  235. font-family: PingFangSC-Regular;
  236. white-space: nowrap;
  237. line-height: 26rpx;
  238. text-align: left;
  239. margin: 20rpx 0 0 20rpx;
  240. }
  241. .word7 {
  242. width: 238rpx;
  243. height: 26rpx;
  244. display: block;
  245. overflow-wrap: break-word;
  246. color: rgba(102,102,102,1);
  247. font-size: 26rpx;
  248. font-family: PingFangSC-Regular;
  249. white-space: nowrap;
  250. line-height: 26rpx;
  251. text-align: left;
  252. margin: 20rpx 0 0 20rpx;
  253. }
  254. .box3 {
  255. width: 710rpx;
  256. height: 1rpx;
  257. background-color: rgba(237,237,237,1);
  258. margin-top: 30rpx;
  259. display: flex;
  260. flex-direction: column;
  261. }
  262. .box4 {
  263. width: 650rpx;
  264. height: 26rpx;
  265. flex-direction: row;
  266. display: flex;
  267. justify-content: space-between;
  268. margin: 30rpx 0 0 30rpx;
  269. }
  270. .txt5 {
  271. width: 198rpx;
  272. height: 26rpx;
  273. display: block;
  274. overflow-wrap: break-word;
  275. color: rgba(51,51,51,1);
  276. font-size: 26rpx;
  277. font-family: PingFangSC-Medium;
  278. white-space: nowrap;
  279. line-height: 26rpx;
  280. text-align: left;
  281. }
  282. .info4 {
  283. width: 183rpx;
  284. height: 26rpx;
  285. display: block;
  286. overflow-wrap: break-word;
  287. color: rgba(51,51,51,1);
  288. font-size: 26rpx;
  289. font-family: PingFangSC-Regular;
  290. white-space: nowrap;
  291. line-height: 26rpx;
  292. text-align: left;
  293. }