版本1.2.3

This commit is contained in:
xk_guohonglei
2020-10-14 11:40:08 +08:00
parent 80d2a48dec
commit 9320a99366
26 changed files with 2136 additions and 852 deletions

View File

@@ -150,3 +150,27 @@ page {
position: absolute;
bottom: 50rpx;
}
.bg-transparent {
background-color: transparent !important;
}
.position-ab {
position: absolute;
}
.position-re {
position: relative;
}
.mini-label{
padding-left: 18upx;
}
.mini-label::before {
content: '';
position: absolute;
background-color: #FF5200;
width: 8upx;
height: 1.4rem;
left: 0;
top: 0.25rem;
}