This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop-wechat/components/diy/service/service.wxss
2020-04-25 22:59:04 +08:00

20 lines
267 B
Plaintext

/* common.wxss */
/* @import "/utils/common.wxss"; */
/* 在线客服 */
.diy-service {
position: fixed;
z-index: 999;
}
.diy-service .service-icon {
padding: 10rpx;
}
.diy-service .service-icon .image {
display: block;
width: 90rpx;
height: 90rpx;
}