|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- /* 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;
- 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{
- color:rgba(106,10,14,1);
- margin-bottom: 20rpx;
- }
- .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:20rpx;
- font-family:SourceHanSansCN;
- font-weight:300;
- color:rgba(153,153,153,1);
- }
- .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{
- /* width: 179rpx; */
- width: 100%;
- text-align: center;
- font-size:20rpx;
- font-family:DIN;
- font-weight:500;
- /* color:rgba(255,255,255,1); */
-
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- }
- .historyTicketBg{
- /* width: 179rpx; */
- width: 300rpx;
- height: 36rpx;
- display: none;
- }
- .tickName{
- font-size:20rpx;
- color:rgba(102,102,102,1);
- margin-left: 75rpx;
- }
- .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: 90rpx;
- left: 45rpx;
- }
-
- .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;
- }
|