第一版
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
page {
|
||||
padding: 30rpx 30rpx 0;
|
||||
}
|
||||
|
||||
.tips {
|
||||
color: #77849E;
|
||||
width: 100%;
|
||||
font-size: 26rpx;
|
||||
line-height: 40rpx;
|
||||
margin-bottom: 40rpx;
|
||||
padding: 0 30rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.form {
|
||||
width: 100%;
|
||||
padding: 0 30rpx;
|
||||
border-radius: 16rpx;
|
||||
box-sizing: border-box;
|
||||
background-color: #FFFFFF;
|
||||
margin-bottom: 80rpx;
|
||||
}
|
||||
|
||||
.form>view {
|
||||
width: 100%;
|
||||
height: 120rpx;
|
||||
padding: 0 10rpx;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
box-sizing: border-box;
|
||||
border-bottom: 1rpx solid #EAECF1;
|
||||
}
|
||||
|
||||
.form>view>view:first-of-type {
|
||||
color: #252535;
|
||||
height: 120rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
line-height: 120rpx;
|
||||
}
|
||||
|
||||
.form>view>view:last-of-type {
|
||||
flex: 1;
|
||||
width: 0;
|
||||
color: #B6B6B6;
|
||||
font-size: 28rpx;
|
||||
height: 120rpx;
|
||||
line-height: 120rpx;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.form>view>view:last-of-type.arrowAfter {
|
||||
padding-right: 30rpx;
|
||||
}
|
||||
|
||||
.form>view>view:last-of-type input {
|
||||
color: #252535;
|
||||
width: 100%;
|
||||
height: 120rpx;
|
||||
line-height: 120rpx;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.placeholderClass {
|
||||
color: #B6B6B6;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.form>view {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: #FFFFFF;
|
||||
width: 580rpx;
|
||||
height: 88rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
line-height: 88rpx;
|
||||
text-align: center;
|
||||
border-radius: 44rpx;
|
||||
margin: 0 auto 50rpx;
|
||||
background-color: #1385FA;
|
||||
}
|
||||
|
||||
.delBtn {
|
||||
color: #1385FA;
|
||||
width: 580rpx;
|
||||
height: 88rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: bold;
|
||||
line-height: 88rpx;
|
||||
text-align: center;
|
||||
border-radius: 44rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
Reference in New Issue
Block a user