/* 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{ position: relative; text-align: 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: 180rpx 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: 650rpx; height: 275rpx; } .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; }