record.wxss 6.4 KB

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