123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- @import "../../../../public/scss/reset.scss";
- @import "../../../../public/scss/unicom.scss";
- html, body {
- margin: 0;
- padding: 0;
- }
- body {
- color: white;
- min-height: 12.5rem;
- font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
- background: url('../images/bg-15.png') no-repeat;
- background-size: 100% 100%;
- }
- .body-9 {
- background: url('../images/bg-9.png') no-repeat;
- background-size: 100% 100%;
- }
- .banner {
- height: 5.65rem;
- display: flex;
- align-items: flex-end;
- justify-content: center;
- .banner-text {
- width: 5.38rem;
- height: 5.11rem;
- background: url('../images/banner-text-15.png') no-repeat;
- background-size: 100%, 100%;
- margin: 0 auto;
- }
- .banner-text-9 {
- width: 4.9rem;
- height: 5.43rem;
- background: url('../images/banner-text-9.png') no-repeat;
- background-size: 100%, 100%;
- }
- }
- .slider {
- position: relative;
- height: 2.62rem;
- display: flex;
- align-items: center;
- z-index: 0;
- margin: 0.17rem 0.08rem;
- .item-15 {
- width: 4.89rem;
- height: 2.62rem;
- background: url('../images/p-15-active.png') no-repeat;
- background-size: 100%, 100%;
- position: absolute;
- z-index: 1;
- animation: item15-in 1s;
- }
- .item-15-inactive {
- width: 3.02rem;
- height: 1.51rem;
- background: url('../images/p-15-inactive.png') no-repeat;
- background-size: 100%, 100%;
- position: absolute;
- z-index: 0;
- animation: item15-out 1s;
- }
- .item-9 {
- width: 4.89rem;
- height: 2.62rem;
- background: url('../images/p-9-active.png') no-repeat;
- background-size: 100%, 100%;
- position: absolute;
- right: 0;
- z-index: 1;
- animation: item9-in 1s;
- }
- .item-9-inactive {
- width: 3.02rem;
- height: 1.51rem;
- background: url('../images/p-9-inactive.png') no-repeat;
- background-size: 100%, 100%;
- position: absolute;
- right: 0;
- z-index: 0;
- animation: item9-out 1s;
- }
- @keyframes item9-in {
- from {
- width: 3.02rem;
- height: 1.51rem;
- top: 0.32rem;
- }
- to {
- width: 4.89rem;
- height: 2.62rem;
- top: 0rem;
- }
- }
- @keyframes item9-out {
- from {
- width: 4.89rem;
- height: 2.62rem;
- }
- to {
- width: 3.02rem;
- height: 1.51rem;
- }
- }
- @keyframes item15-in {
- from {
- width: 3.02rem;
- height: 1.51rem;
- top: 0.32rem;
- }
- to {
- width: 4.89rem;
- height: 2.62rem;
- top: 0rem;
- }
- }
- @keyframes item15-out {
- from {
- width: 4.89rem;
- height: 2.62rem;
- }
- to {
- width: 3.02rem;
- height: 1.51rem;
- }
- }
- }
- .order {
- display: flex;
- justify-content: center;
- .btn {
- width: 6.91rem;
- height: 0.96rem;
- }
- .btn-order {
- background: url('../images/btn-order.png') no-repeat;
- background-size: 100%, 100%;
- }
- }
- .agr {
- margin: 0.22rem 0.3rem 0.1rem;
- .title {
- width: 2.7rem;
- height: 1.6rem;
- background: url('../images/tips-15.png') no-repeat;
- background-size: 100%, 100%;
- margin: 0 auto;
- }
- h2 {
- color: #FFD52C;
- font-size: 0.26rem;
- font-weight: bold;
- margin-bottom: 0.15rem;
- }
- ul {
- margin: 0 auto;
- text-align: justify;
- margin-bottom: 0.35rem;
- li {
- color: #fff;
- font-weight: 400;
- font-size: 0.24rem;
- margin-bottom: 0.15rem;
- line-height: 0.36rem;
- a {
- color: #0AFFF7;
- border-bottom: 0.01rem solid #0AFFF7;
- }
- }
- }
- }
- input::-webkit-input-placeholder {
- color: #9E9E9E;
- font-size: 0.28rem;
- }
- input::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: #9E9E9E;
- font-size: 0.28rem;
- }
- input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
- color: #9E9E9E;
- font-size: 0.28rem;
- }
- input:-ms-input-placeholder { /* Internet Explorer 10-11 */
- color: #9E9E9E;
- font-size: 0.28rem;
- }
- .sms-form {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .cancel-form {
- height: 4.18rem;
- margin: 0.25rem 0.05rem;
- padding-top: 0.2rem;
- background: url(../images/bg-cancel-dialog.png);
- background-size: 100% 100%;
- }
- .draw-form {
- height: 5.8rem;
- margin: 0.45rem 0.15rem 0 0.17rem;
- background: url(../images/bg-draw-dialog.png);
- background-size: 100% 100%;
- padding-top: 1.3rem;
- }
- .form-group {
- width: 6rem;
- .input-row {
- display: flex;
- align-content: space-between;
- justify-content: center;
- margin-bottom: 0.4rem;
- .smscode {
- width: 100%;
- margin-right: 0.4rem;
- }
- .sendcode {
- font-size: 0.32rem;
- height: .86rem;
- padding: 0 0.2rem;
- word-break: keep-all;
- white-space: nowrap;
- border-radius: 0.1rem;
- background: #A300C6;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- &:last-child {
- margin-bottom: 0rem;
- }
- }
- input {
- color: #222222;
- font-size: 0.36rem;
- width: 100%;
- height: 0.88rem;
- outline: none;
- -webkit-appearance: none;
- min-width: 2.4rem;
- margin-bottom: 0.01rem;
- border: 0.01rem solid rgb(204,204,204);
- border-radius: 0.1rem;
- padding-left: 0.3rem;
- }
- .actions {
- margin-top: 0.4rem;
- }
- }
- .btn {
- color: white;
- font-size: 0.36rem;
- height: 1rem;
- background: url(../images/btn-order.png) no-repeat;
- background-size: 100% 100%;
- margin: 0 auto;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .btn-draw {
- background: url(../images/btn-draw.png);
- background-size: 100% 100%;
- }
- .btn-cancel {
- background: url(../images/btn-cancel.png);
- background-size: 100% 100%;
- }
- .dialog-confirm {
- position: fixed;
- top: 40%;
- left: 0.62rem;
- right: 0.62rem;
- height: 3.6rem;
- border-radius: 0.2rem;
- z-index: 9992;
- background: #ffffff;
- animation: frames-top-center-01 300ms;
-
- .content {
- color: #000;
- font-size: 0.32rem;
- height: 1.8rem;
- text-align: center;
- line-height: 0.5rem;
- margin: 0.6rem 0.42rem 0;
- }
-
- .actions {
- font-size: 0.3rem;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin: 0 0.6rem;
- .btn {
- color: #a300c6;
- font-size: 0.3rem;
- width: 2.2rem;
- height: 0.8rem;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 0.1rem;
- background: #ded5e0;
- }
- .okay {
- color: white;
- float: left;
- background: #a300c6;
- }
- }
- }
- .dialog-alert {
- top: 40%;
- animation: frames-top-center-01 400ms;
- .actions .btn {
- background: linear-gradient(-90deg, #a300c6, #a300c6);
- }
- }
- .dialog-message {
- top: 40%;
- left: .82rem;
- right: .82rem;
- z-index: 9998;
- position: fixed;
- height: auto;
- min-height: auto;
- background: url(../images/bg-dialog.png) no-repeat;
- background-size: 100% 100%;
- h1 {
- font-size: 0.36rem;
- font-weight: bold;
- text-align: center;
- margin-top: 0.5rem;
- }
- .content {
- color: white;
- font-size: 0.36rem;
- min-height: 1.17rem;
- margin: 0.4rem 0.8rem 0.2rem;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .actions {
- height: 1.32rem;
- display: flex;
- justify-content: center;
- .btn {
- color: white;
- font-size: 0.36rem;
-
- width: 3.3rem;
- height: 0.82rem;
- display: flex;
- align-items: center;
- justify-content: center;
- background: url('../images/btn-ok.png') no-repeat;
- background-size: 100% 100%;
- }
- }
- }
- #uniauthframe {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0px;
- left: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- animation: capauth-zoom-in 600ms;
- }
|