add.wxss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  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 .imageFree{
  115. width:100rpx;
  116. }
  117. .panelItem .textReturn{
  118. width:100%;
  119. }
  120. .panelItem .textBr{
  121. width:100%;
  122. height:20rpx;
  123. }
  124. .panelItem .textReturn2{
  125. width:100%;
  126. height:30rpx;
  127. }
  128. .panelTag{
  129. width: 100%;
  130. font-size: 24rpx;
  131. background-color: #fff;
  132. margin: 10rpx 0;
  133. align-items: flex-end;
  134. }
  135. .panelTag .panelTag1{
  136. width:640rpx;
  137. font-size: 28rpx;
  138. color:#1e1e1e;
  139. text-align: left;
  140. height:100rpx;
  141. line-height: 100rpx;
  142. flex-wrap: wrap;
  143. justify-content: flex-start;
  144. }
  145. .panelTag .panelTag2{
  146. line-height: 73rpx;
  147. height:73rpx;
  148. border:1rpx solid #9B9B9B;
  149. margin: 30rpx 30rpx 0 0;
  150. border-radius: 10rpx;
  151. }
  152. .panelTag .tag1{
  153. font-size: 24rpx;
  154. color:#787878;
  155. margin-left: 30rpx;
  156. }
  157. .universalpic_del_gray_14x14{
  158. width:14rpx;
  159. height:14rpx;
  160. margin: 0 30rpx 0 20rpx;
  161. }
  162. .panelSave {
  163. width: 100%;
  164. background-color: #fff;
  165. position: fixed;
  166. bottom: 0;
  167. height: 120rpx;
  168. font-size: 36rpx;
  169. z-index: 10;
  170. color: #0071ef;
  171. justify-content: space-between;
  172. border-top: 1rpx solid #d2d2d2;
  173. }
  174. .panelSave .panelSave1 {
  175. width: 148rpx;
  176. background-color: #fff;
  177. border:1rpx solid #9B9B9B;
  178. color:#787878;
  179. text-align: center;
  180. line-height: 80rpx;
  181. height:80rpx;
  182. border-radius: 10rpx;
  183. font-size:28rpx;
  184. margin:0 20rpx;
  185. }
  186. .panelSave .panelSave00 {
  187. justify-content: flex-end;
  188. margin:0 20rpx;
  189. }
  190. .panelSave .panelSave2 {
  191. width: 108rpx;
  192. margin:0;
  193. }
  194. .panelSave .panelSave3 {
  195. width: 80rpx;
  196. margin:0;
  197. }
  198. .panelSave .panelSave4 {
  199. width: 108rpx;
  200. margin:0;
  201. font-size:24rpx;
  202. }
  203. .universalpic_card_gray_26x26{
  204. width: 26rpx;
  205. height:26rpx;
  206. }
  207. .add {
  208. font-size: 42rpx;
  209. font-weight: 600;
  210. margin: 0 10rpx 10rpx 0;
  211. }
  212. .panelSave .panelSave0{
  213. width:290rpx;
  214. line-height:100rpx;
  215. text-align: center;
  216. margin:0;
  217. }
  218. .panelSave .line1 {
  219. width: 4rpx;
  220. height: 30rpx;
  221. background-color: #d2d2d2;
  222. }
  223. .universalpic_preview_black_30x30 {
  224. width: 36rpx;
  225. height: 36rpx;
  226. margin: 0 40rpx;
  227. }
  228. /* 字段编辑 */
  229. .addItem {
  230. justify-content: flex-start;
  231. font-weight: 500;
  232. color: #1e1e1e;
  233. background-color: #f0f0f0;
  234. position: fixed;
  235. top: 0;
  236. }
  237. .left {
  238. margin-left: 25rpx;
  239. }
  240. .right {
  241. margin-right: 25rpx;
  242. }
  243. .panelItemTag {
  244. width: 100%;
  245. justify-content: space-between;
  246. min-height: 120rpx;
  247. background-color: #fff;
  248. }
  249. .panelSaveTag1 {
  250. width: 148rpx;
  251. background-color: #fff;
  252. border: 1rpx solid #9b9b9b;
  253. color: #787878;
  254. text-align: center;
  255. height: 80rpx;
  256. line-height: 80rpx;
  257. border-radius: 10rpx;
  258. font-size: 28rpx;
  259. }
  260. .panelSaveTag2 {
  261. width: 80rpx;
  262. height: 80rpx;
  263. background-color: #fff;
  264. border: 1rpx solid #9b9b9b;
  265. margin-left: 10rpx;
  266. }
  267. .panelSaveTag3 {
  268. width: 80rpx;
  269. height: 80rpx;
  270. margin-left: 10rpx;
  271. background-color: #0071ef;
  272. border: 1rpx solid #0071ef;
  273. }
  274. .universalpic_read_begin_gray_20x20 {
  275. width: 21rpx;
  276. height: 20rpx;
  277. }
  278. .universalpic_read_end_white_38x22 {
  279. width: 38rpx;
  280. height: 22rpx;
  281. }
  282. .universalpic_editbar_underline_gray_14x20 {
  283. width: 14rpx;
  284. height: 20rpx;
  285. }
  286. .universalpic_underline_end_white_30x22 {
  287. width: 31rpx;
  288. height: 22rpx;
  289. }
  290. .universalpic_picture_gray_26x26 {
  291. width: 26rpx;
  292. height: 26rpx;
  293. }
  294. .add {
  295. font-size: 42rpx;
  296. font-weight: 600;
  297. margin: 0 10rpx 10rpx 0;
  298. }
  299. .clear {
  300. width: 108rpx;
  301. height: 80rpx;
  302. color:#787878;
  303. background-color: #fff;
  304. border: 1rpx solid #9b9b9b;
  305. text-align: center;
  306. border-radius: 10rpx;
  307. line-height: 80rpx;
  308. font-size: 24rpx;
  309. }
  310. .line1 {
  311. width: 4rpx;
  312. height: 30rpx;
  313. background-color: #d2d2d2;
  314. margin-right: 20rpx;
  315. }
  316. .universalpic_help_gray_26x26 {
  317. width: 26rpx;
  318. height: 26rpx;
  319. margin: 0 0 0 40rpx;
  320. }
  321. .panelInput {
  322. width: 100%;
  323. height: 250rpx;
  324. margin-top: 10rpx;
  325. background-color: #fff;
  326. font-size: 36rpx;
  327. font-weight: 400;
  328. }
  329. .input {
  330. margin: 30rpx 30rpx 0 30rpx;
  331. width: 690rpx;
  332. height: 220rpx;
  333. }
  334. .panelBtnItem {
  335. position: fixed;
  336. top: 382rpx;
  337. width: 100%;
  338. background-color: #fff;
  339. }
  340. .panelBtnSmall {
  341. z-index: 10;
  342. width:100%;
  343. height: 120rpx;
  344. background-color: #fff;
  345. justify-content: flex-start;
  346. }
  347. .panelBtnSmall .btn0 {
  348. width: 10rpx;
  349. }
  350. .panelBtnSmall .btn {
  351. font-family: 'Roboto-Black';
  352. width: 80rpx;
  353. background-color: #fff;
  354. border: 1rpx solid #9b9b9b;
  355. color: #787878;
  356. border-radius: 10rpx;
  357. text-align: center;
  358. line-height: 80rpx;
  359. height: 80rpx;
  360. margin-right: 10rpx;
  361. font-size: 36rpx;
  362. }
  363. .panelBtnSmall .btn1 {
  364. width: 80rpx;
  365. height: 80rpx;
  366. background-color: #fff;
  367. border: 1rpx solid #9b9b9b;
  368. border-radius: 10rpx;
  369. margin-right: 10rpx;
  370. }
  371. .universalpic_editbar_brackets_gray {
  372. width: 34rpx;
  373. height: 26rpx;
  374. }
  375. .universalpic_editbar_underline_gray {
  376. width: 18rpx;
  377. height: 28rpx;
  378. }
  379. .universalpic_editbar_sqr_gray {
  380. width: 25rpx;
  381. height: 22rpx;
  382. }
  383. .panelBtn {
  384. width: 100%;
  385. background-color: #f8f8f8;
  386. z-index: 10;
  387. }
  388. .panelBtn .line1 {
  389. width: 4rpx;
  390. height: 30rpx;
  391. background-color: #d2d2d2;
  392. }
  393. .panelBtn .text1 {
  394. width: 374rpx;
  395. line-height: 100rpx;
  396. text-align: center;
  397. font-size: 28rpx;
  398. color: #a20602;
  399. }
  400. .panelBtn .text2 {
  401. color: #0071ef;
  402. }
  403. .lineFooter {
  404. z-index: 10;
  405. }