64 lines
1.1 KiB
Plaintext
64 lines
1.1 KiB
Plaintext
/* packageH/o2o/storeConsumeUse/storeConsumeUse.wxss */
|
|
.tBox {
|
|
background: #fff;
|
|
padding: 24rpx 40rpx 34rpx 40rpx;
|
|
}
|
|
|
|
.imgbox {
|
|
width: 670rpx;
|
|
height: 300rpx;
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/storeConsumeIndex@3x.png');
|
|
background-size: 100% 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
}
|
|
|
|
.btn {
|
|
width: 610rpx;
|
|
height: 80rpx;
|
|
background-color: #f14e4e;
|
|
border-radius: 40rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.pf {
|
|
position: fixed;
|
|
bottom: 50rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.title {
|
|
margin-top: 28rpx;
|
|
width: 100%;
|
|
text-align: left;
|
|
font-size: 30rpx;
|
|
color: #202020;
|
|
}
|
|
|
|
.heSuccess {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 114rpx;
|
|
}
|
|
|
|
.heSuccess text {
|
|
font-size: 30rpx;
|
|
color: #f14e4e;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.heSuccess icon {
|
|
font-size: 60rpx;
|
|
color: #f14e4e;
|
|
}
|