73 lines
1.2 KiB
SCSS
73 lines
1.2 KiB
SCSS
|
|
.app {
|
||
|
|
height: 100%;
|
||
|
|
padding: 30rpx 0 70rpx;
|
||
|
|
.btn {
|
||
|
|
width: 217rpx;
|
||
|
|
height: 68rpx;
|
||
|
|
background: #4C7BC9;
|
||
|
|
border-radius: 26rpx;
|
||
|
|
font-size: 32rpx;
|
||
|
|
color: #FFFFFF;
|
||
|
|
line-height: 68rpx;
|
||
|
|
margin: 100rpx 0 0 60%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.items {
|
||
|
|
width: 90%;
|
||
|
|
margin: 0 auto;
|
||
|
|
text-align: center;
|
||
|
|
color: #000000;
|
||
|
|
|
||
|
|
.other {
|
||
|
|
margin: 0 auto;
|
||
|
|
height: 93rpx;
|
||
|
|
display: flex;
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 20rpx;
|
||
|
|
width: 100%;
|
||
|
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||
|
|
margin: 20rpx auto;
|
||
|
|
line-height: 93rpx;
|
||
|
|
|
||
|
|
view {
|
||
|
|
height: 93rpx;
|
||
|
|
font-size: 32rpx;
|
||
|
|
line-height: 93rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
span {
|
||
|
|
display: inline-block;
|
||
|
|
line-height: 93rpx;
|
||
|
|
height: 93rpx;
|
||
|
|
width: 30%;
|
||
|
|
font-size: 32rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
::v-deep .u-input__input {
|
||
|
|
height: 93rpx;
|
||
|
|
font-size: 32rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
::v-deep .uni-input-wrapper {
|
||
|
|
height: 93rpx;
|
||
|
|
line-height: 93rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
::v-deep .u-input {
|
||
|
|
width: 70%;
|
||
|
|
height: 93rpx;
|
||
|
|
line-height: 93rpx;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.item {
|
||
|
|
width: 100%;
|
||
|
|
height: 93rpx;
|
||
|
|
background: #ffffff;
|
||
|
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||
|
|
border-radius: 20rpx;
|
||
|
|
margin: 0 auto 20rpx;
|
||
|
|
line-height: 93rpx;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|