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.
148 lines
2.5 KiB
148 lines
2.5 KiB
|
|
.weui-cell {
|
|
padding: 10px 15px;
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
.weui-cell:before {
|
|
content: " ";
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
border-top: 1rpx solid #D9D9D9;
|
|
color: #D9D9D9;
|
|
left: 15px;
|
|
}
|
|
.weui-cell:first-child:before {
|
|
display: none;
|
|
}
|
|
|
|
.weui-cell__bd {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.weui-cell__ft {
|
|
text-align: left;
|
|
color: #999999;
|
|
}
|
|
.weui-cell__ft_in-access {
|
|
padding-right: 13px;
|
|
position: relative;
|
|
}
|
|
.weui-cell__ft_in-access:after {
|
|
content: " ";
|
|
display: inline-block;
|
|
height: 6px;
|
|
width: 6px;
|
|
border-width: 2px 2px 0 0;
|
|
border-color: #C8C8CD;
|
|
border-style: solid;
|
|
-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
|
|
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
|
|
|
|
top: -2px;
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -4px;
|
|
right: 2px;
|
|
}
|
|
.weui-cell__ft_in-radio {
|
|
padding-left: 0.35em;
|
|
}
|
|
.weui-cell_input {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.weui-label {
|
|
width: 140rpx;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
}
|
|
.weui-input {
|
|
height: 2em;
|
|
min-height: 2em;
|
|
line-height: 2em;
|
|
}
|
|
|
|
.weui-cell_select {
|
|
padding: 0;
|
|
}
|
|
.weui-select {
|
|
position: relative;
|
|
padding-left: 15px;
|
|
padding-right: 30px;
|
|
height: 2.58823529em;
|
|
min-height: 2.58823529em;
|
|
line-height: 2.58823529em;
|
|
border-right: 1rpx solid #D9D9D9;
|
|
}
|
|
.weui-select:before {
|
|
content: " ";
|
|
display: inline-block;
|
|
height: 6px;
|
|
width: 6px;
|
|
border-width: 2px 2px 0 0;
|
|
border-color: #C8C8CD;
|
|
border-style: solid;
|
|
-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
|
|
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
|
|
|
|
top: -2px;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 15px;
|
|
margin-top: -4px;
|
|
}
|
|
.weui-select_in-select-after {
|
|
padding-left: 0;
|
|
}
|
|
.weui-cell__hd_in-select-after {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.weui-vcode-btn:active {
|
|
color: #52a341;
|
|
}
|
|
.weui-cell_switch {
|
|
padding-top: 6px;
|
|
padding-bottom: 6px;
|
|
}
|
|
|
|
.weui-panel {
|
|
background-color: #FFFFFF;
|
|
margin-top: -1rpx;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.weui-panel:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.weui-panel:before {
|
|
content: " ";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
border-top: 1rpx solid #E5E5E5;
|
|
color: #E5E5E5;
|
|
}
|
|
.weui-panel:after {
|
|
content: " ";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
border-bottom: 1rpx solid #E5E5E5;
|
|
color: #E5E5E5;
|
|
}
|
|
|