仿互站小程序
This commit is contained in:
22
vant/info/index.wxss
Normal file
22
vant/info/index.wxss
Normal 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%;
|
||||
}
|
Reference in New Issue
Block a user