add.wxss 7.7 KB

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