CompleteTouristInfo.wxss 1.25 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
@import "../home/css/login.wxss";


.picker_view {
height: 44px;
color: #BEBEBE;
display: flex;
align-items: center;
justify-content: space-between;
/* padding-left: 15px; */
/* padding-right: 15px; */
width: 100%;
}

.picker_view_text {
display: inline-block;
width: 200px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1 ;
font-size: 15px;
color: #999999;
margin-left: 10px;
/* margin-left: 15px; */
}

.record_input_title {
width: 80px;
height: 20px;
text-align: left;
line-height: 20px;
font: medium;
padding-left: 15px;
border-right: solid #e8eae5 1px;
margin-right: 15px;
font-size: 15px;
color: #999999;
}

.checkbox {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
color: #333333;
width: 50%
}

.img {
width: 22px;
height: 22px;
transform: translateY(5px);
}

.type_choose1 {
width: 30%;
}

.choose_text {
margin-left: 5px;
}

.bottom_hint {
background: #FFFBD7;
height: 32px;
font-size: 14px;
color: #333333;
line-height: 32px;
padding-left: 15px;
}

.bottom_hint image {
width: 14px;
height: 14px;
margin-right: 5px;
transform: translateY(2px);
}