You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.2 KiB
76 lines
1.2 KiB
1 year ago
|
|
||
|
page{
|
||
|
background: -webkit-linear-gradient(top,#27adb0,#ebf7f7,#f1f1f1)
|
||
|
}
|
||
|
|
||
|
.form{
|
||
|
background-color: #fff;
|
||
|
border-radius: 15rpx;
|
||
|
padding: 20rpx 50rpx;
|
||
|
margin-bottom: 15rpx;
|
||
|
}
|
||
|
.form .from-con{
|
||
|
font-size: 28rpx;
|
||
|
border-bottom: 2rpx #eee solid;
|
||
|
position: relative;
|
||
|
margin-top: 25rpx;
|
||
|
}
|
||
|
.from-con label{
|
||
|
position: absolute;
|
||
|
top: 5rpx;
|
||
|
font-weight: 900;
|
||
|
font-size: 28rpx;
|
||
|
color: #333;
|
||
|
}
|
||
|
.from-con input{
|
||
|
text-align: right;
|
||
|
padding: 10rpx;
|
||
|
}
|
||
|
.place{
|
||
|
color:#c4bfbf;
|
||
|
}
|
||
|
.from-button{
|
||
|
display: flex;
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
.from-button button{
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
width: 250rpx !important;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
|
||
|
|
||
|
.tr{
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
|
||
|
}
|
||
|
.tr .td{
|
||
|
/* border-right:#ddd solid 1rpx ;
|
||
|
border-top: #ddd solid 1rpx;
|
||
|
border-bottom: #ddd solid 1rpx; */
|
||
|
border: 1rpx #ddd solid;
|
||
|
padding: 15rpx 0;
|
||
|
font-size: 22rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
flex-wrap: nowrap;
|
||
|
white-space: nowrap;
|
||
|
min-width: 150rpx;
|
||
|
}
|
||
|
.top view{
|
||
|
background-color: #6bc9ca;
|
||
|
color: #fff;
|
||
|
}
|
||
|
.td1{
|
||
|
min-width: 100rpx !important;
|
||
|
}
|
||
|
.td2{
|
||
|
min-width: 200rpx !important;
|
||
|
}
|
||
|
|
||
|
|