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.

98 lines
1.8 KiB

.wux-cell {
margin: 0;
border-radius: 0;
color: inherit!important;
background: 0 0!important;
font-size: inherit;
font-weight: 400;
line-height: inherit;
text-align: inherit;
text-decoration: none;
overflow: visible;
min-height: 100rpx!important;
width: auto!important;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
padding: 20rpx 30rpx;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
background: #fff
}
.wux-cell:after {
display: block;
position: static;
top: auto;
left: auto;
width: auto;
height: auto;
border: none;
border-radius: 0;
transform: none;
transform-origin: 0 0
}
.wux-cell:after {
content: " ";
position: absolute;
bottom: 0;
right: 0;
height: 1rpx;
border-bottom: 1rpx solid #d9d9d9;
color: #d9d9d9;
transform-origin: 0 100%;
transform: scaleY(.5);
left: 30rpx
}
.wux-cell--last:after {
display: none
}
.wux-cell--hover {
background-color: #ececec!important
}
.wux-cell--disabled {
opacity: .3
}
.wux-cell__thumb {
display: block;
width: 40rpx;
height: 40rpx;
margin-right: 10rpx
}
.wux-cell__bd {
-ms-flex: 1;
flex: 1
}
.wux-cell__text {
text-align: left
}
.wux-cell__desc {
text-align: left;
line-height: 1.2;
font-size: 24rpx;
color: grey
}
.wux-cell__ft {
text-align: right;
color: grey
}
.wux-cell--access .wux-cell__ft {
padding-right: 26rpx;
position: relative
}
.wux-cell--access .wux-cell__ft:after {
content: " ";
display: inline-block;
height: 16rpx;
width: 16rpx;
border-width: 2rpx 2rpx 0 0;
border-color: #999999;
border-style: solid;
transform: matrix(.71,.71,-.71,.71,0,0);
top: -4rpx;
position: absolute;
top: 50%;
margin-top: -8rpx;
right: 4rpx
}