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.
pk8f3pmu2/pages/course_setting/course_setting.wxss

29 lines
439 B

input.form-item{
border: 1rpx solid gray;
border-radius: 8rpx;
padding: 12rpx 18rpx;
}
.form-wrap{
margin: 24rpx -12rpx;
padding: 2rpx 10rpx;
}
.selector{
max-height:320rpx;
border-radius:6rpx;
margin-top:8rpx;
background: white;
box-shadow: 1px 2px 10px grey;
}
.selector-item{
padding: 8rpx 18rpx;
}
.selector-item text{
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}