100 lines
1.6 KiB
Plaintext
100 lines
1.6 KiB
Plaintext
page{
|
|
background-color:#fff;
|
|
}
|
|
.class_all{
|
|
width: 630rpx;
|
|
height: 100rpx;
|
|
padding: 0 60rpx;
|
|
background-color:#fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
}
|
|
.class{
|
|
height: 97rpx;
|
|
line-height:97rpx;
|
|
font-size: 30rpx;
|
|
color: #999999;
|
|
padding: 0 10rpx;
|
|
}
|
|
.class_xz{
|
|
color: #c1a25f;
|
|
border-bottom: 3rpx solid #c1a25f;
|
|
}
|
|
.input_all{
|
|
width: 100%;
|
|
background-color: #fff;
|
|
padding-top: 30rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.input{
|
|
margin: 20rpx auto 0 auto;
|
|
width: 640rpx;
|
|
height: 30rpx;
|
|
border-radius: 4rpx;
|
|
border: solid 2rpx #e5e5e5;
|
|
padding: 25rpx;
|
|
}
|
|
.name{
|
|
width: 130rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
padding-right: 20rpx;
|
|
border-right: 2rpx solid #333;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
float: left;
|
|
text-align-last:justify;
|
|
}
|
|
.input input{
|
|
width: 420rpx;
|
|
padding: 0 20rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
float: right;
|
|
border: none;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
margin-top: -10rpx;
|
|
text-align: right;
|
|
}
|
|
.tips{
|
|
font-size: 20rpx;
|
|
letter-spacing: 2rpx;
|
|
color: #999999;
|
|
padding-left: 30rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.tips text{
|
|
color: #e62424;
|
|
}
|
|
|
|
.apply{
|
|
margin-top: 70rpx;
|
|
width: 690rpx;
|
|
height: 80rpx;
|
|
background-color: #ee7b1e;
|
|
border-radius: 10rpx;
|
|
margin: 0 auto;
|
|
font-size: 32rpx;
|
|
color: #ffffff;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
border-radius: 40px;
|
|
/* opacity: 0.5; */
|
|
}
|
|
.tips_imp{
|
|
background-color: #fff;
|
|
padding: 45rpx 30rpx 100rpx 30rpx;
|
|
margin-top: 100rpx;
|
|
}
|
|
.tips_title{
|
|
font-size: 28rpx;
|
|
color: #c82834;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.tipes_cont text{
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-top: 10rpx;
|
|
} |