.index-info{
|
display: flex;
|
overflow: hidden;
|
align-items: center;
|
justify-content: space-between;
|
margin: 20px;
|
}
|
.index-info .left{
|
flex:1;
|
}
|
.index-info .user{
|
float: left;
|
width: 60px;
|
height: 60px;
|
border-radius: 50%;
|
overflow: hidden;
|
margin-right: 15px;
|
}
|
.index-info .user .img{
|
height: 100%;
|
background-repeat: no-repeat;
|
background-size: cover;
|
background-position: center;
|
}
|
.index-info .box{
|
overflow: hidden;
|
display: flex;
|
height: 60px;
|
flex-direction: column;
|
justify-content: space-around;
|
}
|
.index-info .name{
|
font-size: 16px;
|
color: #fff;
|
font-weight: bold;
|
}
|
.index-info .info{
|
font-size: 13px;
|
color: #fff;
|
opacity: .9;
|
}
|
.choose-btn{
|
text-align: center;
|
font-size: 13px;
|
color: #2b976d;
|
width: 75px;
|
line-height: 25px;
|
height: 25px;
|
background-color: #fff;
|
border-radius: 13px;
|
padding: 0;
|
}
|
|
.m-slideb1{
|
border-radius: 18px;
|
background-color: #fff;
|
overflow: hidden;
|
padding: 0 20px;
|
}
|
.m-slideb1 .icon{
|
float: left;
|
width: 36px;
|
line-height: 35px;
|
font-size: 0;
|
}
|
.m-slideb1 .icon img{
|
display: inline-block;
|
vertical-align: middle;
|
max-width: 22px;
|
}
|
.m-slideb1 .right{
|
overflow: hidden;
|
}
|
.m-slideb1 .txt{
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
overflow: hidden;
|
font-size: 15px;
|
color: #2b9066;
|
line-height: 35px;
|
}
|
.ul-index1{
|
margin: 25px -8px;
|
overflow: hidden;
|
}
|
.ul-index1 li{
|
float: left;
|
width: 33.33%;
|
}
|
.ul-index1 .con{
|
display: block;
|
background-color: #fff;
|
box-shadow: 0px 0px 8px rgba(40,48,58,.08);
|
border-radius: 10px;
|
overflow: hidden;
|
margin: 0 8px 15px;
|
padding: 16px 4px 5px;
|
}
|
.ul-index1 .icon{
|
text-align: center;
|
font-size: 0;
|
line-height: 71px;
|
height: 71px;
|
overflow: hidden;
|
}
|
.ul-index1 .icon img{
|
display: inline-block;
|
vertical-align: middle;
|
max-height: 71px;
|
}
|
.ul-index1 .txt{
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
overflow: hidden;
|
text-align: center;
|
font-size: 13px;
|
color: #000;
|
height: 21px;
|
margin: 6px 0 10px;
|
}
|
|
.index-box{
|
background-color: #eff1f3;
|
border-radius: 15px 15px 0 0;
|
/* padding: 25px 20px; */
|
/* overflow: hidden; */
|
}
|
.index-box.mui-scroll-wrapper{
|
top: 144px;
|
height: calc(100vh - 194px);
|
}
|
.index-box .mui-scroll{
|
padding: 25px 20px;
|
}
|
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable,
|
.mui-off-canvas-left, .mui-off-canvas-right{
|
background-color: transparent;
|
}
|
.ul-menu{
|
margin: 20px;
|
}
|
.ul-menu .link{
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
height: 55px;
|
overflow: hidden;
|
font-size: 16px;
|
color: #fff;
|
border-bottom: 1px solid rgba(255, 255, 255, .3);
|
}
|
.ul-menu .mui-icon{
|
float: right;
|
margin-left: 5px;
|
}
|
.ul-menu .t{
|
float: left;
|
display: block;
|
flex:1;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
overflow: hidden;
|
}
|