46 lines
721 B
Plaintext
46 lines
721 B
Plaintext
page {
|
|
background: #f9f9f9;
|
|
}
|
|
.modle {
|
|
background: #fff;
|
|
padding: 40rpx 30rpx 35rpx;
|
|
}
|
|
.modle_title {
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
}
|
|
.modle_input_border {
|
|
border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
|
|
color: #333;
|
|
font-size: 50rpx;
|
|
font-weight: 700;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
margin-top: 20rpx;
|
|
width: 100%;
|
|
}
|
|
.modle_input {
|
|
float: left;
|
|
font-weight: 400;
|
|
height: 100rpx;
|
|
margin-left: 10rpx;
|
|
width: 300rpx;
|
|
}
|
|
.modle_btm_title {
|
|
color: #7a7a7a;
|
|
font-size: 24rpx;
|
|
margin-top: 15rpx;
|
|
}
|
|
.btn {
|
|
background: #fb9145;
|
|
border-radius: 20rpx;
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
height: 80rpx;
|
|
margin: 50rpx auto 0;
|
|
width: 690rpx;
|
|
}
|
|
button::after {
|
|
border: none;
|
|
}
|