add.wxss 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293
  1. page{
  2. background-color: #f2f2f2;
  3. }
  4. /* ******************* */
  5. .panelTop {
  6. width: 100%;
  7. height:100rpx;
  8. background-color: #fff;
  9. justify-content: space-between;
  10. position: fixed;
  11. top:0;
  12. border-bottom: 1rpx solid #d2d2d2;
  13. }
  14. .panelLeft {
  15. margin-left: 20rpx;
  16. justify-content: flex-start;
  17. }
  18. .panelRight {
  19. margin-right: 20rpx;
  20. justify-content: flex-end;
  21. }
  22. .panelTop1 {
  23. min-width:80rpx;
  24. height:80rpx;
  25. line-height: 80rpx;
  26. text-align: center;
  27. font-size: 28rpx;
  28. }
  29. .panelTop11 {
  30. margin:0 10rpx;
  31. }
  32. .panelTopBtn {
  33. font-size: 28rpx;
  34. font-weight: 500;
  35. width:110rpx;
  36. height:80rpx;
  37. text-align: center;
  38. line-height: 80rpx;
  39. }
  40. .universalpic_light_black_22x30{
  41. width:22rpx;
  42. height:30rpx;
  43. }
  44. .universalpic_omit_black_36x10{
  45. width:36rpx;
  46. height:10rpx;
  47. }
  48. .panelHeight10{
  49. width:100%;
  50. height:10rpx;
  51. }
  52. .message_edit_01{
  53. width:235rpx;
  54. height:174rpx;
  55. position: absolute;
  56. top:70rpx;
  57. right:45rpx;
  58. z-index: 10;
  59. }
  60. /* 中间开始 */
  61. .panelItemCircle{
  62. width:710rpx;
  63. border-radius: 20rpx;
  64. background-color: #fff;
  65. justify-content: space-between;
  66. }
  67. .panelItemCircleTop{
  68. border-top-left-radius: 20rpx;
  69. border-top-right-radius: 20rpx;
  70. width:100%;
  71. height:20rpx;
  72. background-color: #fff;
  73. }
  74. .panelItemCircleBottom{
  75. border-bottom-left-radius: 20rpx;
  76. border-bottom-right-radius: 20rpx;
  77. width:100%;
  78. height:20rpx;
  79. background-color: #fff;
  80. }
  81. .panelItemCircle1{
  82. width:100%;
  83. height: 80rpx;
  84. justify-content: space-between;
  85. }
  86. .panelItemCircle11{
  87. font-size: 28rpx;
  88. margin-left:30rpx;
  89. height: 100rpx;
  90. font-weight: 400;
  91. align-items: flex-start;
  92. }
  93. .panelItemCircle110{
  94. height: 132rpx;
  95. }
  96. .panelItemCircle111{
  97. font-size: 28rpx;
  98. color:#1e1e1e;
  99. }
  100. .panelItemCircle1110{
  101. color:#4D4D4D;
  102. font-weight: 500;
  103. margin-top: 10rpx;
  104. }
  105. .panelItemCircle112{
  106. font-size: 20rpx;
  107. color:#787878;
  108. margin-top: 4rpx;
  109. }
  110. .panelItemCircle12{
  111. margin-right: 30rpx;
  112. }
  113. .line2{
  114. width: 100%;
  115. height:1rpx;
  116. background-color: #E3E3E3;
  117. }
  118. .panelTimePlan {
  119. min-height: 100rpx;
  120. width:710rpx;
  121. justify-content: space-between;
  122. font-size: 28rpx;
  123. background-color: #fff;
  124. }
  125. .panelTimePlan1{
  126. margin:30rpx 0 30rpx 30rpx;
  127. max-width: 554rpx;
  128. line-height: 35rpx;
  129. }
  130. .universalpic_practisemodel_black_30x28{
  131. width:30rpx;
  132. height:28rpx;
  133. }
  134. .universalpic_plan_6dots_black_30x32{
  135. width:30rpx;
  136. height:32rpx;
  137. }
  138. .universalpic_cardlist_black_30x28{
  139. width:30rpx;
  140. height:28rpx;
  141. }
  142. .universalpic_typesize_black_30x18{
  143. width:30rpx;
  144. height:18rpx;
  145. }
  146. .universalpic_tag_black_30x30{
  147. width:30rpx;
  148. height:30rpx;
  149. }
  150. /* 中间结束 */
  151. /* 弹出界面开始 */
  152. .panelTag{
  153. width: 690rpx;
  154. background-color: #fff;
  155. margin: 20rpx 30rpx;
  156. flex-wrap: wrap;
  157. justify-content: flex-start;
  158. }
  159. .panelTag .panelTag1{
  160. color:#1e1e1e;
  161. height:73rpx;
  162. line-height: 73rpx;
  163. }
  164. .panelTag .panelTag2{
  165. border-radius: 10rpx;
  166. background-color: #0071EF;
  167. color:#fff;
  168. }
  169. .panelTag .tag1{
  170. font-size: 24rpx;
  171. margin-right: 20rpx;
  172. margin-top:10rpx;
  173. padding: 0 20rpx;
  174. }
  175. .universalpic_del_white_14x14{
  176. width:14rpx;
  177. height:14rpx;
  178. margin: 10rpx 20rpx 0 -20rpx;
  179. }
  180. /* 弹出界面结束 */
  181. .panelTitle {
  182. width: 100%;
  183. height:100rpx;
  184. justify-content: flex-start;
  185. }
  186. .panelTitle .panelTitle1 {
  187. font-size: 28rpx;
  188. margin-left: 30rpx;
  189. }
  190. .panelItem {
  191. width: 100%;
  192. justify-content: flex-start;
  193. font-size: 28rpx;
  194. min-height: 130rpx;
  195. height:auto;
  196. background-color: #fff;
  197. align-items: flex-start;
  198. font-weight: 400;
  199. }
  200. .iphone10plus{
  201. width:100%;
  202. height:30rpx;
  203. background-color: #fff;
  204. }
  205. .panelItem0 {
  206. width:710rpx;
  207. margin-top:30rpx;
  208. }
  209. .panelItem01 {
  210. margin-top: 20rpx;
  211. width:80rpx;
  212. height: 100rpx;
  213. line-height: 100rpx;
  214. text-align: center;
  215. font-size:24rpx;
  216. margin-left: 20rpx;
  217. background-color: #fff;
  218. border-radius: 20rpx;
  219. }
  220. .panelItem1 {
  221. margin-left: 30rpx;
  222. font-weight: 400;
  223. }
  224. .panelItem .panelItem11{
  225. margin: 45rpx 0 0 30rpx;
  226. justify-content: flex-start;
  227. align-items: flex-start;
  228. }
  229. .panelItem .number {
  230. font-family: 'Roboto-Black';
  231. font-size: 24rpx;
  232. width: 40rpx;
  233. height: 40rpx;
  234. background-color: #0071ef;
  235. border-radius: 50%;
  236. text-align: center;
  237. line-height: 40rpx;
  238. color: #fff;
  239. }
  240. .panelItem .number2 {
  241. background-color: #fff;
  242. border:4rpx solid #0071EF;
  243. width: 36rpx;
  244. height:36rpx;
  245. line-height: 36rpx;
  246. color: #0071ef;
  247. }
  248. .panelItem2 {
  249. margin-right: 30rpx;
  250. font-weight: 400;
  251. }
  252. .panelItem .panelItem21 {
  253. font-weight: 400;
  254. flex-wrap: wrap;
  255. align-items: flex-start;
  256. justify-content: flex-start;
  257. width: 610rpx;
  258. font-size: 36rpx;
  259. color:#1e1e1e;
  260. margin: 40rpx 0 40rpx 40rpx;
  261. }
  262. .panelItem .textNull {
  263. color: #d2d2d2;
  264. font-weight: 400;
  265. }
  266. .panelItem .sound{
  267. width:40rpx;
  268. height:40rpx;
  269. margin: 5rpx 10rpx 0 10rpx;
  270. border-radius: 50%;
  271. background-color: #F0F0F0;
  272. }
  273. .panelItem .universalpic_read_mark_black_20x20 {
  274. width:21rpx;
  275. height:20rpx;
  276. }
  277. .panelItem .textLine {
  278. text-decoration: underline;
  279. }
  280. .panelItem .textHighlighter {
  281. color:#fff;
  282. background-color: #1E1E1E;
  283. }
  284. .panelItem .textPinyin {
  285. text-decoration: underline;
  286. margin-right: 10rpx;
  287. }
  288. .panelItem .panelRecorder {
  289. width: 70rpx;
  290. height: 70rpx;
  291. background-color: #fff;
  292. border-radius: 10rpx;
  293. border:1rpx solid #9B9B9B;
  294. }
  295. .panelItem .imageFree{
  296. width:100rpx;
  297. }
  298. .panelItem .textReturn{
  299. width:100%;
  300. }
  301. .panelItem .textBr{
  302. width:100%;
  303. height:20rpx;
  304. }
  305. .panelItem .textReturn2{
  306. width:100%;
  307. height:30rpx;
  308. }
  309. .panelSave {
  310. width: 100%;
  311. background-color: #fff;
  312. position: fixed;
  313. bottom: 0;
  314. z-index: 10;
  315. border-top: 1rpx solid #d2d2d2;
  316. }
  317. .panelSave .panelSave00 {
  318. width: 100%;
  319. height: 120rpx;
  320. justify-content: space-between;
  321. }
  322. .panelSave .panelSave1 {
  323. width: 125rpx;
  324. line-height: 120rpx;
  325. text-align: center;
  326. font-size: 28rpx;
  327. color:#1e1e1e;
  328. }
  329. .panelSave2 {
  330. width: 500rpx;
  331. background-color: #fff;
  332. color:#1E1E1E;
  333. text-align: center;
  334. line-height: 80rpx;
  335. height:80rpx;
  336. border-radius: 10rpx;
  337. font-size:36rpx;
  338. border:2rpx solid #E3E3E3;
  339. }
  340. .panelSave .panelSave0{
  341. width:290rpx;
  342. line-height:100rpx;
  343. text-align: center;
  344. margin:0;
  345. }
  346. .panelSave .line1 {
  347. width: 4rpx;
  348. height: 30rpx;
  349. background-color: #d2d2d2;
  350. }
  351. .universalpic_preview_black_30x30 {
  352. width: 36rpx;
  353. height: 36rpx;
  354. margin: 0 40rpx;
  355. }
  356. /* 字段编辑 */
  357. .addItem {
  358. justify-content: flex-start;
  359. font-weight: 500;
  360. color: #1e1e1e;
  361. background-color: #f0f0f0;
  362. position: fixed;
  363. z-index: 100;
  364. }
  365. .left {
  366. margin-left: 20rpx;
  367. }
  368. .right {
  369. margin-right: 20rpx;
  370. }
  371. .panelItemTag {
  372. width: 100%;
  373. height: 100rpx;
  374. background-color: #fff;
  375. }
  376. .panelSaveTag0 {
  377. width: 80rpx;
  378. background-color: #fff;
  379. height: 80rpx;
  380. margin-left: 10rpx;
  381. }
  382. .universalpic_close_black_24x24{
  383. width:24rpx;
  384. height:24rpx;
  385. }
  386. .panelSaveTag1 {
  387. width: 80rpx;
  388. height: 80rpx;
  389. background-color: #fff;
  390. margin-right: 10rpx;
  391. }
  392. .panelSaveTag2 {
  393. width: 80rpx;
  394. height: 80rpx;
  395. border-radius: 10rpx;
  396. background-color: #5282FA;
  397. }
  398. .universalpic_underline_default_20x40{
  399. width:20rpx;
  400. height:40rpx;
  401. }
  402. .universalpic_underline_activate_60x40{
  403. width:60rpx;
  404. height:40rpx;
  405. }
  406. .universalpic_backcolor_default_20x40{
  407. width:20rpx;
  408. height:40rpx;
  409. }
  410. .universalpic_backcolor_activate_60x40{
  411. width:60rpx;
  412. height:40rpx;
  413. }
  414. .universalpic_picture_black_30x30{
  415. width:30rpx;
  416. height:30rpx;
  417. }
  418. .universalpic_soundwave_default_32x22{
  419. width:32rpx;
  420. height:22rpx;
  421. }
  422. .universalpic_soundwave_activate_32x22{
  423. width:32rpx;
  424. height:22rpx;
  425. }
  426. .universalpic_microphone_black_20x30{
  427. width:20rpx;
  428. height:30rpx;
  429. }
  430. .add {
  431. font-size: 42rpx;
  432. font-weight: 600;
  433. margin: 0 10rpx 10rpx 0;
  434. }
  435. .panelSaveTag11{
  436. margin-right: 0;
  437. }
  438. .panelSaveTag3 {
  439. width: 110rpx;
  440. font-size:28rpx;
  441. text-align: center;
  442. line-height: 80rpx;
  443. }
  444. .panelSaveTag31 {
  445. margin:0 10rpx 0 65rpx;
  446. width: 150rpx;
  447. justify-content: flex-end;
  448. }
  449. .panelSaveTag311 {
  450. margin-right:17rpx;
  451. }
  452. .line1 {
  453. width: 4rpx;
  454. height: 30rpx;
  455. background-color: #d2d2d2;
  456. margin-right: 20rpx;
  457. }
  458. .universalpic_help_gray_26x26 {
  459. width: 26rpx;
  460. height: 26rpx;
  461. margin: 0 0 0 40rpx;
  462. }
  463. .panelInput {
  464. width: 100%;
  465. margin-top: 10rpx;
  466. background-color: #fff;
  467. font-size: 36rpx;
  468. font-weight: 400;
  469. }
  470. .input {
  471. margin: 30rpx 30rpx 0 30rpx;
  472. width: 690rpx;
  473. height: 315rpx;
  474. }
  475. .panelBtnItem {
  476. width: 100%;
  477. background-color: #fff;
  478. }
  479. .panelBtnSmall {
  480. z-index: 10;
  481. width:100%;
  482. height: 100rpx;
  483. background-color: #fff;
  484. display: flex;
  485. white-space: nowrap;
  486. }
  487. .panelBtnSmall .btn0 {
  488. width: 10rpx;
  489. display: inline-block;
  490. }
  491. .panelBtnSmall .btn {
  492. width: 80rpx;
  493. background-color: #fff;
  494. border: 1rpx solid #fff;
  495. color: #787878;
  496. border-radius: 10rpx;
  497. text-align: center;
  498. line-height: 80rpx;
  499. height: 80rpx;
  500. margin-top: 10rpx;
  501. margin-right: 10rpx;
  502. font-size: 28rpx;
  503. font-weight: 700;
  504. display: inline-block;
  505. }
  506. .panelBtnSmall .btn1 {
  507. border: 1rpx solid #f0f0f0;
  508. background-color: #f0f0f0;
  509. color: #1e1e1e;
  510. }
  511. .panelBtnSmall .btn2 {
  512. font-size: 24rpx;
  513. }
  514. .universalpic_editbar_brackets_gray {
  515. width: 34rpx;
  516. height: 26rpx;
  517. }
  518. .universalpic_editbar_underline_gray {
  519. width: 18rpx;
  520. height: 28rpx;
  521. }
  522. .universalpic_read_end_white_44x26{
  523. width: 44rpx;
  524. height: 26rpx;
  525. }
  526. .universalpic_editbar_sqr_gray {
  527. width: 25rpx;
  528. height: 22rpx;
  529. }
  530. .panelBtn {
  531. width: 100%;
  532. background-color: #f8f8f8;
  533. z-index: 10;
  534. }
  535. .panelBtn .line1 {
  536. width: 4rpx;
  537. height: 30rpx;
  538. background-color: #d2d2d2;
  539. }
  540. .panelBtn .text1 {
  541. width: 374rpx;
  542. line-height: 100rpx;
  543. text-align: center;
  544. font-size: 28rpx;
  545. color: #a20602;
  546. }
  547. .panelBtn .text2 {
  548. color: #0071ef;
  549. }
  550. .lineFooter {
  551. z-index: 10;
  552. }
  553. /* 更多功能 */
  554. .numberContainer {
  555. width: 100%;
  556. justify-content: flex-start;
  557. align-items: flex-start;
  558. position: fixed;
  559. background-color: #f0f0f0;
  560. color:#1e1e1e;
  561. z-index: 20;
  562. border-top: 1 solid #fff;
  563. }
  564. .universalpic_bell_black_30x30{
  565. width:42rpx;
  566. height:30rpx;
  567. margin: 50rpx 20rpx 0 30rpx;
  568. }
  569. .numberContainer .numberContaineFooter{
  570. width: 100%;
  571. position: fixed;
  572. bottom: 0;
  573. align-items: flex-start;
  574. font-size: 36rpx;
  575. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  576. text-align: center;
  577. line-height: 131rpx;
  578. }
  579. .numberContainer .numberContaineFooter2{
  580. color:#B3443B;
  581. font-weight: 500;
  582. }
  583. .universalpic_sequence_black_30x30_2{
  584. margin: 50rpx 20rpx 0 30rpx;
  585. }
  586. .numberContainerFooter1{
  587. width:100%;
  588. position: fixed;
  589. bottom:131rpx;
  590. }
  591. .numberContainerFooter102{
  592. width:100%;
  593. height: 132rpx;
  594. justify-content: flex-start;
  595. }
  596. .numberContainerFooter103{
  597. width:100%;
  598. height: 111rpx;
  599. justify-content: flex-start;
  600. }
  601. .numberContainerFooter104{
  602. width:100%;
  603. height: 100rpx;
  604. justify-content: flex-start;
  605. }
  606. .numberContainerFooter101{
  607. width:100%;
  608. height: 357rpx;
  609. justify-content: flex-start;
  610. align-items: flex-start;
  611. }
  612. .universalpic_edit_gray_25x25{
  613. width: 25rpx;
  614. height: 25rpx;
  615. margin: 0 30rpx 0 30rpx;
  616. }
  617. .universalpic_typesize_gray_30x18{
  618. width: 30rpx;
  619. height: 18rpx;
  620. margin: 57rpx 20rpx 0 30rpx;
  621. }
  622. .numberContainerFooter11{
  623. align-items: flex-start;
  624. margin-top: 40rpx;
  625. }
  626. .numberContainerFooter111{
  627. font-size:36rpx;
  628. font-weight: 400;
  629. }
  630. .numberContainerFooter1111{
  631. margin-top: 40rpx;
  632. }
  633. .numberContainerFooter113{
  634. font-size:28rpx;
  635. font-weight: 400;
  636. margin-left: 80rpx;
  637. }
  638. .numberContainerFooter112{
  639. justify-content: flex-start;
  640. flex-wrap: wrap;
  641. }
  642. .numberContainerFooter1121{
  643. line-height:73rpx;
  644. border:3rpx solid #D2D2D2;
  645. border-radius: 10rpx;
  646. text-align: center;
  647. margin: 30rpx 30rpx 0 0;
  648. font-size:24rpx;
  649. padding: 0 30rpx;
  650. }
  651. .numberContainerFooter1121Select{
  652. border:3rpx solid #0071EF;
  653. color:#fff;
  654. background-color: #0071EF;
  655. }
  656. .RecorderPanel1{
  657. width:100%;
  658. height:332rpx;
  659. background-color: #fff;
  660. position: fixed;
  661. bottom:0rpx;
  662. justify-content: flex-start;
  663. border-top:1rpx solid #d2d2d2;
  664. }
  665. .RecorderPanel11{
  666. width:100%;
  667. margin-top: 60rpx;
  668. }
  669. .RecorderPanel111{
  670. margin-left: 30rpx;
  671. }
  672. .RecorderPanel1111{
  673. margin-left: 20rpx;
  674. font-size:36rpx;
  675. }
  676. .RecorderPanel112{
  677. font-family: 'Roboto-Black';
  678. font-size:36rpx;
  679. color:#787878;
  680. }
  681. .RecorderPanel1121{
  682. color:#0071EF;
  683. }
  684. .btnRecorderStart{
  685. width:690rpx;
  686. line-height:110rpx;
  687. background-color: #fff;
  688. border:2rpx solid #E3E3E3;
  689. text-align: center;
  690. font-size:28rpx;
  691. font-weight: 500;
  692. color:#1E1E1E;
  693. margin-top: 40rpx;
  694. border-radius: 10rpx;
  695. }
  696. .RecorderPanel12{
  697. width:690rpx;
  698. height:110rpx;
  699. margin-top: 20rpx;
  700. justify-content: space-between;
  701. }
  702. .btnRecorderStart2{
  703. width:335rpx;
  704. color:#1E1E1E;
  705. }
  706. .symbol1{
  707. font-size:28rpx;
  708. margin-right: 20rpx;
  709. color:#F44336;
  710. }
  711. .symbol2{
  712. font-size:28rpx;
  713. margin-right: 20rpx;
  714. color:#4D4D4D;
  715. }
  716. .btnRecorderEnd{
  717. color:#fff;
  718. background-color: #5282FA;
  719. border:2rpx solid #5282FA;
  720. }
  721. .RecorderPanel2{
  722. width:100%;
  723. height:449rpx;
  724. position: fixed;
  725. bottom:332rpx;
  726. }
  727. .edit_voicerecorder_illus{
  728. width:222rpx;
  729. height:449rpx;
  730. }
  731. .RecorderPanel3{
  732. width:100%;
  733. min-height:714rpx;
  734. position: fixed;
  735. top:0;
  736. justify-content: flex-start;
  737. }
  738. .RecorderPanel31{
  739. width:100%;
  740. margin:30rpx 0;
  741. justify-content: flex-start;
  742. align-items: flex-start;
  743. }
  744. .panelLine2{
  745. width:680rpx;
  746. height:1rpx;
  747. background-color: #d2d2d2;
  748. }
  749. .RecorderPanel311{
  750. font-size:20rpx;
  751. color:#4D4D4D;
  752. margin-left: 30rpx;
  753. }
  754. .RecorderPanel32{
  755. width:690rpx;
  756. height:1200rpx;
  757. font-size:36rpx;
  758. font-weight: 400;
  759. margin-top:30rpx;
  760. }
  761. /* ****菜单********* */
  762. .panelMenu{
  763. width: 100%;
  764. background-color: rgba(0, 0, 0, 0.66);
  765. z-index: 20;
  766. position: fixed;
  767. top: 0;
  768. }
  769. .panelMenu0{
  770. justify-content: flex-end;
  771. position: fixed;
  772. bottom: 0;
  773. width: 100%;
  774. z-index: 20;
  775. }
  776. .panelMenu1{
  777. width:710rpx;
  778. min-height: 110rpx;
  779. line-height: 110rpx;
  780. text-align: center;
  781. border-radius: 20rpx;
  782. background-color: #fff;
  783. font-size:36rpx;
  784. font-weight: 400;
  785. justify-content: space-between;
  786. }
  787. .panelMenu10{
  788. margin-bottom: 50rpx;
  789. }
  790. .panelMenu11{
  791. color:#FE6659;
  792. font-weight: 500;
  793. margin-bottom: 20rpx;
  794. }
  795. .panelMenu12{
  796. margin-bottom: 20rpx;
  797. }
  798. .Arrow{
  799. width:16rpx;
  800. height:26rpx;
  801. margin:0 30rpx;
  802. }
  803. .panelMenuLine{
  804. width:100%;
  805. height:1rpx;
  806. background-color: #d2d2d2;
  807. }
  808. .iphone10plusMenu{
  809. width:100%;
  810. height:200rpx;
  811. }
  812. .AndroidMenu{
  813. width:100%;
  814. height:100rpx;
  815. }
  816. .HelpContainer{
  817. background-color:rgba(0,0,0,0.16);
  818. position: fixed;
  819. top:0;
  820. z-index: 100;
  821. }
  822. .HelpContainer .HelpPanel1{
  823. position: fixed;
  824. width:100%;
  825. bottom:0;
  826. background-color: #F8F8F8;
  827. border-top:1rpx solid #b6b6b6;
  828. }
  829. .HelpContainer .HelpPanel11{
  830. width:100%;
  831. height: 100rpx;
  832. justify-content: space-between;
  833. border-bottom:1rpx solid #d2d2d2;
  834. }
  835. .HelpContainer .HelpPanel111{
  836. width:80rpx;
  837. height:80rpx;
  838. margin-left: 20rpx;
  839. }
  840. .HelpContainer .HelpPanel112{
  841. min-width:120rpx;
  842. height:80rpx;
  843. line-height: 80rpx;
  844. text-align: center;
  845. font-size:28rpx;
  846. }
  847. .HelpPanel2{
  848. width:100%;
  849. height:822rpx;
  850. margin-bottom: 80rpx;
  851. }
  852. .universalpic_close_black_24x24{
  853. width:24rpx;
  854. height:24rpx;
  855. }
  856. .HelpContainer .HelpPanel12{
  857. width:100%;
  858. border-top:1rpx solid #D2D2D2;
  859. }
  860. .help_board_tips_jiaziliao{
  861. width:630rpx;
  862. height:454rpx;
  863. margin: 80rpx 0;
  864. }
  865. .help_board_tips_diankaigengduo{
  866. width:630rpx;
  867. height:530rpx;
  868. margin: 80rpx 0;
  869. }
  870. .help_board_tips_lianxvxinjian{
  871. width:630rpx;
  872. height:546rpx;
  873. margin: 80rpx 0;
  874. }
  875. .help_board_tips_meihua{
  876. width:630rpx;
  877. height:616rpx;
  878. margin: 80rpx 0;
  879. }
  880. .help_board_tips_geshi{
  881. width: 630rpx;
  882. height:620rpx;
  883. margin: 80rpx 0;
  884. }
  885. /* ************************** */
  886. .HelpPanel3{
  887. height:568rpx;
  888. margin-bottom: 0;
  889. }
  890. .panelTitle2{
  891. width: 690rpx;
  892. align-items: flex-start;
  893. }
  894. .panelTitle21{
  895. font-size:32rpx;
  896. color:#4D4D4D;
  897. }
  898. .panelTitle22{
  899. font-size:20rpx;
  900. color:#787878;
  901. margin-top:4rpx;
  902. }
  903. .panelTitle22MenuBtnSelect{
  904. color:#fff;
  905. font-size:20rpx;
  906. margin-top:4rpx;
  907. }
  908. .panelTitle22MenuBtnDisabled{
  909. color:#BCBCBC;
  910. font-size:20rpx;
  911. margin-top:4rpx;
  912. }
  913. .FontsizeShow{
  914. width:690rpx;
  915. height:211rpx;
  916. font-size:48rpx;
  917. columns: #4d4d4d;
  918. border-radius: 10rpx;
  919. background-color: #e3e3e3;
  920. margin-top:30rpx;
  921. text-align: center;
  922. line-height: 211rpx;
  923. font-weight: 400;
  924. }
  925. .MenuBtn{
  926. margin-top:30rpx;
  927. width:690rpx;
  928. justify-content: space-between;
  929. }
  930. .MenuBtn1{
  931. width:157rpx;
  932. height:100rpx;
  933. border-radius: 10rpx;
  934. background-color: #fff;
  935. text-align: center;
  936. line-height: 100rpx;
  937. border:2rpx solid #DCDCDC;
  938. font-size: 24rpx;
  939. }
  940. /* ************************** */
  941. .HelpPanel4{
  942. height:944rpx;
  943. margin-bottom: 0;
  944. justify-content: flex-start;
  945. }
  946. .panelTitle20{
  947. margin-top:60rpx;
  948. }
  949. .MenuBtn2{
  950. width:260rpx;
  951. font-size: 28rpx;
  952. font-weight: 400;
  953. }
  954. .MenuBtn3{
  955. width:380rpx;
  956. font-size: 28rpx;
  957. font-weight: 400;
  958. justify-content: space-between;
  959. padding-left:30rpx;
  960. margin-right:20rpx;
  961. }
  962. .MenuList{
  963. width:100%;
  964. height:647rpx;
  965. background-color: #fff;
  966. justify-content: flex-start;
  967. margin-top:30rpx;
  968. overflow-y: auto;
  969. border-top:1rpx solid #D2D2D2;
  970. }
  971. .MenuItem{
  972. width:710rpx;
  973. border:2rpx solid #E3E3E3;
  974. margin:0 0 20rpx 20rpx;
  975. border-radius: 10rpx;
  976. font-size:28rpx;
  977. }
  978. .MenuItem1{
  979. width:650rpx;
  980. font-weight: 400;
  981. overflow: hidden;
  982. margin:30rpx 0;
  983. }
  984. .panelMenuBottom {
  985. width: 100%;
  986. height:160rpx;
  987. justify-content: space-between;
  988. font-size:24rpx;
  989. font-weight: 400;
  990. border-top:1rpx solid #d2d2d2;
  991. }
  992. .panelMenuBottom1 {
  993. width: 500rpx;
  994. height:160rpx;
  995. margin-left: 20rpx;
  996. justify-content: flex-start;
  997. }
  998. .Circle {
  999. width: 34rpx;
  1000. height:34rpx;
  1001. border-radius: 50%;
  1002. border:3rpx solid #D2D2D2;
  1003. background-color: #fff;
  1004. margin:0 20rpx 0 10rpx;
  1005. }
  1006. .CircleSelected{
  1007. background-color: #5282FA;
  1008. border:2rpx solid #5282FA;
  1009. }
  1010. .universalpic_checked_white_22x18{
  1011. width: 22rpx;
  1012. height:18rpx;
  1013. }
  1014. .panelTop12 {
  1015. margin:0 30rpx;
  1016. }
  1017. /* *************** */
  1018. .HelpPanel5{
  1019. height:650rpx;
  1020. margin-bottom: 0;
  1021. }
  1022. .panelTitle23{
  1023. font-size:36rpx;
  1024. color:#fff;
  1025. background-color: #5282FA;
  1026. margin-top:30rpx;
  1027. }
  1028. .panelTitle24{
  1029. font-size:28rpx;
  1030. margin-top:30rpx;
  1031. font-weight: 400;
  1032. }
  1033. .MenuBtn4{
  1034. width: 122rpx;
  1035. }
  1036. .universalpic_bell_black_30x30_2{
  1037. width:30rpx;
  1038. height:30rpx;
  1039. margin: 0 20rpx 0 10rpx;
  1040. }
  1041. .MenuBtn5{
  1042. width:690rpx;
  1043. font-size: 28rpx;
  1044. font-weight: 400;
  1045. justify-content: space-between;
  1046. margin-top:30rpx;
  1047. }
  1048. .panelHeight100{
  1049. width:100%;
  1050. height:100rpx;
  1051. }
  1052. .panelHeight100_white{
  1053. background-color: #fff;
  1054. }
  1055. /* *************** */
  1056. .HelpPanel6{
  1057. height:800rpx;
  1058. margin-bottom: 0;
  1059. justify-content: flex-start;
  1060. }
  1061. .MenuBtn6{
  1062. width:690rpx;
  1063. height:132rpx;
  1064. font-size: 28rpx;
  1065. font-weight: 400;
  1066. justify-content: flex-start;
  1067. margin-top:30rpx;
  1068. }
  1069. .richang_normal_b_60x60{
  1070. width:60rpx;
  1071. height:60rpx;
  1072. margin:0 30rpx;
  1073. }
  1074. .MenuBtn61{
  1075. align-items: flex-start;
  1076. line-height: normal;
  1077. }
  1078. .MenuBtn7{
  1079. width:640rpx;
  1080. margin-top:40rpx;
  1081. align-items: flex-start;
  1082. font-size:28rpx;
  1083. font-weight: 400;
  1084. justify-content: space-between;
  1085. }
  1086. .MenuBtn71{
  1087. width:500rpx;
  1088. margin-top:4rpx;
  1089. font-size:20rpx;
  1090. }
  1091. .switch{
  1092. margin-top:20rpx;
  1093. }
  1094. .MenuBtn8{
  1095. width:100%;
  1096. height:100rpx;
  1097. margin-top:40rpx;
  1098. }
  1099. .MenuBtn80{
  1100. font-size:20rpx;
  1101. justify-content: flex-start;
  1102. background-color: #E3FCF3;
  1103. }
  1104. .panelHeight100_green{
  1105. width:100%;
  1106. height:50rpx;
  1107. background-color: #E3FCF3;
  1108. }
  1109. .universalpic_infor_green_40x40{
  1110. width:40rpx;
  1111. height:40rpx;
  1112. margin:0 30rpx;
  1113. }
  1114. .MenuBtnDisabled{
  1115. border:2rpx solid #E3E3E3;
  1116. background-color: #F0F0F0;
  1117. color:#BCBCBC;
  1118. position: relative;
  1119. }
  1120. .universalpic_stop_black_20x20{
  1121. width:20rpx;
  1122. height:20rpx;
  1123. }
  1124. .disabled{
  1125. font-size:20rpx;
  1126. color:#4D4D4D;
  1127. position: absolute;
  1128. top:30rpx;
  1129. right:30rpx;
  1130. }
  1131. .disabled1{
  1132. line-height: normal;
  1133. }
  1134. .MenuBtnSelect{
  1135. background-color: #5282FA;
  1136. border:2rpx solid #5282FA;
  1137. color:#fff;
  1138. font-size:36rpx;
  1139. }