98 lines
1.6 KiB
CSS
98 lines
1.6 KiB
CSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
textarea {
|
|
padding: 20rpx;
|
|
border: 1rpx solid #a2c1c3;
|
|
/* margin: 0 auto; */
|
|
border-radius: 6rpx;
|
|
height: 182rpx;
|
|
font-size: 24rpx;
|
|
margin-top: 16rpx;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
.text-area-box {
|
|
margin: 66rpx 0 40rpx 0;
|
|
}
|
|
.page-cont {
|
|
padding: 48rpx 30rpx;
|
|
}
|
|
.page-title {
|
|
margin-top: 24rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
.page-select {
|
|
margin-top: 64rpx;
|
|
padding: 32rpx 40rpx;
|
|
background-color: #fff;
|
|
}
|
|
.select-item {
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
border-bottom: 1rpx solid #eee;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.select-item + .select-item {
|
|
margin-top: 16rpx;
|
|
}
|
|
.select-item span:last-child {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
button {
|
|
height: 80rpx;
|
|
background-color: #4A4C5B;
|
|
/* width: 90%; */
|
|
margin: 112rpx auto 0 auto;
|
|
font-size: 28rpx;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
}
|
|
.select-btn {
|
|
color: #fff;
|
|
background-color: #4188F2;
|
|
border-radius: 4rpx;
|
|
padding: 0 16rpx;
|
|
font-size: 24rpx;
|
|
height: 48rpx;
|
|
line-height: 48rpx;
|
|
}
|
|
.sign-tag-box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
.sign-tag {
|
|
background-color: #f9f9f9;
|
|
color: #666;
|
|
margin-top: 8rpx;
|
|
padding: 8rpx 16rpx;
|
|
border-radius: 3rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
}
|
|
.remove-tag {
|
|
margin-left: 32rpx;
|
|
font-weight: 700;
|
|
font-size: 28rpx;
|
|
height: 20rpx;
|
|
line-height: 20rpx;
|
|
}
|
|
.uni-icon-arrowright {
|
|
color: #777;
|
|
}
|
|
.select-unit {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
width: 70%;
|
|
}
|
|
|
|
.select-unit picker {
|
|
width: 90%;
|
|
} |