34 lines
475 B
Plaintext
34 lines
475 B
Plaintext
.contain {
|
|
box-sizing: border-box;
|
|
min-height: 100vh;
|
|
background-color: #fafafa;
|
|
}
|
|
.pic {
|
|
width: 100%;
|
|
}
|
|
|
|
.content {
|
|
padding: 60rpx 40rpx;
|
|
}
|
|
|
|
.title {
|
|
font-size: 36rpx;
|
|
line-height: 1;
|
|
font-weight: 700;
|
|
color: #0056A3;
|
|
}
|
|
|
|
.input {
|
|
margin: 30rpx 0;
|
|
padding: 22rpx;
|
|
border-radius: 10rpx;
|
|
background-color: #fff;
|
|
border: 2rpx solid #eee;
|
|
box-shadow: 0 6rpx 10rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.tips {
|
|
color: #999;
|
|
line-height: 2;
|
|
font-size: 28rpx;
|
|
} |