1
0

style.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. html,body{
  2. height: 100%;
  3. background: #ECF0F1!important;
  4. }
  5. /*.flex-wrap{ display: -webkit-box; display: -webkit-flex; display: flex; flex-wrap: wrap}*/
  6. /*.flex-con{ -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}*/
  7. .mui-content{
  8. background: #ECF0F1 !important;
  9. }
  10. .m-card{
  11. background-color: #fff;
  12. padding: 15px;
  13. margin-bottom: 5px;
  14. }
  15. .m-card .header{
  16. line-height: 20px;
  17. border-bottom: 1px solid #ECF0F1;
  18. font-size: 14px;
  19. padding-bottom: 10px;
  20. margin-bottom: 10px;
  21. }
  22. .m-card .header span{
  23. /*padding-left: 10px;*/
  24. border-left: 3px solid #3498DB;
  25. padding: 2px 0px 2px 10px;
  26. }
  27. .m-card .content img{
  28. border-radius: 6px;
  29. width: 100%;
  30. height: 209px;
  31. }
  32. .m-card .content p{
  33. font-size: 14px;
  34. text-align: justify;
  35. }
  36. .m-card .list-header{
  37. line-height: 20px;
  38. border-bottom: 1px solid #ECF0F1;
  39. font-size: 14px;
  40. padding-bottom: 10px;
  41. }
  42. .m-card .list-header span{
  43. border-left: 3px solid #3498DB;
  44. padding: 2px 0px 2px 10px;
  45. }
  46. .m-card .list-content {
  47. }
  48. .m-card .list-content .cell-icon img{
  49. height: 0.6rem;
  50. }
  51. .m-card .list-content .cell-left{
  52. max-width: 90%;
  53. }
  54. .m-card .list-content .cell-left .title{
  55. max-width: 80%;
  56. margin-left: 10px;
  57. }
  58. .m-card .list-content .cell-left .title .main{
  59. color: #2C3E50;
  60. font-size: 14px;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. }
  65. .m-card .list-content .cell-left .title .sub{
  66. color: #BDC3C7;
  67. font-size: 12px;
  68. }
  69. .mui-off-canvas-wrap{
  70. overflow-y: scroll;
  71. }
  72. .mui-scroll-wrappers{
  73. overflow-y: scroll;
  74. }
  75. .file_list{
  76. list-style: none;
  77. padding: 0;
  78. margin: 0;
  79. }
  80. .m-cell .cell-header{
  81. background-color: #FAFAFA;
  82. }
  83. .mingpai .cell-item{
  84. padding: 0px;
  85. }
  86. .mingpai .cell-item:not(:last-child):after{
  87. margin-left: 0px;
  88. }
  89. .mingpai .cell-item .cell{
  90. padding-left: 10px;
  91. max-width: 60%;
  92. }
  93. .mingpai .cell-item .cell:first-child{
  94. max-width: 40%;
  95. }
  96. .file-content .cell-item{
  97. padding: 5px 0px 5px 12px;
  98. }
  99. .m-cell:after {
  100. border-bottom: 1px solid #ECF0F1;
  101. }
  102. .cell-item:not(:last-child):after {
  103. border-bottom: 1px solid #ECF0F1;
  104. }
  105. .m-cell .cell{
  106. -webkit-box-flex: 1;
  107. -webkit-flex: 1;
  108. -ms-flex: 1;
  109. flex: 1;
  110. width: 100%;
  111. min-height: 0.8rem;
  112. color: #525252;
  113. font-size: 0.26rem;
  114. padding-right: 0.24rem;
  115. display: -webkit-box;
  116. display: -webkit-flex;
  117. display: -ms-flexbox;
  118. display: flex;
  119. -webkit-box-align: center;
  120. -webkit-align-items: center;
  121. -ms-flex-align: center;
  122. align-items: center;
  123. -webkit-box-pack: end;
  124. -ms-flex-pack: end;
  125. }
  126. .cell-item:not(:last-child):after{
  127. height: 0!important;
  128. border-bottom: 0 !important;
  129. }
  130. .item{
  131. position: relative;
  132. }
  133. .item:not(:last-child):after {
  134. content: '';
  135. position: absolute;
  136. z-index: 0;
  137. bottom: 0;
  138. left: 0;
  139. width: 100%;
  140. height: 1px;
  141. border-bottom: 1px solid #D9D9D9;
  142. }
  143. .See_download{
  144. text-align: center;
  145. height: 0;
  146. opacity: 0;
  147. transition: .5s;
  148. }
  149. .download ,.See{
  150. width: 60px;
  151. height: 30px;
  152. }
  153. .download {
  154. margin-right: 10px;
  155. }
  156. .See{
  157. margin-left: 10px;
  158. }
  159. body .show{
  160. height: 50px;
  161. opacity: 1;
  162. }
  163. .cell-arrowIco:after{
  164. transition: .5s;
  165. transform: rotate(90deg);
  166. }
  167. .See_download a{
  168. display: block;
  169. }
  170. .mingpai_list .cell-item{
  171. border-bottom: 1px solid #D9D9D9;
  172. }
  173. /*添加记录*/
  174. .warp_form{
  175. padding: 20px;
  176. width: 100%;
  177. -webkit-box-sizing: border-box;
  178. -moz-box-sizing: border-box;
  179. box-sizing: border-box;
  180. }
  181. .title_style{
  182. margin-bottom: 18px;
  183. color: #9ca8b8;
  184. }
  185. .mar_bottom{
  186. margin-bottom: 18px;
  187. }
  188. .warp_form .input_style{
  189. margin: 0;
  190. height: 35px;
  191. border: 1px solid #e1e5e9;
  192. }
  193. .upload_warp p{
  194. width: 100%;
  195. height: 108px;
  196. background: url("../image/uploadImg.png") no-repeat;
  197. background-size: 100% 100%;
  198. -webkit-box-sizing: border-box;
  199. -moz-box-sizing: border-box;
  200. box-sizing: border-box;
  201. }
  202. .upload_warp1 p{
  203. width: 100%;
  204. height: 108px;
  205. background: url("../image/uploadImg1.png") no-repeat;
  206. background-size: 100% 100%;
  207. -webkit-box-sizing: border-box;
  208. -moz-box-sizing: border-box;
  209. box-sizing: border-box;
  210. }
  211. .radio_moudl{
  212. width: 100%;
  213. height: 100%;
  214. position: fixed;
  215. top: 0;
  216. left: 0;
  217. background: rgba(0,0,0,.5);
  218. }
  219. .radio_moudl .radio_content{
  220. width: 265px;
  221. height: 190px;
  222. position: absolute;
  223. top: 0;
  224. left: 0;
  225. bottom: 0;
  226. right: 0;
  227. margin: auto;
  228. background: #fff;
  229. -webkit-border-radius: 5px;
  230. -moz-border-radius: 5px;
  231. border-radius: 5px;
  232. padding: 20px 10px;
  233. overflow: hidden;
  234. }
  235. .radio_list{
  236. position: relative;
  237. }
  238. .radio_list .ico{
  239. display: block;
  240. position: absolute;
  241. top: 10px;
  242. right: 8px;
  243. width: 18px;
  244. height: 13px;
  245. background: url("../image/ico.png") no-repeat;
  246. background-size: cover;
  247. }
  248. .title1{
  249. text-align: center;
  250. font-size: 15px;
  251. color: #133364;
  252. margin-bottom: 15px;
  253. }
  254. .start_list{
  255. height: 120px;
  256. overflow-y: scroll;
  257. }
  258. .start_list li{
  259. height: 35px;
  260. display: flex;
  261. display: -webkit-flex;
  262. justify-content: space-between;
  263. -webkit-justify-content: space-between;
  264. flex-wrap: nowrap;
  265. -webkit-flex-wrap: nowrap;
  266. padding: 0 13px;
  267. position: relative;
  268. }
  269. .start_list li span{
  270. height: 20px;
  271. display: block;
  272. margin-top: 8px;
  273. color: #133364;
  274. font-size: 12px;
  275. }
  276. .start_list li:after{
  277. width: 100%;
  278. content: "";
  279. display: table;
  280. height: 1px;
  281. background: #f2f2f3;
  282. position: absolute;
  283. bottom: 0;
  284. left: 0;
  285. }
  286. .upload_vedioBtn{
  287. width: 100px;
  288. height: 33px;
  289. background: url("../image/vedio.png");
  290. background-size: cover;
  291. display: block;
  292. }
  293. .mp3{
  294. width: 100px;
  295. height: 33px;
  296. background: url("../image/mp3.jpg");
  297. background-size: cover;
  298. display: block;
  299. }
  300. .fileList{
  301. display: flex;
  302. display: -webkit-flex;
  303. /*justify-content: space-evenly;*/
  304. /*-webkit-justify-content: space-evenly;*/
  305. /*flex-wrap: wrap;*/
  306. -webkit-flex-wrap: wrap;
  307. flex-wrap:wrap;
  308. text-align: center;
  309. padding: 20px;
  310. border: 1px dashed #D9D9D9;
  311. -webkit-border-radius: 5px;
  312. -moz-border-radius: 5px;
  313. border-radius: 5px;
  314. }
  315. .fileList li{
  316. flex:0 0 33%;
  317. margin-bottom: 10px;
  318. position: relative;
  319. }
  320. .close_s{
  321. position: absolute;
  322. top: -5px;
  323. right: 8px;
  324. display: block;
  325. width: 20px;
  326. height: 20px;
  327. text-align: center;
  328. line-height: 20px;
  329. -webkit-border-radius: 50%;
  330. -moz-border-radius: 50%;
  331. border-radius: 50%;
  332. background: #3599d7;
  333. color: #fff;
  334. font-size: 22px;
  335. z-index: 100;
  336. cursor: pointer;
  337. }
  338. .fileList img{
  339. width: 33px;
  340. height: 33px;
  341. margin: auto;
  342. margin-bottom: 10px;
  343. }
  344. .fileList span{
  345. display: block;
  346. width: 78px;
  347. overflow: hidden;
  348. text-overflow: ellipsis;
  349. white-space: nowrap;
  350. margin:auto;
  351. }
  352. .upload_files{
  353. width: 64px;
  354. height: 64px;
  355. margin: auto;
  356. background: url("../image/file.jpg") no-repeat;
  357. background-size: cover;
  358. }
  359. .fileToUpload1{
  360. width: 64px;
  361. height: 64px;
  362. opacity: 0;
  363. cursor: pointer;
  364. }
  365. .loadModel {
  366. position: fixed;
  367. top: 0;
  368. left: 0;
  369. width: 100%;
  370. height: 100%;
  371. z-index: 1000;
  372. background: rgba(0, 0, 0, 0.5);
  373. }
  374. .loadModel .loader {
  375. position: absolute;
  376. left: 0;
  377. top: 0;
  378. right: 0;
  379. bottom: 0;
  380. margin: auto;
  381. width: 40px;
  382. height: 40px;
  383. z-index: 9999;
  384. }
  385. .loadModel svg path {
  386. fill: #FFF;
  387. }
  388. .upload_mp3{
  389. position: relative;
  390. }
  391. .mp3File{
  392. width: 100px;
  393. height: 33px;
  394. position: absolute;
  395. top: 0;
  396. left: 0;
  397. opacity: 0;
  398. }
  399. .imgFile li img{
  400. width: 64px;
  401. height: 64px;
  402. }
  403. .addRecord{
  404. position: fixed;
  405. bottom: 0;
  406. left: 0;
  407. z-index: 100;
  408. width: 100%;
  409. padding: 20px;
  410. }
  411. .showRecord{
  412. position: fixed;
  413. bottom: 0;
  414. left: 0;
  415. width: 100%;
  416. height: 250px;
  417. z-index: 1000;
  418. background: #ffff;
  419. border-top: 1px solid #D9D9D9;
  420. overflow: hidden;
  421. }
  422. .record_items{
  423. height: 190px;
  424. overflow-y: scroll;
  425. }
  426. .record_items>li{
  427. position: relative;
  428. }
  429. .record_items>li:after{
  430. content: "";
  431. display: block;
  432. width: 100%;
  433. height: 1px;
  434. position: absolute;
  435. bottom: 0;
  436. left: 0;
  437. background: #D9D9D9;
  438. }
  439. .record_items li>p{
  440. height: 50px;
  441. line-height: 50px;
  442. text-indent: 30px;
  443. position: relative;
  444. }
  445. .record_items li>p>i{
  446. position: absolute;
  447. top: 13px;
  448. right: 30px;
  449. }
  450. .showRecord>p{
  451. text-align: center;
  452. padding: 15px;
  453. color: #333333;
  454. font-size: 16px;
  455. }
  456. .ul_son{
  457. padding:0 50px;
  458. }
  459. .ul_son li{
  460. position: relative;
  461. padding: 10px;
  462. color: #dddddd;
  463. }
  464. .ul_son li:after{
  465. content: "";
  466. display: block;
  467. width: 100%;
  468. height: 1px;
  469. position: absolute;
  470. bottom: 0;
  471. left: 0;
  472. background: #D9D9D9;
  473. }
  474. .ul_son li:last-child:after{
  475. height: 0;
  476. }
  477. .ul_son li i{
  478. position: absolute;
  479. top: 10px;
  480. right: 0;
  481. }