/* pages/personalCenter/personalCenter.wxss */ page{ height: 100%; width: 100%; } .all{ height: 100%; width: 100%; position: fixed; top: 0; left: 0; } .centerBg{ width: 100%; height: 535rpx; } .userCircle{ width: 100%; height: 448rpx; } .userMess{ width: 100%; position: absolute; top: 117rpx; left: 0; } .userHeader{ width: 200rpx; height: 200rpx; overflow: hidden; border-radius: 50%; } .userHeaderBtn{ width: 200rpx; height: 200rpx; overflow: hidden; border-radius: 50%; margin: 0; padding: 0; background-color: transparent; } .noUserBtn{ margin-top: 20rpx; width: 230rpx; height: 64rpx; border: none; border-color: transparent; border-radius: 0; padding: 0; background-color: transparent; } .noUserBtn::after{ border: none } .userImg{ width: 200rpx; height: 200rpx; } .userAll{ text-align: center; position:absolute; top:42rpx; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column; } .userName{ font-size:40rpx; color:rgba(51,51,51,1); font-weight:bold; /* margin-top: 31rpx; */ margin-bottom: 16rpx; } .userPhone{ font-size:30rpx; color:rgba(102,102,102,1); } .myTicketAll{ padding: 0 64rpx; width: 622rpx; position: absolute; top: 390rpx; } .myTicketTop{ display: flex; justify-content: space-between; align-items: center; width: 622rpx; } .ticketIcon{ width: 49rpx; height: 30rpx; } .ticketArrows{ width: 34rpx; height: 19rpx; } .myTicket{ margin-right: 350rpx; font-size:30rpx; font-family:SourceHanSansCN; font-weight:bold; color:rgba(51,51,51,1); } .ticketCont{ display: flex; justify-content: center; align-items: center; } .ticketImg{ width: 254rpx; height: 248rpx; border-radius:10px 0px 0px 10px; overflow: hidden; margin-right: 32rpx; } .name{ font-size:50rpx; font-family:DINPro; /* font-weight:bold; */ color:#8f560f; margin-bottom: 10rpx; } .name1,.name2{ font-size:35rpx; font-family:SourceHanSansCN; font-weight:bold; color:rgba(106,10,14,1); } .name3{ font-size:60rpx; font-family:SourceHanSansCN; font-weight:bold; color:rgba(106,10,14,1); } .time{ font-size:24rpx; font-family:SourceHanSansCN; font-weight:300; color:#8f560f; } .look{ /* display: flex; justify-content: space-between; align-items: center;*/ /* margin-bottom: 33rpx; */ } .giveFrinedBtn{ width: 308rpx; height: 73rpx; float: right; } .clickLook{ font-size:30rpx; font-family:SourceHanSansCN; font-weight:500; color:rgba(0,0,0,1); margin-left: 15rpx; } .scrollY1{ height: 360rpx; margin-top: 33rpx; } .scrollY2{ height: 200rpx; margin-top: 20rpx; } .historyIcon{ width: 30rpx; height: 30rpx; } .history{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 20rpx; } .historyLeft{ position: relative; /* width: 179rpx; */ width: 300rpx; height: 36rpx; } .ticketCode{ text-align: center; font-size:20rpx; font-family:DIN; font-weight:500; } .historyTicketBg{ /* width: 179rpx; */ width: 300rpx; height: 36rpx; display: none; } .tickName{ font-size:20rpx; color:rgba(102,102,102,1); } .tickType{ font-size:24rpx; font-family:SourceHanSansCN; font-weight:bold; color:rgba(235,97,0,1); } .line{ width: 630rpx; height: 2rpx; background-color: #CCCCCC; margin: 0 auto 40rpx auto; } /* .contAll{ box-shadow: 50rpx 10rpx 20rpx #d4d2d2; } */ .getToRsgister{ width: 230rpx; height: 64rpx; margin-top: 20rpx; } .getHeader{ width: 230rpx; height: 64rpx; } .centerBuy{ width: 650rpx; height: 275rpx; } .rigWord{ width: 350rpx; text-align: center; position: absolute; top: 50rpx; left: 35rpx; } .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; } .lookTicket{ width: 308rpx; height: 73rpx; }