版本1.2.3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user