123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497 |
- body{background-color:#F0F0F0}
- .weui-actionsheet__cell{display:flex;height:80px;color:#666;font-size:32px!important;align-items:center;justify-content:center}
- body{
- position: relative;
- background: rgba(247,247,247,1);font-size:.16rem;font-family:Tahoma,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif!important}
- //html,body{// overflow-x:hidden;// width:100%;// height:100%}
- li{list-style:none}
- button{outline-style:none;border:none}
- *{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
- -webkit-touch-callout:none;
- -webkit-user-select:none;
- -webkit-tap-highlight-color:transparent;
- }
- a img{border:0}
- a{text-decoration:none}
- input{outline-style:none}
- input::-webkit-input-placeholder{color:#BBB}
- input:-moz-placeholder{color:#BBB}
- input::-moz-placeholder{color:#BBB}
- input:-ms-input-placeholder{color:#BBB}
- textarea::-webkit-input-placeholder{color:#BBB}
- textarea:-moz-placeholder{color:#BBB}
- textarea::-moz-placeholder{color:#BBB}
- textarea:-ms-input-placeholder{color:#BBB}
- button:active{opacity:.8}
- em{font-style: normal; line-height: 1;}
- input {
- border: none;
- outline-style: none;
- }
- // 布局
- .layout {
- &_top {
- height: 165px;
- width: 100%;
- overflow: hidden;
- position: fixed;
- top: 0;
- background:#6CA3FF url("/static/images/v7_bejing01.png");
- .TopMain {
- height: 115px;
- width: 100%;
- overflow: hidden;
- }
- }
- &_container {
- position: relative;
- z-index:9;
- top: 165px;
- margin-top: -50px;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
- }
- .screen {
- height: 100vh;
- overflow: hidden;
- width: 100%;
- }
- .tips {
- text-align: left;
- width: 100%;
- padding:0 22px;
- background: #FFFFFF;
- p {
- color: #999999;
- font-size: 12px;
- padding-bottom: 10px;
- }
- }
- .UserInfo {
- display: flex;
- align-items: center;
- width: 100%;
- padding:19px 18px 0 18px;
- &_head {
- width: 76px;
- height: 76px;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- overflow: hidden;
- margin-right: 19px;
- background-color: rgba(250, 253, 255, 0.5);
- display: flex;
- align-items: center;
- justify-content: center;
- img {
- display: block;
- width: 63px;
- height: 63px;
- }
- }
- &_name {
- font-size: 15px;
- font-weight: 600;
- color: #FFFFFF;
- }
- &_loginout {
- margin-left:auto;
- background: rgba(255,255,255,0.5);
- width: 57px;
- height: 24px;
- font-size: 14px;
- color: rgba(16,16,16,1);
- -webkit-border-radius: 200px;
- -moz-border-radius: 200px;
- border-radius: 200px;
- }
- }
- .search {
- height: 70px;
- display: flex;
- padding-top: 15px;
- justify-content: center;
- &_block {
- width: 318px;
- position: relative;
- height: 35px;
- }
- input {
- width: 100%;
- height: 35px;
- padding-left: 15px;
- -webkit-border-radius: 200px;
- -moz-border-radius: 200px;
- border-radius: 200px;
- background: rgba(255,255,255,0.5);
- display: block;
- }
- .querybtn {
- width: 50px;
- height: 35px;
- position: absolute;
- right: 0;
- top: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- transform: translateY(-50%);
- .icon {
- width: 24px;
- display: block;
- }
- }
- }
- .textTop {
- height: 70px;
- display: flex;
- align-items: center;
- padding:0 33px;
- font-size: 14px;
- color: #FFFFFF;
- }
- .newsTop {
- height: 70px;
- padding:0 70px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- span {
- color: #FFFFFF;
- font-size: 14px;
- display: flex;
- align-items: center;
- em {
- padding-left: 11px;
- font-size: 20px;
- }
- }
- }
- .serverTop {
- font-size: 14px;
- height: 70px;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #FFFFFF;
- }
- .securityTop {
- height: 70px;
- display: flex;
- align-items: center;
- padding-left: 52px;
- color: #FFFFFF;
- font-size: 14px;
- }
- .payTop {
- display: flex;
- height: 70px;
- align-items: center;
- justify-content: space-between;
- padding-left: 30px;
- padding-right: 17px;
- h2 {
- color: #FFFFFF;
- display: flex;
- align-items: center;
- em {
- font-size: 14px;
- padding-top: 3px;
- }
- span {
- font-weight: 400;
- font-size: 35px;
- display: block;
- padding-left: 16px;
- }
- }
- a {
- background: rgba(255,255,255,0.5);
- height: 24px;
- padding:0 12px;
- text-align: center;
- line-height: 24px;
- font-size: 14px;
- color: rgba(16,16,16,1);
- -webkit-border-radius: 200px;
- -moz-border-radius: 200px;
- border-radius: 200px;
- }
- }
- .form {
- background: #FFFFFF;
- padding-top: 50px;
- padding-left: 30px;
- padding-bottom: 25px;
- &_group {
- margin-bottom: 9px;
- font-size: 14px;
- color: #101010;
- display: flex;
- align-items: center;
- .label {
- width: 78px;
- text-align: right;
- padding-right: 8px;
- }
- .label-top {
- align-self: flex-start;
- line-height: 30px;
- }
- .input {
- width: 232px;
- height: 35px;
- padding-left: 10px;
- border: 1px solid #E8E8E8; /*no*/
- }
- .input-small {
- width: 170px;
- }
- .input-code {
- width: 117px;
- }
- .input-regcode {
- width: 110px;
- }
- .regcode {
- width: 117px;
- margin-left: 5px;
- }
- .selectDown {
- width: 232px;
- height: 35px;
- display: block;
- border: none;
- padding-left: 10px;
- outline-style: none;
- appearance: none;
- -moz-appearance: none;
- -webkit-appearance: none;
- background:#F7F7F7 url('/static/images/qudao_youxiziyuan_xiala.png') no-repeat;
- background-size: 20px 20px;
- background-position: 93% center;
- padding-right: 0 \9;
- background: none \9;
- option {
- outline: none;
- border: none;
- background: #FFFFFF;
- }
- option:hover {
- background: #E8E8E8;
- }
- }
- .btn-code {
- width: 104px;
- height: 33px;
- color: #538FE8;
- background: #E8E8E8;
- font-size: 14px;
- margin-left: 10px;
- }
- .input[disabled] {
- background: #F7F7F7;
- border: none;
- }
- .last {
- width: 62px;
- text-align: center;
- font-style: normal;
- font-size: 14px;
- color: #454545;
- }
- .text {
- width: 232px;
- height: 35px;
- color: #A6A6AE;
- line-height: 35px;
- }
- .text-c1 {
- color: #FF9800;
- }
- .text-c2 {
- color: #FF4081;
- }
- .select {
- width: 232px;
- overflow: hidden;
- .item {
- width: 100px;
- height: 50px;
- margin-right: 18px;
- display: flex;
- align-items: center;
- justify-content: center;
- border: 1px solid #E8E8E8;/*no*/
- float: left;
- &:last-child {
- margin-right: 0;
- }
- img {
- width: 90px;
- }
- }
- .active {
- border: 1px solid #FF4081;/*no*/
- }
- }
- .selectMoney {
- overflow: hidden;
- width: 250px;
- margin-bottom: -14px;
- span {
- display: block;
- margin-bottom: 14px;
- width: 70px;
- height: 30px;
- float: left;
- margin-right: 14px;
- border: 1px solid #E8E8E8;/*no*/
- font-size: 14px;
- color: #101010;
- text-align: center;
- line-height: 30px;
- &:nth-child(3n) {
- margin-right: 0;
- }
- }
- .active {
- border: 1px solid #FF4081;/*no*/
- }
- }
- }
- .submit {
- padding-left: 78px;
- margin-top: 58px;
- button {
- width: 215px;
- height: 40px;
- background: #FF4081;
- -webkit-border-radius: 200px;
- -moz-border-radius: 200px;
- border-radius: 200px;
- font-size: 18px;
- color: #FFFFFF;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- }
- .form2 {
- .item {
- margin-bottom: 1px;/*no*/
- position: relative;
- .icon {
- position: absolute;
- top: 0;
- left: 0;
- width: 50px;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- background: rgba(255,255,255,0.2);
- img {
- width: 24px;
- display: block;
- }
- }
- .text {
- font-size: 14px;
- color: #FFFFFF;
- display: block;
- height: 50px;
- width: 90px;
- position: absolute;
- top: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- background: rgba(255,255,255,0.2);
- padding:0 16px;
- }
- input {
- width: 100%;
- height: 50px;
- padding-left: 100px;
- color: #FFFFFF;
- font-size: 14px;
- background: rgba(255,255,255,0.2);
- }
- input::-webkit-input-placeholder{
- color: #FFFFFF;
- opacity: 0.5;
- }
- }
- .submit {
- width: 320px;
- height: 50px;
- -webkit-border-radius: 200px;
- -moz-border-radius: 200px;
- border-radius: 200px;
- background: #5C9AF7;
- color: #FFFFFF;
- font-size: 20px;
- text-align: center;
- line-height: 50px;
- display: block;
- margin:0 auto;
- margin-top: 21px;
- }
- .save {
- width: 232px;
- margin:20px auto;
- display: block;
- height: 35px;
- background: rgba(255,255,255,.3);
- -webkit-border-radius: 200px;
- -moz-border-radius: 200px;
- border-radius: 200px;
- color: #FFFFFF;
- font-size: 15px;
- }
- }
- .form-pt0 {
- padding-top: 0;
- }
- .mescroll{
- position: fixed;
- top: 115px;
- width: 100%;
- background: #F7F7F7;
- padding-bottom: 115px;
- }
- .mescroll—nav {
- top: 185px;
- width: 100%;
- background: #F7F7F7;
- padding-bottom: 185px;
- position: fixed;
- }
- .nulldata {
- width: 100%;
- height: 500px;
- background: #FFFFFF;
- }
|