123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438 |
- .page-equity{
- min-height: 100vh;
- width:100vw;
- background:#ebeaea;
- display:flex;
- .equity-header{
- display:flex;
- background:#FFF;
- position: fixed;
- width:100%;
- flex-direction: column;
- z-index:999;
- .header-caption{
- height:40px;
- margin-left:20px;
- margin-right:20px;
- display:flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- border-bottom:1px solid #d5d5d5;
- .text{
- font-size:14px;
- padding-left:10px;
- padding-right:10px;
-
- }
- .active{
- color:#593320;
- font-weight: 900;
- font-size: 16px;
-
- }
- }
- .header-sub{
- margin-left:20px;
- margin-right:20px;
- height:40px;
- display:flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- .text{
- font-size:14px;
- padding-left:10px;
- padding-right:10px;
- }
- .active{
- color:#593320;
- font-weight: 900;
- font-size: 16px;
- }
- }
- }
-
- .ticket-list{
- width:100%;
- margin-top:80px;
- margin-left:10px;
- margin-right:10px;
- .list-item{
-
- .item{
- margin-top:10px;
- .ticket-content{
- background:#FFF;
- .content{
- display:flex;
- flex-direction: row;
- padding-top:10px;
- padding-bottom:10px;
- position: relative;
- .ticket-img{
- width:30%;
- display:flex;
- justify-content: center;
- align-items: center;
- .img{
- width:50px;
- height:50px;
- border-radius: 50%;
- }
- }
- .ticket-info{
- width:70%;
- .ticket-name{
- color:#000;
- font-size:14px;
- font-weight: bold;
- }
- .ticket-expire{
- font-size:12px;
- color:#593320;
- margin-top:5px;
- width: 70%;
- line-height: 20px;
- }
- }
-
- .ticket-status{
- position: absolute;
- right:0px;
- top:0px;
- height:80px;
- width:80px;
- overflow: hidden;
- .ticket-text{
- width:80px;
- height:20px;
- margin-top:10px;
- margin-left:20px;
- transform: rotate(45deg);
- display:flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size:12px;
- }
-
- }
- .ticket-status-st{
- position: absolute;
- right:20px;
- top:20px;
-
- width:80px;
- overflow: hidden;
-
-
- .ticket-st{
-
- width:80px;
- height:80px;
-
- line-height: 30px;
- border-radius: 50%;
-
-
- display:flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size:18px;
- background: #FFF;
- color: #ccc;
- border: 2px dotted #cccccc;
-
- }
- }
- .used{
- .ticket-text{
- background:#593320;
- color:#FFFFFF;
- }
- }
-
- }
- }
- .ticket-splite{
- display: flex;
- flex-direction: row;
- background:#FFF;
- justify-content:space-evenly;
- align-items: center;
- .left{
- background:#ebeaea;
- height:20px;
- width:10px;
- border-top-right-radius: 60%;
- border-bottom-right-radius: 60%;
- }
- .mid{
- height:1px;
- width:100%;
-
- border-bottom: 2px dotted #cccccc;
- }
-
- .right{
- background:#ebeaea;
- height:20px;
- width:10px;
- border-top-left-radius: 50%;
- border-bottom-left-radius: 50%;
- }
- }
- .ticket-other{
- background:#FFF;
- height:20px;
- .other-txt{
- display:flex;
- flex-direction:row;
- justify-content: flex-end;
- align-items: center;
- font-size:12px;
-
- .btn{
- width:20%;
- margin: 0 auto;
-
- .btn-user{
- height:20px;
- background-color: #593320;
- color: #EDEDED;
- line-height: 20px;
- font-size:12px;
- border-radius: 7px;
-
- }
- }
-
- }
- }
- }
- .shadow{
- box-shadow: 0px 2px 5px 0px #bababa
- }
- }
- }
-
- .more-ticket{
- background:#ebeaea;
- width:100%;
- height:100%;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- overflow: hidden;
- .more-ticket-title{
- height:40px;
- width:100%;
- text-align:center;
- line-height:40px;
- font-size:14px;
- background:#593320;
- color: #EDEDED;
-
- }
-
- .more-items{
- height:500px;
- overflow: hidden;
- overflow-y: auto;
- padding-bottom: 30px;
-
- .item{
- margin-top:10px;
- margin-left: 10px;
- margin-right: 10px;
- box-shadow: 0px 2px 5px 0px #bababa;
- .ticket-content{
- background:#FFF;
- .content{
- display:flex;
- flex-direction: row;
- padding-top:10px;
- padding-bottom:10px;
- position: relative;
- .ticket-img{
- width:30%;
- display:flex;
- justify-content: center;
- align-items: center;
- .img{
- width:50px;
- height:50px;
- border-radius: 50%;
- }
- }
- .ticket-info{
- width:70%;
- .ticket-name{
- color:#000;
- font-size:14px;
- font-weight: bold;
- }
- .ticket-expire{
- font-size:12px;
- color:#593320;
- margin-top:5px;
- }
- }
-
- .ticket-status{
- position: absolute;
- right:0px;
- top:0px;
- height:80px;
- width:80px;
- overflow: hidden;
- .ticket-text{
- width:80px;
- height:20px;
- margin-top:10px;
- margin-left:20px;
- transform: rotate(45deg);
- display:flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size:12px;
- }
- }
- .used{
- .ticket-text{
- background:#593320;
- color:#FFFFFF;
- }
- }
-
- }
- }
- .ticket-splite{
- display: flex;
- flex-direction: row;
- background:#FFF;
- justify-content:space-evenly;
- align-items: center;
- .left{
- background:#ebeaea;
- height:10px;
- width:10px;
- border-top-right-radius: 70%;
- border-bottom-right-radius: 70%;
- }
- .mid{
- height:1px;
- width:100%;
- border-bottom: 2px dotted #cccccc;
- }
-
- .right{
- background:#ebeaea;
- height:10px;
- width:10px;
- border-top-right-radius: 70%;
- border-bottom-right-radius: 70%;
- }
- }
- .ticket-other{
- background:#FFF;
- height:20px;
- padding-top: 5px;
- .other-txt{
- display:flex;
- flex-direction:row;
-
- align-items: center;
- font-size:12px;
-
- .btn{
- width:20%;
- margin: 0 auto;
- .btn-user{
- height:20px;
- line-height: 20px;
- background-color: #593320;
- color: #EDEDED;
- font-size:12px;
- border-radius: 5px;
-
- .shadow{
- box-shadow: 0px 2px 20px 0px #bababa
-
- }
- }
-
- }
-
- }
- }
- }
-
-
- }
-
-
- }
-
- .qr-code{
- background:#FFF;
- border-radius: 10px;
- overflow: hidden;
- .qr-box{
- display:flex;
- justify-content: center;
- align-items: center;
- padding:20px;
- }
- .qr-text{
- text-align:center;
- font-size:12px;
- padding-bottom:20px;
- }
- }
- }
- .ticket-status-st{
- position: absolute;
- right:20px;
- top:20px;
-
- width:80px;
- overflow: hidden;
-
-
-
- .ticket-st{
-
- width:80px;
- height:80px;
-
- line-height: 30px;
- border-radius: 50%;
- background-color: #FFF;
-
- display:flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size:18px;
- color: #ccc;
- border: 2px dotted #cccccc;
-
- }
- }
-
- .shadow{
- box-shadow: 0px 2px 5px 0px #bababa;
-
- }
-
- .ticket-expire-rule{
- font-size:12px;
- color:darkred;
- margin-top:5px;
- width: 60%;
- line-height: 20px;
- }
|