|
- /* 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:50rpx;
- 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;
- }
-
- .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;
- }
|