add.wxss 12 KB

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