hios-miniprogram/pages/share/index.wxss
shengliang 366901caea A,增加生成分享图的功能
U,轮播图不自动滑动
2019-12-14 19:16:53 +08:00

53 lines
857 B
Plaintext

page {
background: #f1f1f1;
height: 100%;
}
.container {
background: #f1f1f1;
height: 100%;
position: relative;
padding-top: 40rpx;
box-sizing: border-box;
}
.btn-wrap{
width: 100%;
height: 120rpx;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
bottom: 0;
padding: 20rpx 30rpx;
box-sizing: border-box;
}
.btn-wrap .btn{
height: 90rpx;
width: 100%;
color: #192841;
background: linear-gradient(to right, #f8cd4e, #fae277);
text-align: center;
line-height: 90rpx;
margin: 0;
font-size: 28rpx;
}
.btn-wrap .btn::after{
border: none;
}
.share-image {
width: 580rpx;
height: 1032rpx;
margin: 0 auto;
/* border: 1px solid black; */
}
button {
margin-top: 20rpx;
color: #695233;
}