123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- .bgc{
- background-color: #ee633a;
- background-size: 100%;
- padding-bottom: 100rpx;
- }
- .couponBig{
- width: 750rpx;
- min-height: 100vh;
- background: url('https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20220822/%E7%BC%96%E7%BB%84%203%402x%20%283%29.png') no-repeat;
- background-size: 100%;
- }
- /* 背景图片 */
- .couponBig .backgroundImage{
- width: 100%;
- height: 100%;
- }
- /* 优惠券 */
- .couponBig-box{
- padding-top: 540rpx;
- }
- .couponBig .coupon{
- margin: 0 auto;
- display: flex;
- /* position: absolute; */
- /* top: 540rpx; */
- width: 690rpx;
- height: 218rpx;
- /* left: 30rpx; */
- background: url('https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20220822/%E7%BC%96%E7%BB%84%206%402x.png') no-repeat;
- background-size: cover;
- margin-bottom: 28rpx;
- }
- .coupon .couponLeft{
- width: 180rpx;
- }
- .coupon .couponLeft .price{
- text-align: center;
- height:180rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .coupon .couponLeft .couponType{
- font-size: 20rpx;
- color: white;
- margin-left: 18rpx;
- margin-top: 4rpx;
- }
- .price .a{
- font-size: 38rpx;
- color: #FF3007;
- }
- .price text{
- font-family: PingFangSC-Medium, PingFang SC;
- /* line-height:160rpx ; */
- color: #FF3007;
- }
- .full_price{
- font-size: 26rpx;
- color: #666666;
- }
- .couponRight-box{
- height: 100rpx;
- margin-top: 32rpx;
- }
- .couponRight .title{
- font-size: 32rpx;
- font-weight: 500;
- margin-left: 40rpx;
- width: 400rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .couponRight .condition{
- font-size: 24rpx;
- color: #666666;
- margin-top: 24rpx;
- margin-left: 40rpx;
- }
- .coupon_desc{
- width: 300rpx;
- font-size: 28rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .couponRight .button{
- width: 104rpx;
- height: 50rpx;
- text-align: center;
- line-height: 50rpx;
- color: #FFFFFF;
- background-color: #fb7d22;
- font-size: 24rpx;
- border-radius: 40rpx;
- margin-left: 380rpx;
- margin-top: 14rpx;
- }
- .button-open{
- width: 104rpx;
- height: 50rpx;
- text-align: center;
- line-height: 50rpx;
- color: #FFFFFF;
- background-color: #b6b6b6;
- font-size: 24rpx;
- border-radius: 40rpx;
- margin-left: 380rpx;
- margin-top: 14rpx;
- }
|