mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
f1ea060b25
commit
35b2c1d99d
@ -5,13 +5,16 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
line-height: 1.2;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transform: translate(50%, -50%);
|
transform: translate(50%, -50%);
|
||||||
transform-origin: 100%;
|
transform-origin: 100%;
|
||||||
|
|
||||||
|
.theme(height, '@info-size');
|
||||||
.theme(min-width, '@info-size');
|
.theme(min-width, '@info-size');
|
||||||
.theme(padding, '@info-padding');
|
.theme(padding, '@info-padding');
|
||||||
.theme(color, '@info-color');
|
.theme(color, '@info-color');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user