1234567891011121314151617181920212223242526272829 |
- /* pages/components/kefu/kefu.wxss */
- .btn-kefu{
- position: fixed;
- right: 30rpx;
- bottom: 80rpx;
- width: 145rpx;
- height: 145rpx;
- padding: 0;
- margin: 0;
- border: none;
- outline: none;
- }
- .btn-kefu image{
- width: inherit;
- height: inherit;
- mode:aspectFit;
- background-color: none;
- }
- .btn-kefu::after {
- content: "";
- border: none;
- }
- .btn-kefu::before {
- content: "";
- border: none;
- }
|