add.wxss 12 KB

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