add.wxss 12 KB

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