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.
 
 
 
 
 

90 lines
1.3 KiB

page,.page1{
font-size: 24rpx;
width: 100%;
height: 100%;
background: #eee;
overflow: scroll;
}
.content{
width: 100%;
height: auto;
background: #fff;
margin-bottom: 20rpx;
}
.value{
width: 100%;
height: 80rpx;
display: flex;
line-height: 80rpx;
border-top: 1px solid #eee;
padding: 0 20rpx;
}
.name{
width: 20%;
}
.text{
width: 80%;
}
.text input{
height: 80rpx;
line-height: 80rpx;
text-align: right;
}
.text textarea{
height: 120rpx;
line-height: 40rpx;
padding-top:20rpx;
}
.upload-img {
width: 180rpx;
height: 180rpx;
}
.red-dot{
width: 40rpx;
height: 40rpx;
text-align: center;
line-height: 40rpx;
border-radius: 40rpx;
background: red;
color: #fff;
position: absolute;
top: 10rpx;
right: 0;
}
button {
width:95%;
height: 90rpx;
line-height: 90rpx;
font-size: 36rpx;
color: #fff;
background: #5fd9ee;
border-radius: 10px;
margin: 40rpx auto;
}
.hasChosen{
height: 74rpx;
line-height: 74rpx;
color: #fff;
border: none;
background: #5fd9ee;
}
.code-btn{
font-size: 24rpx;
background: #00BFFF;
color: #fff;
height: 60rpx;
line-height: 60rpx;
border-radius: 20rpx;
padding: 0 10rpx;
margin-top: 10rpx;
width: 140rpx;
}
.uni-select{
border: none !important;
padding: 0 !important;
}
.uni-stat__select {
height: 100% !important;
}