multiple.wxss 1.44 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
.multiple_picker_view {
background: #fff;
display: flex;
height: 44px;
position: relative;
z-index: 100;
}
.multiple_before_text,.symptom_before_text {
font-size: 13px;
color: #48C17B;
margin-left: 8px;
line-height: 44px;
width: 56px;
}
.multiple_name_box{
display: flex;
width: calc(100% - 62px);
margin: 0 4px;
padding-left: 4px;
align-self: center;
height: 44px
}
.multiple_name_text_color_placeholder{
color: #999;
}
.multiple_name_text_color{
color: #333;
}
.multiple_name_text {
font-size: 14px;
line-height: 44px;
line-height: 44px;
padding-right: 12px;
width: calc(100% - 24px);
display: -webkit-box;
overflow: hidden;
white-space: normal;
text-overflow: ellipsis;
word-wrap: break-word;
-webkit-line-clamp:1;
-webkit-box-orient: vertical;
}
.chooce_multiple_image {
width: 12px;
height: 12px;
margin-right: 12px;
margin-top: 15px;
}
.down_drop{
height: 100%;
z-index: 100;
position: fixed;
background: #fff;
}
.comment-btn{
display: flex;
height: 152px;
flex-wrap: wrap;
transition: 0.5s;
}
.btn{
width: 150rpx;
height: 70rpx;
line-height: 70rpx;
font-size: 24rpx;
padding: 0;
border: 1px solid #dcdcdc;
background: #fff;
border-radius: 4px;
margin: 15rpx 10rpx;
text-align: center;
}
.btn-selected{
border: 1px solid #48C17B;
}
.model{
position: fixed;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100vh;
background: rgb(0 0 0 / 50%);
}