|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- /* 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;
- }
-
- .picView{
- width: 248rpx;
- height: 248rpx;
- border-radius: 10rpx;
- overflow: hidden;
- }
- .smallTicket{
- width: 248rpx;
- height: 248rpx;
- }
- .contBot{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 80rpx;
- }
- .textView{
- width: 318rpx;
- height: 248rpx;
- padding-left: 33rpx;
- }
- .textView text{
- display: block;
- }
- .nameText{
- font-size:60rpx;
- font-family:DINPro;
- font-weight:bold;
- color:rgba(106,10,14,1);
- margin-top: 42rpx;
- margin-bottom: 25rpx
- }
- .timeText{
- font-size:20rpx;
- font-family:SourceHanSansCN;
- font-weight:300;
- color:rgba(153,153,153,1);
- }
- .getTicket{
- display: block;
- width: 670rpx;
- height: 98rpx;
- margin: 180rpx auto 0 auto;
- }
-
-
- .ticketState{
- margin-top: 380rpx;
- margin-bottom: 203rpx;
- text-align: center;
- font-size:60rpx;
- 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;
- }
|