123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498 |
- @import "../../../public/scss/reset.scss";
- @import "../../../public/scss/unicom.scss";
- html, body {
- margin: 0;
- padding: 0;
- height: 100%;
- }
- body {
- color: white;
- // min-height: 12.5rem;
- font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
- background: url(../images/bg.png) no-repeat #5300b7;
- background-size: 100%;
- }
- .main {
- width: 100%;
- height: 100%;
- // min-height: 13.35rem;
- box-sizing: border-box;
-
- background: url('../images/bg-bottom.png') no-repeat bottom;
- background-size: 100%;
- position: relative;
- .logo {
- position: absolute;
- top: 0.33rem;
- left: 0.28rem;
- width: 1.33rem;
- height: 0.73rem;
- background: url(../images/unicom-wht.png) no-repeat;
- background-size: 100% 100%;
- }
- }
- .main-order {
- .banner {
- padding: .65rem 0.58rem 0;
- //background: url(../images/banner.png) no-repeat;
- //background-size: 100% 100%;
- img {
- width: 100%;
- margin: 0 auto;
- }
- }
- .apps {
- margin: 0.1rem 1rem 0;
- img {
- width: 100%;
- display: block;
- }
- }
- .order {
- width: 6.91rem;
- height: 0.96rem;
- margin: 0.34rem auto 0;
- padding: unset;
- background: url('../images/btn-order.png') no-repeat;
- background-size: 100% 100%;
- .btn {
- color: #831A09;
- font-size: 0.36rem;
- font-weight: 500;
- width: 100%;
- height: 100%;
- background: none;
- margin: 0;
- padding: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- border: none;
- outline: none;
- }
- }
- .btn-tip {
- color: #ffffff;
- font-size: 0.3rem;
- text-align: center;
- border-bottom: 0.02rem solid #ffffff;
- width: 2.5rem;
- padding-bottom: 0.1em;
- margin: 0.3rem auto;
- }
- }
- .overlay {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 9990;
- background-color: rgba(0, 0, 0, 0.3);
- min-height: 6.5rem;
- }
- .dialog-agr {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translateX(-50%) translateY(-50%);
- -webkit-transform: translateX(-50%) translateY(-50%);
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- width: 6.91rem;
- height: 10rem;
- font-size: 0.28rem;
- background: #6800EE;
- background-size: 100% 100%;
- z-index: 10000;
- color: #ffffff;
- text-align: justify;
- border-radius: 0.2rem;
- overflow: hidden;
- padding-top: 0.45rem;
-
- h2 {
- height: 0.6rem;
- font-size: 0.38rem;
- text-align: center;
- margin: 0.4rem auto 0;
- width: auto;
- }
- .close {
- width: 0.44rem;
- height: 0.44rem;
- top: .4rem;
- right: 0.5rem;
- position: absolute;
- z-index: 1;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .container {
- height: 9.4rem;
- overflow: scroll;
- .title {
- color: #ffffff;
- font-size: 0.3rem;
- font-weight: bold;
- display: flex;
- align-items: center;
- justify-content: center;
- // position: sticky;
- top: 0;
- width: 6rem;
- height: 0.6rem;
- margin: 0 auto;
- }
- .content {
- color: #ffffff;
- font-size: 0.24rem;
- line-height: 0.45rem;
- margin: 0 auto;
- ul {
- list-style-type: none;
- padding: 0 0.4rem;
- li {
- margin-bottom: 0.1rem;
- p {
- a {
- color: #e2e4f3;
- border-bottom: 0.02rem solid #e2e4f3;
- }
- }
- }
- }
- }
- }
- }
- .main-draw {
- padding-bottom: 2rem;
- .banner {
- width: 6.13rem;
- margin: auto;
- padding-left: 0.3rem;
- img {
- width: 100%;
- }
- }
- .login {
- width: 100%;
- height: 8.55rem;
- margin-top: -1rem;
- background: url('../images/bg-draw.png') no-repeat;
- background-size: 100% 100%;
- }
- }
- input::-webkit-input-placeholder {
- color: #b1b1b1;
- font-size: 0.28rem;
- }
- input::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: #b1b1b1;
- font-size: 0.28rem;
- }
- input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
- color: #b1b1b1;
- font-size: 0.28rem;
- }
- input:-ms-input-placeholder { /* Internet Explorer 10-11 */
- color: #b1b1b1;
- font-size: 0.28rem;
- }
- .sms-form {
- margin: 0.15rem 0.4rem 0.3rem;
- padding: 2.7rem 0.25rem 0.3rem;
- }
- .form-group {
- background: rgba(196, 219, 115, 0.3);
- border-radius: 0.2rem;
- padding: 0.3rem 0.2rem 0.35rem;
- .input-row {
- display: flex;
- align-content: space-between;
- justify-content: center;
- margin-bottom: 0.25rem;
- .smscode {
- width: 100%;
- margin-right: 0.15rem;
- }
- .sendcode {
- font-size: 0.3rem;
- height: .86rem;
- line-height: 0.86rem;
- color: rgb(10,183,120);
- padding: 0 0.2rem;
- word-break: keep-all;
- white-space: nowrap;
- border-radius: 0.1rem;
- border: 0.01rem solid rgb(10,183,120);
- }
- .sendcode-wait {
- }
- &:last-child {
- margin-bottom: 0rem;
- }
- }
- input {
- color: rgb(142,146,140);
- 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;
- background: rgb(254,238,230);
- }
- .actions {
- margin-top: 0.4rem;
- .btn {
- color: white;
- font-size: 0.36rem;
- width: 5.7rem;
- height: 1rem;
- background: url(../images/btn-order.png) no-repeat;
- background-size: 100% 100%;
- margin: 0 auto;
- line-height: 1rem;
- text-align: center;
- }
- }
- }
- .section-agr {
- margin-top: 0.4rem;
- .title {
- height: 0.95rem;
- text-align: center;
- img {
- width: 2.87rem;
- height: 0.95rem;
- }
- }
- .content {
- border-radius: 0.2rem;
- margin: 0.25rem 0.4rem 0;
- .red {
- color: #ff4a38;
- }
- .title {
- width: 1.7rem;
- height: 0.68rem;
- background: url(../images/bg-title.png) no-repeat;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 0.3rem;
- color: #63AB47;
- margin-bottom: 0.1rem;
- }
- ul {
- color: rgb(61,70,68);
- font-size: 0.28rem;
- text-align: justify;
- margin-bottom: 0.43rem;
- li {
- margin-bottom: 0.15rem;
- line-height: 0.38rem;
- .sub-ul {
- margin: 0.1rem 0;
- li {
- font-size: 0.24rem;
- }
- }
- &:last-child {
- margin-bottom: 0;
- }
- }
- }
- }
- .footer {
- color: #ff4a38;
- text-align: center;
- font-size: 0.24rem;
- span {
- transform:rotate(7deg)
- }
- }
- }
- .main-cancel {
- padding-bottom: 3rem;
-
- .banner {
- width: 6.13rem;
- margin: auto;
- padding-left: 0.3rem;
- img {
- width: 100%;
- }
- }
- .login {
- width: 100%;
- height: 8.55rem;
- margin-top: -1rem;
- background: url('../images/bg-cancel.png') no-repeat;
- background-size: 100% 100%;
- .tips {
- display: flex;
- font-size: 0.28rem;
- color: rgba(188, 130, 19, 0.6);
- padding: 2.5rem 0.6rem 0rem;
- text-align: justify;
- .ring {
- width: 0.6rem;
- display: flex;
- margin: 0 0.15rem 0 0;
-
- img {
- height: 0.5rem;
- }
- }
- }
- }
- .sms-form {
- padding: 0 0.25rem 0.3rem;
- }
- }
- .dialog-confirm {
- position: fixed;
- top: 4rem;
- left: 0.62rem;
- right: 0.62rem;
- height: 3.6rem;
- border-radius: 0.3rem;
- z-index: 9992;
- background: #ffffff;
-
- .close {
- position: absolute;
- top: 0;
- right: 0.45rem;
- width: 0.59rem;
- height: 0.69rem;
-
- img {
- width: 100%;
- }
- }
-
- h1 {
- color: #333333;
- font-size: 0.34rem;
- font-weight: bold;
- text-align: center;
- margin: 0.63rem auto 0;
- }
-
- .content {
- color: rgb(51,51,51);
- 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: #0bb577;
- font-size: 0.3rem;
- width: 2.2rem;
- height: 0.8rem;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 0.4rem;
- background: #e2f6ef;
- }
-
- .okay {
- color: white;
- float: left;
- background: #0bb577;
- }
- }
- }
-
- .draw {
- display: flex;
- font-size: 0.3rem;
- align-items: center;
- justify-content: center;
- color: rgb(68,83,60);
-
- .btn-draw {
- width: 2.3rem;
- height: 0.86rem;
- margin-left: 0.15rem;
- background: url(../images/btn-draw.png) no-repeat;
- background-size: 100% 100%;
- }
- }
|