addInfomationDetail.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. .panelTop {
  2. width: 100%;
  3. height:100rpx;
  4. background-color: #fff;
  5. justify-content: space-between;
  6. position: fixed;
  7. top:0;
  8. border-bottom: 1rpx solid #d2d2d2;
  9. }
  10. .panelLeft {
  11. margin-left: 30rpx;
  12. justify-content: flex-start;
  13. }
  14. .panelRight {
  15. margin-right: 20rpx;
  16. justify-content: flex-end;
  17. }
  18. .panelTop1 {
  19. width:80rpx;
  20. height:80rpx;
  21. font-size: 28rpx;
  22. font-weight: 400;
  23. }
  24. .panelTop3 {
  25. font-size: 28rpx;
  26. font-weight: 700;
  27. }
  28. .universalpic_light_black_22x30{
  29. width:22rpx;
  30. height:30rpx;
  31. }
  32. .universalpic_dictionary_hanzi_black_54x26{
  33. width:54rpx;
  34. height:26rpx;
  35. }
  36. .universalpic_dictionary_ciyu_black_55x23{
  37. width:55rpx;
  38. height:23rpx;
  39. }
  40. .universalpic_dictionary_shici_black_53x27{
  41. width:53rpx;
  42. height:27rpx;
  43. }
  44. .universalpic_dictionary_danci_black_53x28{
  45. width:53rpx;
  46. height:28rpx;
  47. }
  48. .panelHeight100{
  49. width:100%;
  50. height:100rpx;
  51. }
  52. /* ********************* */
  53. .panelTitle{
  54. width:710rpx;
  55. align-items: flex-start;
  56. margin-top:40rpx;
  57. margin-bottom: 30rpx;
  58. }
  59. .panelTitle0{
  60. margin-top:60rpx;
  61. }
  62. .panelTitle1{
  63. font-size:32rpx;
  64. color:#4D4D4D;
  65. }
  66. .panelTitle11{
  67. margin-left:10rpx;
  68. }
  69. .panelTitle2{
  70. font-size:20rpx;
  71. color:#787878;
  72. margin-top:4rpx;
  73. margin-left:10rpx;
  74. }
  75. .universalpic_soundwave_black_30x22{
  76. width:30rpx;
  77. height:22rpx;
  78. margin-right:10rpx;
  79. margin-left:10rpx;
  80. }
  81. .panelTitle2Text1{
  82. margin:20rpx 30rpx 0 0;
  83. font-size:28rpx;
  84. color:#9B9B9B;
  85. }
  86. .panelTitle2Text2{
  87. margin:20rpx 0 0 30rpx;
  88. }
  89. .panelTitle2TextSelect{
  90. color:#1E1E1E;
  91. }
  92. .panelLine2{
  93. width: 2rpx;
  94. height:20rpx;
  95. background-color: #d2d2d2;
  96. margin-top:20rpx;
  97. }
  98. .panelTitle21{
  99. margin:20rpx 0 0 30rpx;
  100. color:#4D4D4D;
  101. font-size:24rpx;
  102. }
  103. /* ********************* */
  104. .panelItem{
  105. width:710rpx;
  106. min-height:100rpx;
  107. border-radius: 10rpx;
  108. background-color: #fff;
  109. margin-bottom: 20rpx;
  110. flex-wrap: wrap;
  111. justify-content: space-between;
  112. }
  113. .panelItem0{
  114. height:auto;
  115. padding: 10rpx 0;
  116. }
  117. .panelItem1{
  118. height:140rpx;
  119. }
  120. .panelItemSmall{
  121. width:345rpx;
  122. }
  123. .panelLine1{
  124. width: 2rpx;
  125. height:20rpx;
  126. background-color: #d2d2d2;
  127. }
  128. .panelItemButton{
  129. width: 84rpx;
  130. height:100rpx;
  131. }
  132. .universalpic_link_black_24x24{
  133. width: 24rpx;
  134. height:24rpx;
  135. }
  136. .panelSelect0{
  137. background-color: #f8f8f8;
  138. border:1rpx solid #D2D2D2;
  139. border-radius: 50%;
  140. width:40rpx;
  141. height:40rpx;
  142. margin: 30rpx;
  143. }
  144. .panelItemText{
  145. font-size:28rpx;
  146. font-weight: 400;
  147. max-width:580rpx;
  148. }
  149. .panelItemText0{
  150. margin:30rpx 0 30rpx 0;
  151. }
  152. .panelItemText2{
  153. max-width:490rpx;
  154. margin: 20rpx 0;
  155. }
  156. .panelItemTextLatex{
  157. max-width:580rpx;
  158. background-color: #fff;
  159. color: #000000;
  160. font-size: 48rpx;
  161. margin: 20rpx 0;
  162. }
  163. .panelWordImage{
  164. width:80rpx;
  165. height:80rpx;
  166. }
  167. .panelRemark{
  168. width: 690rpx;
  169. align-items: flex-start;
  170. font-size:24rpx;
  171. color:#4D4D4D;
  172. }
  173. .panelRemark_1{
  174. border-bottom:1rpx solid #d2d2d2;
  175. }
  176. .panelRemark1{
  177. background: #FFFFFF;
  178. border: 3rpx solid #4D4D4D;
  179. border-radius: 25rpx;
  180. height:50rpx;
  181. margin-bottom: 20rpx;
  182. }
  183. .panelRemark10{
  184. margin-left: 20rpx;
  185. }
  186. .panelRemark11{
  187. margin-left: 20rpx;
  188. }
  189. .panelRemark12{
  190. margin-left: 20rpx;
  191. margin: 0 10rpx;
  192. width: 34rpx;
  193. height:34rpx;
  194. background-color: #4D4D4D;
  195. border-radius: 50%;
  196. }
  197. .sysIcon_a08{
  198. width: 16rpx;
  199. height:16rpx;
  200. margin:0 20rpx 0 10rpx;
  201. }
  202. .sysIcon_b09{
  203. width: 20rpx;
  204. height:20rpx;
  205. }
  206. .panelRemark2{
  207. width: 670rpx;
  208. font-size:24rpx;
  209. color:#4D4D4D;
  210. font-weight: 400;
  211. margin-bottom: 20rpx;
  212. }
  213. .panelRemark21{
  214. font-weight: 700;
  215. font-size: 24rpx;
  216. color: #5282FA;
  217. }
  218. .panelRemark3{
  219. margin-top: 10rpx;
  220. font-weight: 700;
  221. }
  222. .panelRemark4{
  223. margin-bottom: 60rpx;
  224. font-weight: 700;
  225. }
  226. .Select1 {
  227. border:1rpx solid #5282FA;
  228. background-color: #5282FA;
  229. color:#fff;
  230. }
  231. .Select2 {
  232. width:40rpx;
  233. height:40rpx;
  234. line-height: 40rpx;
  235. border:3rpx solid #fff;
  236. background-color: #5282FA;
  237. text-align: center;
  238. font-family: 'Roboto-Black';
  239. font-size:24rpx;
  240. }
  241. .panelItem0{
  242. width:710rpx;
  243. flex-wrap: wrap;
  244. justify-content: space-between;
  245. }
  246. .panelItemHeight{
  247. height:auto;
  248. }
  249. .panelItemNullBottom{
  250. border-bottom-left-radius: 0;
  251. border-bottom-right-radius: 0;
  252. margin-bottom: 0;
  253. }
  254. .panelItemNullTop{
  255. border-top-left-radius: 0;
  256. border-top-right-radius: 0;
  257. }
  258. .panelItem .textLine {
  259. text-decoration: underline;
  260. }
  261. .panelLine3{
  262. width:710rpx;
  263. height:1rpx;
  264. background-color:#fff;
  265. justify-content: flex-start;
  266. }
  267. .panelLine31{
  268. width:580rpx;
  269. height:1rpx;
  270. background-color:#e3e3e3;
  271. margin-left:100rpx;
  272. }
  273. .panelHeight40{
  274. width:100%;
  275. height:40rpx;
  276. }
  277. /* *********************** */
  278. .HelpContainer{
  279. background-color:rgba(0,0,0,0.16);
  280. position: fixed;
  281. top:0;
  282. z-index: 100;
  283. }
  284. .HelpContainer .HelpPanel1{
  285. position: fixed;
  286. width:100%;
  287. bottom:0;
  288. background-color: #F8F8F8;
  289. border-top:1rpx solid #b6b6b6;
  290. }
  291. .HelpContainer .HelpPanel11{
  292. width:100%;
  293. height: 100rpx;
  294. justify-content: space-between;
  295. border-bottom:1rpx solid #d2d2d2;
  296. }
  297. .HelpContainer .HelpPanel111{
  298. width:80rpx;
  299. height:80rpx;
  300. margin-left: 20rpx;
  301. }
  302. .HelpPanel2{
  303. width:100%;
  304. height:822rpx;
  305. }
  306. .universalpic_close_black_24x24{
  307. width:24rpx;
  308. height:24rpx;
  309. }
  310. .HelpContainer .HelpPanel12{
  311. width:100%;
  312. border-top:1rpx solid #D2D2D2;
  313. }
  314. .help_board_tips_zhidingduanluo{
  315. width: 630rpx;
  316. height:550rpx;
  317. margin: 80rpx 0;
  318. }
  319. .help_board_tips_tiaozhuanchaxun{
  320. width:630rpx;
  321. height:428rpx;
  322. margin: 80rpx 0;
  323. }
  324. /* ************************** */