hae
Version:
Mobile web UI based on Vux
45 lines (42 loc) • 1.14 kB
text/less
@import "../../base/fn";
.weui-cell_access {
.setTapColor();
color: inherit;
&:active {
background-color: #ECECEC;
}
.weui-cell__ft {
padding-right: 13px;
position: relative;
&:after {
content: " ";
.setArrow(right, @cell-default-arrow-width, @cell-default-arrow-color, @cell-default-arrow-border-width);
position: absolute;
top: 50%;
margin-top: -4px;
right: 2px;
}
}
}
.weui-cell_link{
color: @weuiLinkColorDefault;
font-size: 14px;
// 由于weui-cell:first-child的:before为隐藏,所以这里要重新显示出来
&.weui-cell:first-child{
&:before{
display: block;
}
}
}
.weui-cell_access.vux-cell-box {
padding-right: 13px;
position: relative;
&:after {
content: " ";
.setArrow(right, @cell-default-arrow-width, @cell-default-arrow-color, @cell-default-arrow-border-width);
position: absolute;
top: 50%;
margin-top: -4px;
right: 17px;
}
}