add.wxss 6.9 KB

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