仿互站小程序

This commit is contained in:
Drawfans
2020-06-09 16:17:23 +08:00
commit 7bfd53851e
321 changed files with 22890 additions and 0 deletions

22
vant/info/index.wxss Normal file
View File

@@ -0,0 +1,22 @@
@import "../area/index.wxss";
.van-info {
position: absolute;
top: -8px;
right: 0;
min-width: 16px;
padding: 0 3px;
font-family: PingFang SC,Helvetica Neue,Arial,sans-serif;
font-size: 12px;
font-weight: 500;
line-height: 14px;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #f44;
border: 1px solid #fff;
border-radius: 16px;
transform: translateX(50%);
box-sizing: border-box;
transform-origin: 100%;
}