You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
194 lines
3.4 KiB
Plaintext
194 lines
3.4 KiB
Plaintext
page{
|
|
background-color: #fff;
|
|
}
|
|
|
|
page .progress {
|
|
margin: 20px auto 16px;
|
|
height: 2px;
|
|
width: 67vw;
|
|
background-color: #e5e5e5;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
page .progress > view {
|
|
position: relative;
|
|
height: 2px;
|
|
background-color: #e5e5e5;
|
|
}
|
|
page .progress > view:first-child,page .progress > view:nth-child(3) {
|
|
width: 25%;
|
|
}
|
|
page .progress > view:first-child::before {
|
|
content: "1";
|
|
left: 0;
|
|
}
|
|
page .progress > view:first-child::after {
|
|
content: "";
|
|
left: -9px;
|
|
}
|
|
page .progress > view:nth-child(2) {
|
|
width: 50%;
|
|
}
|
|
page .progress > view:nth-child(2)::before {
|
|
content: "2";
|
|
}
|
|
page .progress > view:nth-child(2)::after {
|
|
content: "";
|
|
left: 50%;
|
|
width: 10px;
|
|
height: 10px;
|
|
transform: translateX(-50%);
|
|
right: -9px;
|
|
top: -4px;
|
|
}
|
|
|
|
page .progress > view:nth-child(3)::before {
|
|
content: "3";
|
|
left: unset;
|
|
right: -22px;
|
|
transform: translateX(unset);
|
|
}
|
|
page .progress > view:nth-child(3)::after {
|
|
content: "";
|
|
width: 10px;
|
|
height: 10px;
|
|
left: unset;
|
|
right: -9px;
|
|
top: -4px;
|
|
}
|
|
page .progress > view::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: -8px;
|
|
display: block;
|
|
width: 10px;
|
|
height: 10px;
|
|
line-height: 18px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
border-radius: 99px;
|
|
background-color: #e5e5e5;
|
|
}
|
|
page .progress > view::before {
|
|
content: "";
|
|
position: absolute;
|
|
display: none;
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 18px;
|
|
line-height: 18px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
height: 18px;
|
|
color: #fff;
|
|
border-radius: 99px;
|
|
transform: translate(-50%, -50%);
|
|
background-color: #027AFF;
|
|
}
|
|
page .progress .active {
|
|
background-color: #027AFF;
|
|
}
|
|
page .progress .active::before {
|
|
display: block;
|
|
}
|
|
page .progress .active::after {
|
|
display: none;
|
|
}
|
|
page .progressInfo {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
font-size: 14px;
|
|
}
|
|
page .progressInfo view:first-child {
|
|
color: #027AFF;
|
|
}
|
|
page .progressInfo .active {
|
|
color: #027AFF;
|
|
}
|
|
.uploadZheng{
|
|
text-align: center;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.uploadZheng image,.uploadFan image{
|
|
width: 240px;
|
|
height:151px;
|
|
margin: 0 auto;
|
|
border-radius: 8px;
|
|
display: block;
|
|
}
|
|
.uploadFan{
|
|
text-align: center;
|
|
/* margin-top: 20px; */
|
|
}
|
|
.p15{
|
|
padding: 15px;
|
|
}
|
|
.weui-cells__group_form .weui-cell{
|
|
padding: 0;
|
|
font-size: 18px;
|
|
line-height: 56px;
|
|
}
|
|
.weui-cells__group_form .weui-cell:before, .weui-cells__group_form .weui-cells:before, .weui-cells__group_form .weui-cells:after {
|
|
left: 0px;
|
|
right: 0px;
|
|
border-top: 1rpx solid #e2e2e2;
|
|
transform: scaleY(1);
|
|
}
|
|
.weui-cells__group_form .weui-label {
|
|
width: 65px;
|
|
padding-left: 15px;
|
|
}
|
|
.onlyBtn{
|
|
margin-top: 42px;
|
|
margin-bottom: 32px;
|
|
}
|
|
.loginBtn{
|
|
width: 260px;
|
|
height: 42px;
|
|
background: #027AFF;
|
|
border-radius: 25px;
|
|
font-size: 18px;
|
|
/* font-weight: 601; */
|
|
color: #ffffff;
|
|
line-height: 42px;
|
|
}
|
|
.nnTag{
|
|
width: calc((100vw - 54px) / 4);
|
|
margin: 4px;
|
|
height: 30px;
|
|
background: rgba(0,0,0,0.04);
|
|
border-radius: 4px;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: rgba(0,0,0,0.90);
|
|
line-height: 30px;
|
|
float: left;
|
|
}
|
|
.nnTag.active{
|
|
background: rgba(2,122,255,0.10);
|
|
color: #027aff;
|
|
}
|
|
.bottomQR{
|
|
position: fixed;
|
|
width: 100%;
|
|
bottom: 26px;
|
|
left: 0;
|
|
text-align: center;
|
|
}
|
|
.icon-tijiaochenggong {
|
|
color: #027AFF;
|
|
font-size: 70px;
|
|
}
|
|
|
|
.successText {
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
color: rgba(0, 0, 0, 0.9);
|
|
}
|
|
.aLink {
|
|
color: #027AFF;
|
|
display: inline-block;
|
|
} |