/* pages/receiveTicket/receiveTicket.wxss */ page{ height:100%; position: fixed; } .all{ width: 100%; height:100%; } .getBg{ width: 700rpx; height: 846rpx; position: absolute; left: 50%; top: 10%; transform: translateX(-50%); z-index: 9; } .userName{ text-align: center; font-size:40rpx; font-family:SourceHanSansCN; font-weight:500; color:rgba(0,0,0,1); } .userPhone{ text-align: center; font-size:24rpx; font-family:SourceHanSansCN; font-weight:500; color:rgba(153,153,153,1); margin-top: 10rpx; margin-bottom: 20rpx; } .giveTo{ text-align: center; font-size:30rpx; font-family:SourceHanSansCN; font-weight:bold; color:rgba(0,0,0,1); } .giveNum{ text-align: center; } .ticketType{ text-align: center; font-size:40rpx; font-family:SourceHanSansCN; font-weight:500; color:rgba(51,51,51,1); } .textNum{ font-size:80rpx; font-family:DINPro; font-weight:500; color:rgba(235,97,0,1); } .text{ font-size:30rpx; font-family:SourceHanSansCN; font-weight:500; color:rgba(51,51,51,1); } .content{ margin-top: 220rpx; } .contBot{ width: 547rpx; margin: 0 auto; display: flex; justify-content: center; align-items: center; } .picView{ width: 248rpx; height: 248rpx; border-radius: 10rpx; overflow: hidden; } .smallTicket{ width: 248rpx; height: 248rpx; } .textView{ width: 318rpx; height: 248rpx; position: absolute; top: 50rpx; left: 110rpx; } .textView text{ display: block; } .nameText{ font-size:50rpx; font-family:DINPro; /* font-weight:bold; */ color:rgba(106,10,14,1); margin-bottom: 20rpx; } .timeText{ font-size:24rpx; font-family:SourceHanSansCN; font-weight:300; color:#8f560f; } .getTicket{ display: block; width: 670rpx; height: 98rpx; margin: 350rpx auto 0 auto; } .errorTitle{ text-align: center; margin-top: 300rpx; font-size:60rpx; font-family:SourceHanSansCN; font-weight:500; color:rgba(0,0,0,1); } .ticketState{ margin-top: 50rpx; margin-bottom: 203rpx; text-align: center; font-size:30rpx; font-family:SourceHanSansCN; font-weight:500; color:rgba(0,0,0,1); } .question{ text-align: center; font-size:30rpx; font-family:SourceHanSansCN; font-weight:500; color:rgba(102,102,102,1); } .wx{ text-align: center; font-size:24rpx; font-family:SourceHanSansCN; font-weight:500; color:rgba(153,153,153,1); } .phone{ text-align: center; font-size:30rpx; font-family:SourceHanSansCN; font-weight:500; color:rgba(102,102,102,1); } .sureTicket{ display: block; width: 670rpx; height: 98rpx; margin: 310rpx auto 0 auto; } .receiveTicket{ width: 200rpx; height: 200rpx; } .bigticketView{ display: flex; justify-content: center; align-items: center; color:#8f560f; } .maney{ font-weight:bold; font-size:40rpx; } .Bigticket{ font-size:35rpx; font-family:DINPro; color:#8f560f; } .line{ width: 605rpx; margin: 70rpx auto 20rpx auto; height: 1rpx; background-color: #cccccc; } .picView{ width: 200rpx; height: 200rpx; border-radius: 10rpx; } .ticketRig{ background-color: #ffffff; width: 347rpx; height: 200rpx; border-radius: 20rpx; padding: 31rpx 24rpx 34rpx 24rpx; box-sizing: border-box; box-shadow: 10rpx 5rpx 10rpx 5rpx #f2f2f2; } .ticket-title{ font-size:30rpx; font-family:Source Han Sans CN; font-weight:500; color:rgba(106,10,14,1); } .ticket-desc{ font-size:20rpx; font-family:Source Han Sans CN; font-weight:400; color:rgba(51,51,51,1); } .yelloword{ width: 144rpx; height: 36rpx; text-align: center; line-height: 36rpx; font-size:20rpx; font-family:Source Han Sans CN; font-weight:500; color:rgba(235,97,0,1); border: 1px solid #EB6100; border-radius: 18px; margin: 5rpx 0; } .validity{ font-size:20rpx; font-family:Source Han Sans CN; font-weight:300; color:rgba(153,153,153,1); } .shoping{ width:110rpx; height:60rpx; text-align: center; line-height: 60rpx; background:rgba(235,97,0,1); border-radius:30px; font-size:30rpx; font-family:Source Han Sans CN; font-weight:500; color:rgba(255,255,255,1); }