mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-24 03:38:10 +00:00
3 lines
260 B
Plaintext
3 lines
260 B
Plaintext
/* pages/home/home.wxss */
|
|
.view{position: fixed ; /*相对定位*/bottom:50%;height:82rpx;width:82rpx;border-radius:50%;color: white;text-align: center;z-index:99;right:10rpx;margin: 0% 0rpx -41rpx 0%;}
|
|
.view image{width:82rpx;height:82rpx;border-radius:50%;} |