| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- .page{
- height: 100vh;
- }
- .content{
- display: flex;
- flex: 1;
- overflow: auto;
- }
- .out1{
- background: #ffffff;
- padding: 0 32rpx;
- }
- .top{
- background: #ffffff;
- padding: 20rpx 0;
- font-size: 28rpx;
- color: #999999;
- line-height: 50rpx;
- border-bottom: 2rpx solid #f1f1f1;
- }
- .top1{
- background: #ffffff;
- padding: 20rpx 0;
- font-size: 28rpx;
- color: #999999;
- line-height: 50rpx;
- }
- .title{
- font-size: 30rpx;
- font-weight: bold;
- color: #000000;
- }
- .price{
- font-size: 32rpx;
- font-weight: bold;
- color: #ed569f;
- }
- .out2{
- background: #f7f7f7;
- padding: 0 32rpx 30rpx 32rpx;
- }
- .ticket{
- padding: 20rpx 0;
- }
- .ticketList{
- width: 686rpx;
- height: 188rpx;
- margin-top: 24rpx;
- background-image: url('/static/coupon/u210.png');
- background-repeat: no-repeat;
- background-size: cover;
- }
- .h-text{
- width: 200rpx;
- height: 188rpx;
- }
- .money{
- height: 52rpx;
- font-size: 36rpx;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #333333;
- line-height: 52rpx;
- text-align: center;
- }
- .desc{
- height: 36rpx;
- font-size: 20rpx;
- font-weight: 400;
- color: #333333;
- line-height: 36rpx;
- text-align: center;
- }
- .h-center-content{
- height: 188rpx;
- }
- .h-value{
- font-size: 28rpx;
- font-weight: bold;
- color: #333333;
- line-height: 44rpx;
- margin-top: 24rpx;
- margin-left: 24rpx;
- }
- .ticketMsg{
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- line-height: 36rpx;
- margin-left: 24rpx;
- }
- .h-right-content{
- width: 188rpx;
- height: 188rpx;
- }
- .btn{
- width: 156rpx;
- height: 64rpx;
- background: #93D21A;
- border-radius: 32rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 64rpx;
- text-align: center;
- }
- .link{
- background: #FFFFFF;
- padding: 10rpx 24rpx;
- margin-top: 20rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- color: #999999;
- }
- .inBtnView{
- height: 150rpx;
- }
- .inBtn{
- background: #FFE05C;
- width: 686rpx;
- height: 90rpx;
- border-radius: 45rpx;
- margin-top: 20rpx;
- margin-bottom: 40rpx;
- line-height: 90rpx;
- text-align: center;
- font-size: 30rpx;
- font-weight: bold;
- }
- .activityKey{
- width: 140rpx;
- }
- .activityValue{
- flex: 1;
- }
|