add.wxss 8.0 KB

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