56 lines
929 B
Plaintext
56 lines
929 B
Plaintext
.logo{
|
|
margin-top: 150rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.fields{
|
|
margin: 50rpx 0;
|
|
}
|
|
.btn{
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
}
|
|
.van-cell {
|
|
padding: 32rpx !important;
|
|
font-size: 34rpx !important;
|
|
}
|
|
.mylabel{
|
|
background-color: red;
|
|
width: 100rpx !important;
|
|
}
|
|
.label-class{
|
|
background-color: royalblue !important;
|
|
}
|
|
.phone_box{
|
|
display: flex;
|
|
padding: 32rpx;
|
|
position: relative;
|
|
}
|
|
.country{
|
|
flex: 1;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.phone{
|
|
flex: 7;
|
|
height: 24px;
|
|
}
|
|
.phone_box:after {
|
|
border-bottom: 1px solid #ebedf0;
|
|
bottom: 0;
|
|
box-sizing: border-box;
|
|
content: " ";
|
|
left: 16px;
|
|
pointer-events: none;
|
|
position: absolute;
|
|
right: 16px;
|
|
transform: scaleY(.5);
|
|
transform-origin: center;
|
|
border-bottom-width: 1px;
|
|
border-bottom-style: solid;
|
|
border-bottom-color: rgb(235, 237, 240);
|
|
}
|
|
.van-checkbox {
|
|
padding-top: 6rpx !important;
|
|
} |