61 lines
827 B
Plaintext
61 lines
827 B
Plaintext
/* packageI/parkCouponFree/index/index.wxss */
|
|
.parkCouponFree-index {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.banner {
|
|
width: 100%;
|
|
height: 320rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
#swiperBanner {
|
|
width: 100%;
|
|
height: 320rpx;
|
|
}
|
|
|
|
.banner image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.input-number-box {
|
|
margin: 20rpx;
|
|
padding: 28rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.input-number-warn {
|
|
font-size: 30rpx;
|
|
display: inline-block;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.inquire-btn {
|
|
margin-top: 80rpx;
|
|
}
|
|
|
|
.inquire-btn button {
|
|
width: 368rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
border-radius: 30rpx;
|
|
}
|
|
|
|
.inquire-btn button::after {
|
|
border: none;
|
|
}
|
|
|
|
.des-text {
|
|
margin: 0 30rpx 30rpx;
|
|
color: #5f5f5f;
|
|
}
|
|
|
|
.warn-text {
|
|
margin: 0 30rpx;
|
|
font-size: 24rpx;
|
|
color: #3f3f3f;
|
|
}
|