sl-express/project-wl-yonghuduan-uniapp-vue3/unpackage/dist/dev/mp-weixin/components/BtnFooter/index.wxss
shuhongfan cf5ac25c14 init
2023-09-04 16:40:17 +08:00

23 lines
453 B
Plaintext

/* 水平间距 */
/* 水平间距 */
.BtnFooter.data-v-0e2d1a4f {
position: fixed;
bottom: 0;
height: 172rpx;
width: 100%;
background-color: white;
}
.BtnFooter .btn.data-v-0e2d1a4f {
width: 404rpx;
height: 88rpx;
background: #CCCCCC;
border-radius: 44rpx;
color: white;
font-size: 30rpx;
text-align: center;
line-height: 88rpx;
margin: 24rpx auto 0;
}
.BtnFooter .btn.active.data-v-0e2d1a4f {
background-color: #E84134;
}