139 lines
2.4 KiB
Plaintext
139 lines
2.4 KiB
Plaintext
|
input::-webkit-input-placeholder,
|
||
|
textarea::-webkit-input-placeholder{
|
||
|
color: #dedede;
|
||
|
}
|
||
|
.phone-txt{
|
||
|
padding: 1.2rem .4rem 0;
|
||
|
border-top: .02rem solid #FAFAFA;
|
||
|
}
|
||
|
.phone-title{
|
||
|
font-size: .4rem;
|
||
|
line-height: 1.5;
|
||
|
}
|
||
|
.phone-txt input{
|
||
|
width: 100%;
|
||
|
height: .9rem;
|
||
|
line-height: .9rem;
|
||
|
font-size: .32rem;
|
||
|
border-bottom: .02rem solid #e2e4e6;
|
||
|
}
|
||
|
.flex{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
.flex .span-02{
|
||
|
width: 100%;
|
||
|
font-size: .3rem;
|
||
|
line-height: 1.5;
|
||
|
margin-top: .2rem;
|
||
|
}
|
||
|
.flex .span-01{
|
||
|
width: auto;
|
||
|
font-size: .3rem;
|
||
|
line-height: 1.5;
|
||
|
margin-top: .2rem;
|
||
|
color: #348bff;
|
||
|
}
|
||
|
.login-btns{
|
||
|
margin-top: 1rem;
|
||
|
}
|
||
|
.login-btns>view{
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
height: .8rem;
|
||
|
background-color: #3440c9;
|
||
|
border-radius: .16rem;
|
||
|
font-size: .32rem;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.addr-select-bg{
|
||
|
width: 100vw;
|
||
|
height: 100%;
|
||
|
background-color: rgba(0,0,0,.5);
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
z-index: 998;
|
||
|
}
|
||
|
/* 授权按钮 */
|
||
|
.nail-popup-btns view{
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
height: .8rem;
|
||
|
margin-top: .4rem;
|
||
|
background-color: #348bff;
|
||
|
border-radius: .16rem;
|
||
|
font-size: .32rem;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.nail-popup-btns view:last-child{
|
||
|
margin-top: .15rem;
|
||
|
background-color: rgba(0,0,0,0);
|
||
|
color: #333333;
|
||
|
}
|
||
|
/* 提示框 */
|
||
|
.toast{
|
||
|
width: 3rem;
|
||
|
padding: .2rem .25rem;
|
||
|
background-color: rgba(255,255,255,.8);
|
||
|
color: #333333;
|
||
|
border-radius: .1rem;
|
||
|
font-size: .28rem;
|
||
|
line-height: 1.4;
|
||
|
text-align: center;
|
||
|
position: fixed;
|
||
|
left: 50%;
|
||
|
top: 50%;
|
||
|
transform: translate(-50%,-50%);
|
||
|
z-index: 999;
|
||
|
}
|
||
|
.my-confirm-bg{
|
||
|
width: 100vw;
|
||
|
height: 100%;
|
||
|
background-color: rgba(0,0,0,.5);
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
z-index: 998;
|
||
|
}
|
||
|
.my-confirm{
|
||
|
width: 5rem;
|
||
|
padding: .4rem .3rem;
|
||
|
background-color: #FFFFFF;
|
||
|
border-radius: .3rem;
|
||
|
box-shadow: 0 0 .13rem rgba(29,47,67,.1);
|
||
|
position: fixed;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
transform: translate(-50%,-50%);
|
||
|
z-index: 999;
|
||
|
}
|
||
|
.my-confirm>text{
|
||
|
display: block;
|
||
|
font-size: .28rem;
|
||
|
line-height: 1.5;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.confirm-btns{
|
||
|
display: flex;
|
||
|
justify-content: space-around;
|
||
|
margin-top: .4rem;
|
||
|
}
|
||
|
.confirm-btns>view{
|
||
|
width: 1.6rem;
|
||
|
line-height: .5rem;
|
||
|
border-radius: .25rem;
|
||
|
border: .02rem solid #333fc9;
|
||
|
background-color: #FFFFFF;
|
||
|
font-size: .26rem;
|
||
|
color: #333fc9;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.confirm-btns>view:first-child{
|
||
|
background-color: #333fc9;
|
||
|
color: #FFFFFF;
|
||
|
}
|