mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
toast toptips
This commit is contained in:
parent
1d06a3da7b
commit
8ec6023f88
2
dist/toast/index.wxss
vendored
2
dist/toast/index.wxss
vendored
@ -13,5 +13,5 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
z-index: 10;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
2
dist/toptips/index.wxss
vendored
2
dist/toptips/index.wxss
vendored
@ -9,7 +9,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
background-color: #E64340;
|
background-color: #E64340;
|
||||||
z-index: 20;
|
z-index: 110;
|
||||||
|
|
||||||
/* 动画部分 */
|
/* 动画部分 */
|
||||||
transition: all 0.4s ease;
|
transition: all 0.4s ease;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user