|
.index-dzxg{
|
top: 119px;
|
height: calc(100vh - 119px - 65px);
|
}
|
.index-dzxg .mui-scroll{
|
padding: 0 20px 20px;
|
}
|
.m-bot_btn{
|
height: 65px;
|
}
|
.m-bot_btn .box{
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
width: 100%;
|
height: 65px;
|
padding: 9px 20px;
|
background-color: #fff;
|
box-shadow: 0px -10px 10px -10px rgba(40,48,58,.08);
|
}
|
.m-bot_btn .bot-btn{
|
color: #fff;
|
background-color: #1e875b;
|
padding: 9px 0;
|
border-radius: 25px;
|
margin-bottom: 0;
|
border: none;
|
}
|
.ul-cardb1 .item{
|
background-color: #fff;
|
border-radius: 10px;
|
box-shadow: 0 0 4px rgba(0,64,40,.1);
|
padding-bottom: 20px;
|
margin-bottom: 15px;
|
}
|
.ul-cardb1 .top{
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
padding: 15px 0 15px 15px;
|
}
|
.ul-cardb1 .date{
|
font-size: 16px;
|
color: #000;
|
}
|
.ul-cardb1 .r-btn{
|
font-size: 14px;
|
color: #ff9c54;
|
font-weight: bold;
|
border: 1px solid #ff9c54;
|
border-radius: 15px 0 0 15px;
|
border-right: none;
|
width: 90px;
|
line-height: 28px;
|
text-align: center;
|
}
|
.ul-cardb1 .cards{
|
overflow: hidden;
|
margin: 0 7px;
|
}
|
.ul-cardb1 .cd{
|
float: left;
|
width: 50%;
|
}
|
.ul-cardb1 .con{
|
position: relative;
|
height: 88px;
|
border-radius: 10px;
|
overflow: hidden;
|
margin: 0 8px;
|
}
|
.ul-cardb1 .txt{
|
font-size: 19px;
|
/* font-weight: bold; */
|
color: #fff;
|
}
|
.ul-cardb1 .tit{
|
padding-left: 13px;
|
position: relative;
|
font-size: 15px;
|
color: #fff;
|
margin: 15px 0 10px 0;
|
}
|
.ul-cardb1 .tit::before{
|
content: "";
|
display: block;
|
width: 3px;
|
height: 15px;
|
background-color: #fff;
|
opacity: .6;
|
border-radius: 0 3px 3px 0;
|
position: absolute;
|
top: 50%;
|
left: 0;
|
margin-top: -8px;
|
|
}
|
.ul-cardb1 .user .txt{
|
margin-left: 45px;
|
}
|
.ul-cardb1 .loc .txt{
|
text-align: center;
|
}
|
.ul-cardb1 .user{
|
background: linear-gradient(90deg,#38b382,#6ad192);
|
}
|
.ul-cardb1 .user::after{
|
content: "";
|
display: block;
|
width: 48px;
|
height: 60px;
|
background: url(../images/icons/g-i4.png) no-repeat center;
|
background-size: 100%;
|
position: absolute;
|
bottom: 0;
|
right: 0;
|
pointer-events: none;
|
}
|
.ul-cardb1 .loc{
|
background: linear-gradient(90deg,#f78960,#f6a05c);
|
}
|
.ul-cardb1 .loc::after{
|
content: "";
|
display: block;
|
width: 46px;
|
height: 65px;
|
background: url(../images/icons/g-i5.png) no-repeat center;
|
background-size: 100%;
|
position: absolute;
|
bottom: 0;
|
right: 0;
|
pointer-events: none;
|
}
|