add.wxss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #F0F0F0;
  6. }
  7. .panelTimePlan {
  8. height: 120rpx;
  9. width: 100%;
  10. justify-content: space-between;
  11. font-size: 28rpx;
  12. background-color: #fff;
  13. position: fixed;
  14. top:0;
  15. z-index: 10;
  16. border-bottom: 1rpx solid #d2d2d2;
  17. }
  18. .panelTimePlan .panelTimePlan2 {
  19. margin-left: 30rpx;
  20. }
  21. .panelTimePlan .panelTimePlan1{
  22. color:#787878;
  23. font-weight: 500;
  24. }
  25. .panelTimePlanRemark{
  26. font-size:24rpx;
  27. margin-top:30rpx;
  28. color:#787878;
  29. font-weight: 400;
  30. }
  31. .panelTitle {
  32. width: 100%;
  33. margin-top: 50rpx;
  34. justify-content: space-between;
  35. }
  36. .panelTitle .panelTitle1 {
  37. font-size: 32rpx;
  38. margin-left: 30rpx;
  39. margin-bottom: 30rpx;
  40. }
  41. .panelTitle .panelTitle2 {
  42. font-size: 28rpx;
  43. margin-right: 30rpx;
  44. background-color: #1e1e1e;
  45. color: #fff;
  46. border-radius: 22rpx;
  47. text-align: center;
  48. padding: 0 20rpx;
  49. margin-bottom: 32rpx;
  50. }
  51. .panelItem {
  52. width: 100%;
  53. justify-content: flex-start;
  54. font-size: 28rpx;
  55. min-height: 130rpx;
  56. height:auto;
  57. background-color: #fff;
  58. align-items: flex-start;
  59. font-weight: 400;
  60. }
  61. .panelItem0 {
  62. height: 133rpx;
  63. }
  64. .panelItem1 {
  65. margin-left: 30rpx;
  66. font-weight: 400;
  67. }
  68. .panelItem .panelItem11{
  69. margin: 45rpx 0 0 30rpx;
  70. justify-content: flex-start;
  71. align-items: flex-start;
  72. }
  73. .panelItem .number {
  74. font-family: 'Roboto-Black';
  75. font-size: 24rpx;
  76. width: 40rpx;
  77. background-color: #0071ef;
  78. border-radius: 50%;
  79. text-align: center;
  80. line-height: 40rpx;
  81. color: #fff;
  82. }
  83. .panelItem2 {
  84. margin-right: 30rpx;
  85. color: #1e1e1e;
  86. font-weight: 400;
  87. }
  88. .panelItem .panelItem21 {
  89. font-weight: 400;
  90. flex-wrap: wrap;
  91. align-items: flex-start;
  92. justify-content: flex-start;
  93. width: 610rpx;
  94. font-size: 36rpx;
  95. color:#1e1e1e;
  96. margin: 40rpx 0 40rpx 40rpx;
  97. }
  98. .panelItem .textNull {
  99. color: #d2d2d2;
  100. font-weight: 400;
  101. }
  102. .panelItem .universalpic_read_gray_40x40 {
  103. width:40rpx;
  104. height:40rpx;
  105. margin: 5rpx 10rpx 0 10rpx;
  106. }
  107. .panelItem .textLine {
  108. text-decoration: underline;
  109. }
  110. .panelItem .textPinyin {
  111. text-decoration: underline;
  112. margin-right: 10rpx;
  113. }
  114. .panelItem .imageBishun {
  115. width:100rpx;
  116. height:100rpx;
  117. }
  118. .panelItem .imageFree{
  119. width:100rpx;
  120. }
  121. .panelItem .textReturn{
  122. width:100%;
  123. }
  124. .panelItem .textBr{
  125. width:100%;
  126. height:20rpx;
  127. }
  128. .panelItem .textReturn2{
  129. width:100%;
  130. height:30rpx;
  131. }
  132. .panelTag{
  133. width: 100%;
  134. font-size: 24rpx;
  135. background-color: #fff;
  136. margin: 10rpx 0;
  137. align-items: flex-end;
  138. }
  139. .panelTag .panelTag1{
  140. width:640rpx;
  141. font-size: 28rpx;
  142. color:#1e1e1e;
  143. text-align: left;
  144. min-height:80rpx;
  145. line-height: 100rpx;
  146. flex-wrap: wrap;
  147. justify-content: flex-start;
  148. }
  149. .panelTag .panelTag2{
  150. line-height: 73rpx;
  151. height:73rpx;
  152. border:1rpx solid #9B9B9B;
  153. margin: 30rpx 30rpx 0 0;
  154. border-radius: 10rpx;
  155. }
  156. .panelTag .tag1{
  157. font-size: 24rpx;
  158. color:#787878;
  159. margin-left: 30rpx;
  160. }
  161. .universalpic_del_gray_14x14{
  162. width:14rpx;
  163. height:14rpx;
  164. margin: 0 30rpx 0 20rpx;
  165. }
  166. .panelSave {
  167. width: 100%;
  168. background-color: #fff;
  169. position: fixed;
  170. bottom: 0;
  171. height: 120rpx;
  172. font-size: 36rpx;
  173. z-index: 10;
  174. color: #0071ef;
  175. justify-content: space-between;
  176. border-top: 1rpx solid #d2d2d2;
  177. }
  178. .panelSave .panelSave1 {
  179. width: 148rpx;
  180. background-color: #fff;
  181. border:1rpx solid #9B9B9B;
  182. color:#787878;
  183. text-align: center;
  184. line-height: 80rpx;
  185. height:80rpx;
  186. border-radius: 10rpx;
  187. font-size:28rpx;
  188. margin:0 20rpx;
  189. }
  190. .panelSave .panelSave00 {
  191. justify-content: flex-end;
  192. margin:0 20rpx;
  193. }
  194. .panelSave .panelSave2 {
  195. width: 108rpx;
  196. margin:0;
  197. }
  198. .panelSave .panelSave3 {
  199. width: 80rpx;
  200. margin:0;
  201. }
  202. .panelSave .panelSave4 {
  203. width: 108rpx;
  204. margin:0;
  205. font-size:24rpx;
  206. }
  207. .universalpic_card_gray_26x26{
  208. width: 26rpx;
  209. height:26rpx;
  210. }
  211. .add {
  212. font-size: 42rpx;
  213. font-weight: 600;
  214. margin: 0 10rpx 10rpx 0;
  215. }
  216. .panelSave .panelSave0{
  217. width:290rpx;
  218. line-height:100rpx;
  219. text-align: center;
  220. margin:0;
  221. }
  222. .panelSave .line1 {
  223. width: 4rpx;
  224. height: 30rpx;
  225. background-color: #d2d2d2;
  226. }
  227. .universalpic_preview_black_30x30 {
  228. width: 36rpx;
  229. height: 36rpx;
  230. margin: 0 40rpx;
  231. }
  232. /* 字段编辑 */
  233. .addItem {
  234. justify-content: flex-start;
  235. font-weight: 500;
  236. color: #1e1e1e;
  237. background-color: #f0f0f0;
  238. position: fixed;
  239. top: 0;
  240. }
  241. .left {
  242. margin-left: 25rpx;
  243. }
  244. .right {
  245. margin-right: 25rpx;
  246. }
  247. .panelItemTag {
  248. width: 100%;
  249. justify-content: space-between;
  250. min-height: 120rpx;
  251. background-color: #fff;
  252. }
  253. .panelSaveTag1 {
  254. width: 148rpx;
  255. background-color: #fff;
  256. border: 1rpx solid #9b9b9b;
  257. color: #787878;
  258. text-align: center;
  259. height: 80rpx;
  260. line-height: 80rpx;
  261. border-radius: 10rpx;
  262. font-size: 28rpx;
  263. }
  264. .panelSaveTag2 {
  265. width: 80rpx;
  266. height: 80rpx;
  267. background-color: #fff;
  268. border: 1rpx solid #9b9b9b;
  269. margin-left: 10rpx;
  270. }
  271. .panelSaveTag3 {
  272. width: 80rpx;
  273. height: 80rpx;
  274. margin-left: 10rpx;
  275. background-color: #0071ef;
  276. border: 1rpx solid #0071ef;
  277. }
  278. .universalpic_read_begin_gray_20x20 {
  279. width: 21rpx;
  280. height: 20rpx;
  281. }
  282. .universalpic_read_end_white_38x22 {
  283. width: 38rpx;
  284. height: 22rpx;
  285. }
  286. .universalpic_editbar_underline_gray_14x20 {
  287. width: 14rpx;
  288. height: 20rpx;
  289. }
  290. .universalpic_underline_end_white_30x22 {
  291. width: 31rpx;
  292. height: 22rpx;
  293. }
  294. .universalpic_picture_gray_26x26 {
  295. width: 26rpx;
  296. height: 26rpx;
  297. }
  298. .add {
  299. font-size: 42rpx;
  300. font-weight: 600;
  301. margin: 0 10rpx 10rpx 0;
  302. }
  303. .clear {
  304. width: 108rpx;
  305. height: 80rpx;
  306. color:#787878;
  307. background-color: #fff;
  308. border: 1rpx solid #9b9b9b;
  309. text-align: center;
  310. border-radius: 10rpx;
  311. line-height: 80rpx;
  312. font-size: 24rpx;
  313. }
  314. .line1 {
  315. width: 4rpx;
  316. height: 30rpx;
  317. background-color: #d2d2d2;
  318. margin-right: 20rpx;
  319. }
  320. .universalpic_help_gray_26x26 {
  321. width: 26rpx;
  322. height: 26rpx;
  323. margin: 0 0 0 40rpx;
  324. }
  325. .panelInput {
  326. width: 100%;
  327. height: 250rpx;
  328. margin-top: 10rpx;
  329. background-color: #fff;
  330. font-size: 36rpx;
  331. font-weight: 400;
  332. }
  333. .input {
  334. margin: 30rpx 30rpx 0 30rpx;
  335. width: 690rpx;
  336. height: 220rpx;
  337. }
  338. .panelBtnItem {
  339. position: fixed;
  340. top: 382rpx;
  341. width: 100%;
  342. background-color: #fff;
  343. }
  344. .panelBtnSmall {
  345. z-index: 10;
  346. width:100%;
  347. height: 120rpx;
  348. background-color: #fff;
  349. justify-content: flex-start;
  350. }
  351. .panelBtnSmall .btn0 {
  352. width: 10rpx;
  353. }
  354. .panelBtnSmall .btn {
  355. font-family: 'Roboto-Black';
  356. width: 80rpx;
  357. background-color: #fff;
  358. border: 1rpx solid #9b9b9b;
  359. color: #787878;
  360. border-radius: 10rpx;
  361. text-align: center;
  362. line-height: 80rpx;
  363. height: 80rpx;
  364. margin-right: 10rpx;
  365. font-size: 36rpx;
  366. }
  367. .panelBtnSmall .btn1 {
  368. width: 80rpx;
  369. height: 80rpx;
  370. background-color: #fff;
  371. border: 1rpx solid #9b9b9b;
  372. border-radius: 10rpx;
  373. margin-right: 10rpx;
  374. }
  375. .universalpic_editbar_brackets_gray {
  376. width: 34rpx;
  377. height: 26rpx;
  378. }
  379. .universalpic_editbar_underline_gray {
  380. width: 18rpx;
  381. height: 28rpx;
  382. }
  383. .universalpic_editbar_sqr_gray {
  384. width: 25rpx;
  385. height: 22rpx;
  386. }
  387. .panelBtn {
  388. width: 100%;
  389. background-color: #f8f8f8;
  390. z-index: 10;
  391. }
  392. .panelBtn .line1 {
  393. width: 4rpx;
  394. height: 30rpx;
  395. background-color: #d2d2d2;
  396. }
  397. .panelBtn .text1 {
  398. width: 374rpx;
  399. line-height: 100rpx;
  400. text-align: center;
  401. font-size: 28rpx;
  402. color: #a20602;
  403. }
  404. .panelBtn .text2 {
  405. color: #0071ef;
  406. }
  407. .lineFooter {
  408. z-index: 10;
  409. }