| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- .fade-enter-active, .fade-leave-active {
- transition: opacity 2.5s
- }
- .fade-enter, .fade-leave-active {
- opacity: 0
- }
- .mobile{
- padding:0 15px;
- min-height:100vh;
- background: #eaeaea;
- color:#333;
- padding-top:.15rem;
- }
- .page-part{
- margin-bottom:.4rem;
- .img-list{
- .item{
- display:inline-block;
- width:45%;
- height: 2.2rem;
- text-align: center;
- margin:0 .15rem .15rem;
- box-shadow: .05rem .05rem .2rem rgba(0,0,0,.7);
- border-radius: .1rem;
- padding: .25rem;
- img{
- width:90%;
- height:1.3rem;
- padding:.2rem;
- }
- p{
- font-size: 14px;
- color: #999;
- }
- }
- }
- img{
- margin-left:.1rem;
- }
- }
- .mint-cell-wrapper{
- border:1px solid #b5b5b5;
- }
- .page-part a{
- transition: all .2s ease;
- color:#333;
- &:hover{
- color:#666;
- }
- }
- .page-part a.rgba{
- transition: all .2s ease;
- color:#2d8cf0;
- &:hover{
- color:#f44336;
- }
- }
- .f-main{
- background: #fff;
- padding:0.55rem .3rem 1.1rem;
- .content-top{
- border-bottom:1px solid #b5b5b5;
- position:relative;
- p{
- font-size: .4rem;
- color:#787878;
- margin-bottom:.35rem;
- }
- a.go{
- transition: all .2s ease;
- position: absolute;
- top: 0;
- right: 0;
- font-size: .28rem;
- i{
- margin-right: .06rem;
- }
- }
- a.back{
- transition: all .2s ease;
- &:hover{
- border:.02rem solid #f44336;
- }
- position: absolute;
- top: 0;
- right: 0;
- display:inline-block;
- border:.02rem solid #2d8cf0;
- padding: .05rem;
- border-radius:50%;
- i{
- font-size: .3rem;
- font-weight: bold;
- }
- }
- }
- .f-form{
- padding-top:.6rem;
- .security{
- font-size: .32rem;
- color:#666;
- }
- .pwd{
- font-size: .14rem;
- color:#a0a0a0;
- margin: .2rem auto;
- em{
- display: inline-block;
- line-height: .14rem;
- margin:.05rem .2rem;
- width: .45rem;
- height: .1rem;
- background: #999;
- }
- .sm{background:#ff4e00}
- .md{background: #22ac38}
- .ld{background: #00a0e9}
- .smstep{color:#ff4e00}
- .mdstep{color: #22ac38}
- .ldstep{color: #00a0e9}
- }
- .token{
- display:inline-block;
- padding: 0 .5rem;
- text-align: center;
- border-left:1px solid #b5b5b5;
- margin-left: .1rem;
- color:#2d8cf0;
- }
- .token-no{
- display:inline-block;
- padding: 0 .5rem;
- text-align: center;
- border-left:1px solid #b5b5b5;
- margin-left: .1rem;
- color:#666;
- }
- }
- }
- .page-last{
- text-align: center;
- margin-bottom:1.3rem;
- h4{
- margin:.65rem auto;
- font-weight: normal;
- span{
- font-size: .7rem;
- margin-left:.2rem;
- color:#29b300;
- }
- }
- p{
- font-size: .28rem;
- color:#8b8b8b;
- }
- }
- ::-webkit-scrollbar {
- width: 0;
- height: 1px;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 5px;
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- background: rgba(0, 0, 0, 0.2);
- }
- .passwd {
- font-size: .14rem;
- color: #a0a0a0;
- margin: .2rem auto;
- text-align: right;
- }
- .itemgreen{
- color:#2d8cf0;
- }
- .listitem {
- height: 1rem;
- line-height: 1rem;
- border-bottom: solid 1px #eee;
- text-align: center;
- &:first-child {
- border-top: solid 1px #eee;
- }
- }
- .mint-popup {
- width: 100%;
- height: 100%;
- background-color: #fff;
- }
- .mint-popup .mint-button {
- position: absolute;
- width: 90%;
- top: 50%;
- left: 5%;
- transform: translateY(-50%);
- }
- .mint-button .mint-button-text{
- margin: 0;
- font-weight: normal;
- }
- .login-btn{
- margin-top:.9rem;
- border-top:1px solid #bfbfbf;
- text-align: center;
- padding-top:.3rem;
- p{
- color:#a1a1a1;
- font-size: .26rem;
- margin-bottom:.4rem;
- }
- }
|