add.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  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. .panelTimePlan0 {
  47. background-color: #0071EF;
  48. color:#fff;
  49. }
  50. .panelTimePlan1{
  51. color:#787878;
  52. font-size: 28rpx;
  53. font-weight: 400;
  54. width:220rpx;
  55. text-align: right;
  56. }
  57. .panelTimePlan2{
  58. color:#fff;
  59. }
  60. .universalpic_clock_gray_24x24{
  61. width:24rpx;
  62. height:24rpx;
  63. margin-right: 10rpx;
  64. }
  65. .panelTimePlanRemark{
  66. font-size:24rpx;
  67. margin-top:30rpx;
  68. color:#787878;
  69. font-weight: 400;
  70. }
  71. .panelTitle {
  72. width: 100%;
  73. margin-top: 50rpx;
  74. justify-content: space-between;
  75. }
  76. .panelTitle .panelTitle1 {
  77. font-size: 32rpx;
  78. margin-left: 30rpx;
  79. margin-bottom: 30rpx;
  80. }
  81. .panelTitle .panelTitle2 {
  82. font-size: 28rpx;
  83. margin-right: 30rpx;
  84. background-color: #1e1e1e;
  85. color: #fff;
  86. border-radius: 22rpx;
  87. text-align: center;
  88. padding: 0 20rpx;
  89. margin-bottom: 32rpx;
  90. }
  91. .panelItem {
  92. width: 100%;
  93. justify-content: flex-start;
  94. font-size: 28rpx;
  95. min-height: 130rpx;
  96. height:auto;
  97. background-color: #fff;
  98. align-items: flex-start;
  99. font-weight: 400;
  100. }
  101. .panelItem0 {
  102. height: 133rpx;
  103. }
  104. .panelItem1 {
  105. margin-left: 30rpx;
  106. font-weight: 400;
  107. }
  108. .panelItem .panelItem11{
  109. margin: 45rpx 0 0 30rpx;
  110. justify-content: flex-start;
  111. align-items: flex-start;
  112. }
  113. .panelItem .number {
  114. font-family: 'Roboto-Black';
  115. font-size: 24rpx;
  116. width: 40rpx;
  117. background-color: #0071ef;
  118. border-radius: 50%;
  119. text-align: center;
  120. line-height: 40rpx;
  121. color: #fff;
  122. }
  123. .panelItem2 {
  124. margin-right: 30rpx;
  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 .textHighlighter {
  156. color:#fff;
  157. background-color: #1E1E1E;
  158. }
  159. .panelItem .textPinyin {
  160. text-decoration: underline;
  161. margin-right: 10rpx;
  162. }
  163. .panelItem .panelRecorder {
  164. width: 70rpx;
  165. height: 70rpx;
  166. background-color: #fff;
  167. border-radius: 10rpx;
  168. border:1rpx solid #9B9B9B;
  169. }
  170. .panelItem .universalpic_voicerecorder_transmit_black_44x34{
  171. width: 44rpx;
  172. height: 34rpx;
  173. }
  174. .panelItem .imageFree{
  175. width:100rpx;
  176. }
  177. .panelItem .textReturn{
  178. width:100%;
  179. }
  180. .panelItem .textBr{
  181. width:100%;
  182. height:20rpx;
  183. }
  184. .panelItem .textReturn2{
  185. width:100%;
  186. height:30rpx;
  187. }
  188. .panelTag{
  189. width: 100%;
  190. font-size: 24rpx;
  191. background-color: #fff;
  192. margin: 10rpx 0;
  193. align-items: flex-end;
  194. }
  195. .panelTag .panelTag1{
  196. width:640rpx;
  197. font-size: 28rpx;
  198. color:#1e1e1e;
  199. text-align: left;
  200. min-height:100rpx;
  201. line-height: 100rpx;
  202. flex-wrap: wrap;
  203. justify-content: flex-start;
  204. }
  205. .panelTag .panelTag2{
  206. line-height: 73rpx;
  207. height:73rpx;
  208. border:1rpx solid #9B9B9B;
  209. margin: 30rpx 30rpx 0 0;
  210. border-radius: 10rpx;
  211. }
  212. .panelTag .tag1{
  213. font-size: 24rpx;
  214. color:#787878;
  215. margin-left: 30rpx;
  216. }
  217. .universalpic_del_gray_14x14{
  218. width:14rpx;
  219. height:14rpx;
  220. margin: 0 30rpx 0 20rpx;
  221. }
  222. .panelSave {
  223. width: 100%;
  224. background-color: #fff;
  225. position: fixed;
  226. bottom: 0;
  227. height: 120rpx;
  228. z-index: 10;
  229. justify-content: space-between;
  230. border-top: 1rpx solid #d2d2d2;
  231. }
  232. .panelSave .panelSave1 {
  233. width: 128rpx;
  234. line-height: 120rpx;
  235. text-align: center;
  236. font-size: 24rpx;
  237. color:#787878;
  238. }
  239. .panelSave .panelSave2 {
  240. width: 602rpx;
  241. background-color: #fff;
  242. border:1rpx solid #9B9B9B;
  243. color:#0071EF;
  244. text-align: center;
  245. line-height: 80rpx;
  246. height:80rpx;
  247. border-radius: 10rpx;
  248. font-size:32rpx;
  249. margin:0 20rpx 0 0;
  250. }
  251. .universalpic_card_gray_26x26{
  252. width: 26rpx;
  253. height:26rpx;
  254. }
  255. .panelSave .panelSave0{
  256. width:290rpx;
  257. line-height:100rpx;
  258. text-align: center;
  259. margin:0;
  260. }
  261. .panelSave .line1 {
  262. width: 4rpx;
  263. height: 30rpx;
  264. background-color: #d2d2d2;
  265. }
  266. .universalpic_preview_black_30x30 {
  267. width: 36rpx;
  268. height: 36rpx;
  269. margin: 0 40rpx;
  270. }
  271. /* 字段编辑 */
  272. .addItem {
  273. justify-content: flex-start;
  274. font-weight: 500;
  275. color: #1e1e1e;
  276. background-color: #f0f0f0;
  277. position: fixed;
  278. top: 0;
  279. }
  280. .left {
  281. margin-left: 20rpx;
  282. }
  283. .right {
  284. margin-right: 20rpx;
  285. }
  286. .panelItemTag {
  287. width: 100%;
  288. justify-content: space-between;
  289. min-height: 120rpx;
  290. background-color: #fff;
  291. }
  292. .panelSaveTag1 {
  293. width: 148rpx;
  294. background-color: #fff;
  295. border: 1rpx solid #9b9b9b;
  296. color: #787878;
  297. text-align: center;
  298. height: 80rpx;
  299. line-height: 80rpx;
  300. border-radius: 10rpx;
  301. font-size: 28rpx;
  302. }
  303. .panelSaveTag2 {
  304. width: 80rpx;
  305. height: 80rpx;
  306. background-color: #fff;
  307. border: 1rpx solid #9b9b9b;
  308. margin-left: 6rpx;
  309. }
  310. .panelSaveTag3 {
  311. width: 80rpx;
  312. height: 80rpx;
  313. margin-left: 6rpx;
  314. background-color: #0071ef;
  315. border: 1rpx solid #0071ef;
  316. }
  317. .universalpic_read_begin_gray_20x20 {
  318. width: 21rpx;
  319. height: 20rpx;
  320. }
  321. .universalpic_read_end_white_38x22 {
  322. width: 38rpx;
  323. height: 22rpx;
  324. }
  325. .universalpic_underline_begin_gray_14x20 {
  326. width: 14rpx;
  327. height: 20rpx;
  328. }
  329. .universalpic_underline_end_white_30x22 {
  330. width: 31rpx;
  331. height: 22rpx;
  332. }
  333. .universalpic_highlighter_begin_gray_24x20{
  334. width: 24rpx;
  335. height: 20rpx;
  336. }
  337. .universalpic_picture_gray_26x26 {
  338. width: 26rpx;
  339. height: 26rpx;
  340. }
  341. .universalpic_voicerecorder_normal_gray_21x26{
  342. width: 21rpx;
  343. height: 26rpx;
  344. }
  345. .add {
  346. font-size: 42rpx;
  347. font-weight: 600;
  348. margin: 0 10rpx 10rpx 0;
  349. }
  350. .clear {
  351. width: 88rpx;
  352. height: 80rpx;
  353. color:#787878;
  354. background-color: #fff;
  355. border: 1rpx solid #9b9b9b;
  356. text-align: center;
  357. border-radius: 10rpx;
  358. line-height: 80rpx;
  359. font-size: 24rpx;
  360. }
  361. .line1 {
  362. width: 4rpx;
  363. height: 30rpx;
  364. background-color: #d2d2d2;
  365. margin-right: 20rpx;
  366. }
  367. .universalpic_help_gray_26x26 {
  368. width: 26rpx;
  369. height: 26rpx;
  370. margin: 0 0 0 40rpx;
  371. }
  372. .panelInput {
  373. width: 100%;
  374. height: 250rpx;
  375. margin-top: 10rpx;
  376. background-color: #fff;
  377. font-size: 36rpx;
  378. font-weight: 400;
  379. }
  380. .input {
  381. margin: 30rpx 30rpx 0 30rpx;
  382. width: 690rpx;
  383. height: 220rpx;
  384. }
  385. .panelBtnItem {
  386. position: fixed;
  387. top: 382rpx;
  388. width: 100%;
  389. background-color: #fff;
  390. }
  391. .panelBtnSmall {
  392. z-index: 10;
  393. width:100%;
  394. height: 120rpx;
  395. background-color: #fff;
  396. display: flex;
  397. white-space: nowrap;
  398. }
  399. .panelBtnSmall .btn0 {
  400. width: 10rpx;
  401. display: inline-block;
  402. }
  403. .panelBtnSmall .btn {
  404. /* font-family: 'Roboto-Black'; */
  405. width: 80rpx;
  406. background-color: #fff;
  407. border: 1rpx solid #fff;
  408. color: #787878;
  409. border-radius: 10rpx;
  410. text-align: center;
  411. line-height: 80rpx;
  412. height: 80rpx;
  413. margin-top: 20rpx;
  414. margin-right: 10rpx;
  415. font-size: 28rpx;
  416. font-weight: 700;
  417. display: inline-block;
  418. }
  419. .panelBtnSmall .btn1 {
  420. border: 1rpx solid #f0f0f0;
  421. background-color: #f0f0f0;
  422. color: #1e1e1e;
  423. }
  424. .panelBtnSmall .btn2 {
  425. font-size: 24rpx;
  426. }
  427. .universalpic_editbar_brackets_gray {
  428. width: 34rpx;
  429. height: 26rpx;
  430. }
  431. .universalpic_editbar_underline_gray {
  432. width: 18rpx;
  433. height: 28rpx;
  434. }
  435. .universalpic_editbar_sqr_gray {
  436. width: 25rpx;
  437. height: 22rpx;
  438. }
  439. .panelBtn {
  440. width: 100%;
  441. background-color: #f8f8f8;
  442. z-index: 10;
  443. }
  444. .panelBtn .line1 {
  445. width: 4rpx;
  446. height: 30rpx;
  447. background-color: #d2d2d2;
  448. }
  449. .panelBtn .text1 {
  450. width: 374rpx;
  451. line-height: 100rpx;
  452. text-align: center;
  453. font-size: 28rpx;
  454. color: #a20602;
  455. }
  456. .panelBtn .text2 {
  457. color: #0071ef;
  458. }
  459. .lineFooter {
  460. z-index: 10;
  461. }
  462. .Arrow{
  463. width:16rpx;
  464. height:26rpx;
  465. margin-left: 30rpx;
  466. }
  467. /* 更多功能 */
  468. .numberContainer {
  469. width: 100%;
  470. justify-content: flex-start;
  471. align-items: flex-start;
  472. position: fixed;
  473. top: 0;
  474. background-color: #fff;
  475. color:#1e1e1e;
  476. z-index: 20;
  477. border-top: 1 solid #fff;
  478. }
  479. .universalpic_bell_black_30x30{
  480. width:42rpx;
  481. height:30rpx;
  482. margin: 50rpx 20rpx 0 30rpx;
  483. }
  484. .numberContainer .numberContaineFooter{
  485. width: 100%;
  486. position: fixed;
  487. bottom: 0;
  488. align-items: flex-start;
  489. font-size: 36rpx;
  490. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  491. text-align: center;
  492. line-height: 131rpx;
  493. }
  494. .numberContainer .numberContaineFooter2{
  495. color:#B3443B;
  496. font-weight: 500;
  497. }
  498. .universalpic_sequence_black_30x30_2{
  499. margin: 50rpx 20rpx 0 30rpx;
  500. }
  501. .numberContainerFooter1{
  502. width:100%;
  503. position: fixed;
  504. bottom:131rpx;
  505. }
  506. .numberContainerFooter102{
  507. width:100%;
  508. height: 132rpx;
  509. justify-content: flex-start;
  510. }
  511. .numberContainerFooter103{
  512. width:100%;
  513. height: 111rpx;
  514. justify-content: flex-start;
  515. }
  516. .numberContainerFooter104{
  517. width:100%;
  518. height: 100rpx;
  519. justify-content: flex-start;
  520. }
  521. .numberContainerFooter101{
  522. width:100%;
  523. height: 357rpx;
  524. justify-content: flex-start;
  525. align-items: flex-start;
  526. }
  527. .universalpic_edit_gray_25x25{
  528. width: 25rpx;
  529. height: 25rpx;
  530. margin: 0 30rpx 0 30rpx;
  531. }
  532. .universalpic_bell_gray_30x30{
  533. width:30rpx;
  534. height:30rpx;
  535. margin: 40rpx 20rpx 0 30rpx;
  536. }
  537. .universalpic_typesize_gray_30x18{
  538. width: 30rpx;
  539. height: 18rpx;
  540. margin: 57rpx 20rpx 0 30rpx;
  541. }
  542. .numberContainerFooter11{
  543. align-items: flex-start;
  544. margin-top: 40rpx;
  545. }
  546. .numberContainerFooter111{
  547. font-size:36rpx;
  548. font-weight: 400;
  549. }
  550. .numberContainerFooter1111{
  551. margin-top: 40rpx;
  552. }
  553. .numberContainerFooter113{
  554. font-size:28rpx;
  555. font-weight: 400;
  556. margin-left: 80rpx;
  557. }
  558. .numberContainerFooter112{
  559. justify-content: flex-start;
  560. flex-wrap: wrap;
  561. }
  562. .numberContainerFooter1121{
  563. line-height:73rpx;
  564. border:3rpx solid #D2D2D2;
  565. border-radius: 10rpx;
  566. text-align: center;
  567. margin: 30rpx 30rpx 0 0;
  568. font-size:24rpx;
  569. padding: 0 30rpx;
  570. }
  571. .numberContainerFooter1121Select{
  572. border:3rpx solid #0071EF;
  573. color:#fff;
  574. background-color: #0071EF;
  575. }
  576. .RecorderPanel1{
  577. width:100%;
  578. height:360rpx;
  579. background-color: #f8f8f8;
  580. position: fixed;
  581. bottom:131rpx;
  582. border-top: 1rpx solid #d2d2d2;
  583. justify-content: flex-start;
  584. }
  585. .RecorderPanel11{
  586. width:100%;
  587. justify-content: space-between;
  588. margin-top: 40rpx;
  589. }
  590. .universalpic_voicerecorder_black_30x30{
  591. width:30rpx;
  592. height:30rpx;
  593. }
  594. .RecorderPanel111{
  595. margin-left: 30rpx;
  596. }
  597. .RecorderPanel1111{
  598. margin-left: 20rpx;
  599. font-size:36rpx;
  600. }
  601. .RecorderPanel112{
  602. font-family: 'Roboto-Black';
  603. font-size:36rpx;
  604. color:#787878;
  605. margin-right: 30rpx;
  606. }
  607. .RecorderPanel1121{
  608. color:#0071EF;
  609. }
  610. .btnRecorderStart{
  611. width:690rpx;
  612. line-height:110rpx;
  613. background-color: #fff;
  614. border:1rpx solid #9B9B9B;
  615. text-align: center;
  616. font-size:32rpx;
  617. font-weight: 500;
  618. color:#0071EF;
  619. margin-top: 40rpx;
  620. border-radius: 10rpx;
  621. }
  622. .RecorderPanel12{
  623. width:690rpx;
  624. height:110rpx;
  625. margin-top: 20rpx;
  626. justify-content: space-between;
  627. }
  628. .btnRecorderStart2{
  629. width:216rpx;
  630. color:#1E1E1E;
  631. }
  632. .btnRecorderStart3{
  633. width:216rpx;
  634. }
  635. .btnRecorderEnd{
  636. color:#fff;
  637. background-color: #0071EF;
  638. border:1rpx solid #0071EF;
  639. }
  640. .RecorderPanel2{
  641. width:100%;
  642. height:449rpx;
  643. position: fixed;
  644. bottom:492rpx;
  645. }
  646. .edit_voicerecorder_illus{
  647. width:222rpx;
  648. height:449rpx;
  649. }
  650. .RecorderPanel3{
  651. width:100%;
  652. min-height:714rpx;
  653. position: fixed;
  654. top:0;
  655. justify-content: flex-start;
  656. }
  657. .RecorderPanel31{
  658. width:100%;
  659. height:116rpx;
  660. justify-content: flex-start;
  661. align-items: flex-start;
  662. }
  663. .RecorderPanel311{
  664. font-size:24rpx;
  665. font-weight: 400;
  666. color:#787878;
  667. margin: 10rpx 0 0 30rpx;
  668. }
  669. .RecorderPanel32{
  670. width:690rpx;
  671. height:500rpx;
  672. font-size:36rpx;
  673. }