12345678910111213141516171819202122232425262728293031323334353637383940 |
- body{background-color: #f2f4f6;color: #333;font-size: 14px;}
- div,span{font-size: 14px;}
- .my-nav.mui-scroll-wrapper{position: fixed;z-index: 999;top: 45px;bottom: 0;left: 0;overflow: hidden;width: 100%;height: 90px;background-color:#f2f4f6;padding-left: 15px;padding-top: 7px;border-bottom:solid 1px #dcdcdc;box-sizing: border-box;}
- .my-nav.mui-scroll-wrapper .mui-scroll{position: absolute;width: auto;z-index: 99;white-space: nowrap;-webkit-transform: translateZ(0);transform: translateZ(0);}
- .my-nav.mui-scroll-wrapper .mui-scroll .mui-control-item{display: inline-block;margin-right: 15px;-webkit-user-select: none;vertical-align: middle;text-align: center;}
- .my-nav.mui-scroll-wrapper img{width: 40px;height: 40px;border-radius: 50%;overflow: hidden;border:solid 1px #dcdcdc;}
- .my-nav.mui-scroll-wrapper .name{font-size: 12px;color: #333;line-height: 20px;}
- .mui-control-item.active img{width:55px;height:55px;}
- .mui-control-item.active .name{font-size:14px;line-height:23px;}
- .my-section{position: absolute;top: 135px;bottom: 0px;left: 0px;right: 0px;overflow-y:auto;}
- .my-head .up{display: -webkit-box;-webkit-box-align: center;}
- .my-head .up .left{margin-left:5px;width: 70px;height: 70px;overflow: hidden;margin-right: 15px;border-radius: 50%;border: solid 1px #ededed;}
- .my-head .up .left img{width: 100%;min-height: 70px;}
- .my-head .up .right{width: calc(100% - 90px);font-size: 14px;color: #333;}
- .my-head .up .right div{margin-bottom: 6px;}
- .my-head .down{margin-top: 2px;}
- .my-head .down div{font-size: 14px;color: #333;margin-bottom: 6px;}
- .my-head .down div:last-child{margin-bottom: 0px;}
- .my-head{background-color: #fff;padding: 10px 10px;border-bottom: solid 1px #ededed;margin-bottom: 10px;}
- .cj-section{background-color: #fff;margin-bottom: 10px;}
- .cj-section .up{border-top: solid 1px #ededed;border-bottom: solid 1px #ededed;height: 45px;display: -webkit-box;-webkit-box-align: center;padding: 0px 10px;}
- .cj-section .up .img{width: 24px;height: 45px;background: url(../images/bidayimiao_icon.png) no-repeat;background-position: center;background-size:20px 20px;margin-right: 6px;}
- .cj-section .up .img1{width: 24px;height: 45px;background: url(../images/feibidayimiao_icon.png) no-repeat;background-position: center;background-size:20px 20px;margin-right: 6px;}
- .cj-section .up .text{font-size: 15px;}
- .cj-section .down{border-bottom: solid 1px #ededed;padding: 2px 10px 2px 10px;}
- .cj-flex-1{display: -webkit-box;height:40px;font-size: 14px;line-height: 40px;}
- .cj-flex-1 div:nth-child(1){width: 80px;}
- .cj-flex-1.icon div:nth-child(2){padding-right: 18px;}
- .cj-flex-1 div:nth-child(2){width: calc(100% - 80px);text-align: right;color: #666;}
- .cj-flex-1 div.red{color: #FF4C4C;}
- .cj-flex-1 div.blue{color: #17B3EC;}
- .cj-flex-1 div.gray{color: #909090;}
- .my-line.active .cj-flex-1.icon{background: url(../images/shangjiantou_zhankai_icon.png) no-repeat;background-position: right center;background-size: 10px 7px;}
- .cj-flex-1.icon{background: url(../images/xiajiantou_shousuo_icon.png) no-repeat;background-position: right center;background-size: 10px 7px;}
- .my-line.active .my-icon-down{display: block;}
- .cj-position-1{position: relative;font-size: 14px;height: 40px;margin: 0px 0px 0px 5px;}
- .cj-position-1 div:nth-child(1){background-color: #fff;position: absolute;top: 9px;left: 0px;color: #666;padding-right: 3px;}
- .cj-position-1 div:nth-child(2){background-color: #fff;position: absolute;top: 9px;left: 52px;color: #666;padding:0px 3px;}
- .cj-position-1 div:nth-child(3){background-color: #fff;position: absolute;top: 9px;left: 112px;color: #666;padding:0px 3px;}
- .cj-position-1 div:nth-child(4){background-color: #17B3EC;position: absolute;top: 7px;right: 0px;color: #fff;padding:2px 5px;border-radius: 5px;}
|