54 lines
860 B
CSS
54 lines
860 B
CSS
page {
|
|
background-color: #f6f7fb;
|
|
min-height: 100vh;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.container {
|
|
background: url(http://192.168.0.172:5500/shopEn_apply.png) no-repeat;
|
|
background-size: 750rpx 497rpx;
|
|
box-sizing: border-box;
|
|
padding-top: 290rpx;
|
|
}
|
|
|
|
.Msg {
|
|
width: 710rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
|
margin: 0 auto;
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.row {
|
|
padding-top: 30rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.row_label {
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
width: 180rpx;
|
|
}
|
|
.row_con{
|
|
flex: 1;
|
|
padding-bottom: 30rpx;
|
|
border-bottom: 1rpx solid #EBEBEB;
|
|
display: flex;
|
|
}
|
|
.row_con input{
|
|
flex: 1;
|
|
}
|
|
|
|
.nonebor{
|
|
border-bottom: none;
|
|
}
|
|
.row2{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.mt{
|
|
margin-top: 26rpx;
|
|
} |