177 lines
3.4 KiB
CSS
177 lines
3.4 KiB
CSS
.headers {
|
|
height: 375px;
|
|
overflow: hidden;
|
|
}
|
|
.header_action {
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 16px;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 0 16px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
z-index: 9999;
|
|
}
|
|
.headers img {
|
|
width: 100%;
|
|
position: relative;
|
|
top: -66px;
|
|
}
|
|
.header_action div {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
background: rgba(0,0,0,0.5);
|
|
border-radius: .75rem;
|
|
z-index: 145;
|
|
height: 30px;
|
|
padding: 0 12px;
|
|
line-height: 30px;
|
|
}
|
|
.content_info {
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
box-shadow: 0px 0px 1.6rem rgb(0 0 0 / 10%);
|
|
border-radius: 16px;
|
|
padding: 20px 15px 10px;
|
|
margin: -60px 16px 16px ;
|
|
}
|
|
body {
|
|
background: #fafafa;
|
|
}
|
|
.list_title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.list_title h2 {
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
}
|
|
.list_title i {
|
|
font-size: 20px;
|
|
color: #212121;
|
|
}
|
|
.posttime {
|
|
font-size: 12px;
|
|
color: #999;
|
|
line-height: 20px;
|
|
display: block;
|
|
padding-top: 4px;
|
|
border-bottom: 1px solid #f5f5f5;
|
|
padding-bottom: 10px;
|
|
}
|
|
.setp {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.setp li{
|
|
text-align: center;
|
|
}
|
|
.setp li .icons{
|
|
width: 30px;
|
|
height: 30px;
|
|
background: url("https://st-cn.meishij.net/p2/20200221/20200221173101_145.png");
|
|
background-size: 30px 150px;
|
|
background-position: 0px 0px;
|
|
margin: 0 auto;
|
|
}
|
|
.setp li p{
|
|
color: #666;
|
|
font-size: 12px;
|
|
}
|
|
.list_text {
|
|
overflow: hidden;
|
|
height: 42px;
|
|
font-weight: 400;
|
|
text-align: justify;
|
|
color: #999999;
|
|
margin-top: 20px;
|
|
position: relative;
|
|
}
|
|
.list_text p {
|
|
font-size: 14px;
|
|
line-height: 21px;
|
|
}
|
|
.more{
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
padding-left: 60px;
|
|
font-size: 14px;
|
|
color: #5a92f5;
|
|
background-image: linear-gradient(to right,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1));
|
|
}
|
|
.cailiao {
|
|
margin-top: 20px;
|
|
}
|
|
.main_liao {
|
|
margin-bottom: 15px;
|
|
}
|
|
.main_liao .title {
|
|
margin-bottom: 7px;
|
|
border-bottom: 1px solid rgba(0,0,0,0.05);
|
|
padding-bottom: 10px;
|
|
font-size: 14px;
|
|
}
|
|
.main_liao li {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 34px;
|
|
align-items: center;
|
|
border-bottom: 1px solid rgba(0,0,0,0.05);
|
|
}
|
|
.main_liao li span {
|
|
font-size: 14px;
|
|
color: #999;
|
|
font-weight: 400;
|
|
}
|
|
.setp_content {
|
|
margin-top: 20px;
|
|
}
|
|
.setp_content li {
|
|
position: relative;
|
|
}
|
|
.setp_content .step_text {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
color: #333;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding: 0px 15px 0px 20px;
|
|
background: rgba(255,255,255,0.9);
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 15px;
|
|
border-top-right-radius: 20px;
|
|
border-bottom-right-radius: 20px;
|
|
z-index: 100;
|
|
}
|
|
.setp_content img {
|
|
width: 100%;
|
|
}
|
|
.setp_content h3 {
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
margin-left: 10px;
|
|
margin-top: 20px;
|
|
}
|
|
.setp_content p {
|
|
padding: 15px;
|
|
box-sizing: border-box;
|
|
font-size: 14px;
|
|
}
|
|
.tabs_img {
|
|
margin-top: 14px;
|
|
}
|
|
.tabs_img img {
|
|
width: 70px;
|
|
height: 70px;
|
|
margin-right: 10px;
|
|
} |