123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503 |
- html,body{
- height: 100%;
- background: #ECF0F1!important;
- }
- /*.flex-wrap{ display: -webkit-box; display: -webkit-flex; display: flex; flex-wrap: wrap}*/
- /*.flex-con{ -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}*/
- .mui-content{
- background: #ECF0F1 !important;
- }
- .m-card{
- background-color: #fff;
- padding: 15px;
- margin-bottom: 5px;
- }
- .m-card .header{
- line-height: 20px;
- border-bottom: 1px solid #ECF0F1;
- font-size: 14px;
- padding-bottom: 10px;
- margin-bottom: 10px;
- }
- .m-card .header span{
- /*padding-left: 10px;*/
- border-left: 3px solid #3498DB;
- padding: 2px 0px 2px 10px;
- }
- .m-card .content img{
- border-radius: 6px;
- width: 100%;
- height: 209px;
- }
- .m-card .content p{
- font-size: 14px;
- text-align: justify;
- }
- .m-card .list-header{
- line-height: 20px;
- border-bottom: 1px solid #ECF0F1;
- font-size: 14px;
- padding-bottom: 10px;
- }
- .m-card .list-header span{
- border-left: 3px solid #3498DB;
- padding: 2px 0px 2px 10px;
- }
- .m-card .list-content {
- }
- .m-card .list-content .cell-icon img{
- height: 0.6rem;
- }
- .m-card .list-content .cell-left{
- max-width: 90%;
- }
- .m-card .list-content .cell-left .title{
- max-width: 80%;
- margin-left: 10px;
- }
- .m-card .list-content .cell-left .title .main{
- color: #2C3E50;
- font-size: 14px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .m-card .list-content .cell-left .title .sub{
- color: #BDC3C7;
- font-size: 12px;
- }
- .mui-off-canvas-wrap{
- overflow-y: scroll;
- }
- .mui-scroll-wrappers{
- overflow-y: scroll;
- }
- .file_list{
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .m-cell .cell-header{
- background-color: #FAFAFA;
- }
- .mingpai .cell-item{
- padding: 0px;
- }
- .mingpai .cell-item:not(:last-child):after{
- margin-left: 0px;
- }
- .mingpai .cell-item .cell{
- padding-left: 10px;
- max-width: 60%;
- }
- .mingpai .cell-item .cell:first-child{
- max-width: 40%;
- }
- .file-content .cell-item{
- padding: 5px 0px 5px 12px;
- }
- .m-cell:after {
- border-bottom: 1px solid #ECF0F1;
- }
- .cell-item:not(:last-child):after {
- border-bottom: 1px solid #ECF0F1;
- }
- .m-cell .cell{
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- -ms-flex: 1;
- flex: 1;
- width: 100%;
- min-height: 0.8rem;
- color: #525252;
- font-size: 0.26rem;
- padding-right: 0.24rem;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: end;
- -ms-flex-pack: end;
- }
- .cell-item:not(:last-child):after{
- height: 0!important;
- border-bottom: 0 !important;
- }
- .item{
- position: relative;
- }
- .item:not(:last-child):after {
- content: '';
- position: absolute;
- z-index: 0;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 1px;
- border-bottom: 1px solid #D9D9D9;
- }
- .See_download{
- text-align: center;
- height: 0;
- opacity: 0;
- transition: .5s;
- }
- .download ,.See{
- width: 60px;
- height: 30px;
- }
- .download {
- margin-right: 10px;
- }
- .See{
- margin-left: 10px;
- }
- body .show{
- height: 50px;
- opacity: 1;
- }
- .cell-arrowIco:after{
- transition: .5s;
- transform: rotate(90deg);
- }
- .See_download a{
- display: block;
- }
- .mingpai_list .cell-item{
- border-bottom: 1px solid #D9D9D9;
- }
- /*添加记录*/
- .warp_form{
- padding: 20px;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .title_style{
- margin-bottom: 18px;
- color: #9ca8b8;
- }
- .mar_bottom{
- margin-bottom: 18px;
- }
- .warp_form .input_style{
- margin: 0;
- height: 35px;
- border: 1px solid #e1e5e9;
- }
- .upload_warp p{
- width: 100%;
- height: 108px;
- background: url("../image/uploadImg.png") no-repeat;
- background-size: 100% 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .upload_warp1 p{
- width: 100%;
- height: 108px;
- background: url("../image/uploadImg1.png") no-repeat;
- background-size: 100% 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .radio_moudl{
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background: rgba(0,0,0,.5);
- }
- .radio_moudl .radio_content{
- width: 265px;
- height: 190px;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: auto;
- background: #fff;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- padding: 20px 10px;
- overflow: hidden;
- }
- .radio_list{
- position: relative;
- }
- .radio_list .ico{
- display: block;
- position: absolute;
- top: 10px;
- right: 8px;
- width: 18px;
- height: 13px;
- background: url("../image/ico.png") no-repeat;
- background-size: cover;
- }
- .title1{
- text-align: center;
- font-size: 15px;
- color: #133364;
- margin-bottom: 15px;
- }
- .start_list{
- height: 120px;
- overflow-y: scroll;
- }
- .start_list li{
- height: 35px;
- display: flex;
- display: -webkit-flex;
- justify-content: space-between;
- -webkit-justify-content: space-between;
- flex-wrap: nowrap;
- -webkit-flex-wrap: nowrap;
- padding: 0 13px;
- position: relative;
- }
- .start_list li span{
- height: 20px;
- display: block;
- margin-top: 8px;
- color: #133364;
- font-size: 12px;
- }
- .start_list li:after{
- width: 100%;
- content: "";
- display: table;
- height: 1px;
- background: #f2f2f3;
- position: absolute;
- bottom: 0;
- left: 0;
- }
- .upload_vedioBtn{
- width: 100px;
- height: 33px;
- background: url("../image/vedio.png");
- background-size: cover;
- display: block;
- }
- .mp3{
- width: 100px;
- height: 33px;
- background: url("../image/mp3.jpg");
- background-size: cover;
- display: block;
- }
- .fileList{
- display: flex;
- display: -webkit-flex;
- /*justify-content: space-evenly;*/
- /*-webkit-justify-content: space-evenly;*/
- /*flex-wrap: wrap;*/
- -webkit-flex-wrap: wrap;
- flex-wrap:wrap;
- text-align: center;
- padding: 20px;
- border: 1px dashed #D9D9D9;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .fileList li{
- flex:0 0 33%;
- margin-bottom: 10px;
- position: relative;
- }
- .close_s{
- position: absolute;
- top: -5px;
- right: 8px;
- display: block;
- width: 20px;
- height: 20px;
- text-align: center;
- line-height: 20px;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- background: #3599d7;
- color: #fff;
- font-size: 22px;
- z-index: 100;
- cursor: pointer;
- }
- .fileList img{
- width: 33px;
- height: 33px;
- margin: auto;
- margin-bottom: 10px;
- }
- .fileList span{
- display: block;
- width: 78px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin:auto;
- }
- .upload_files{
- width: 64px;
- height: 64px;
- margin: auto;
- background: url("../image/file.jpg") no-repeat;
- background-size: cover;
- }
- .fileToUpload1{
- width: 64px;
- height: 64px;
- opacity: 0;
- cursor: pointer;
- }
- .loadModel {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 1000;
- background: rgba(0, 0, 0, 0.5);
- }
- .loadModel .loader {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- width: 40px;
- height: 40px;
- z-index: 9999;
- }
- .loadModel svg path {
- fill: #FFF;
- }
- .upload_mp3{
- position: relative;
- }
- .mp3File{
- width: 100px;
- height: 33px;
- position: absolute;
- top: 0;
- left: 0;
- opacity: 0;
- }
- .imgFile li img{
- width: 64px;
- height: 64px;
- }
- .addRecord{
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: 100;
- width: 100%;
- padding: 20px;
- }
- .showRecord{
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 250px;
- z-index: 1000;
- background: #ffff;
- border-top: 1px solid #D9D9D9;
- overflow: hidden;
- }
- .record_items{
- height: 190px;
- overflow-y: scroll;
- }
- .record_items>li{
- position: relative;
- }
- .record_items>li:after{
- content: "";
- display: block;
- width: 100%;
- height: 1px;
- position: absolute;
- bottom: 0;
- left: 0;
- background: #D9D9D9;
- }
- .record_items li>p{
- height: 50px;
- line-height: 50px;
- text-indent: 30px;
- position: relative;
- }
- .record_items li>p>i{
- position: absolute;
- top: 13px;
- right: 30px;
- }
- .showRecord>p{
- text-align: center;
- padding: 15px;
- color: #333333;
- font-size: 16px;
- }
- .ul_son{
- padding:0 50px;
- }
- .ul_son li{
- position: relative;
- padding: 10px;
- color: #dddddd;
- }
- .ul_son li:after{
- content: "";
- display: block;
- width: 100%;
- height: 1px;
- position: absolute;
- bottom: 0;
- left: 0;
- background: #D9D9D9;
- }
- .ul_son li:last-child:after{
- height: 0;
- }
- .ul_son li i{
- position: absolute;
- top: 10px;
- right: 0;
- }
|