123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427 |
- /*============订购=============*/
- .dg_body {
- background: #7e0203 url(../images/bga.png)no-repeat;
- box-sizing: border-box;
- background-size: 100%;
- }
- .img_a {
- background: url(../images/hdsm.png) no-repeat;
- }
- .img_b {
- background: url(../images/llsm.png) no-repeat;
- }
- .img_c {
- background: url(../images/ywsm.png) no-repeat;
- }
- .info_banner {
- position: relative;
- }
- .info_banner .img {
- display: block;
- width: 4.68rem;
- height: 4.41rem;
- margin-left: 20%;
- margin-top: 21%;
- }
- .img-a {
- width: 1.46rem;
- height: 0.97rem;
- position: absolute;
- top: 0.9rem;
- left: 0.8rem;
- }
- .info_banner .dg_ts {
- position: absolute;
- bottom: 4%;
- left: 4%;
- color: #FFFFFF;
- font-size: 0.875rem;
- }
- .info_main {
- position: absolute;
- width: 89%;
- margin: 0 auto;
- background: url(../images/xt.png) no-repeat;
- box-sizing: border-box;
- background-size: 94%;
- height: 15.4rem;
- left: 8%;
- top: 5.4rem;
- }
- .info_data li {
- position: relative;
- margin-top: 1rem;
- /*overflow:hidden;*/
- font-size: 0.75rem;
- color: #FFECEC
- }
- .info_data li.ck {
- text-align: left;
- }
- .info_data li.btn {
- margin-top: 69%;
- }
- .info_data li p {
- text-align: center;
- }
- .info_data li p a {
- color: #3274e3;
- font-size: 0.875rem
- }
- .info_data li .text_case {
- float: left;
- width: 50%;
- position: relative;
- }
- .info_data li .input_100 {
- -webkit-appearance: none;
- outline: none;
- width: 100%;
- height: 2.5rem;
- padding: 0.5rem;
- box-sizing: border-box;
- border: 1px #c32a63 solid;
- border-radius: 3px;
- background: #FFF;
- font-size: 0.875rem;
- }
- .info_data li .input_50 {
- height: 2.5rem;
- width: 100%;
- padding: 0.5rem;
- box-sizing: border-box;
- border: 1px #e4e4e4 solid;
- border-radius: 3px;
- background: #FFF;
- font-size: 0.875rem;
- -webkit-appearance: none;
- }
- .info_data li .input_100.active,
- .info_data li .input_50.active {
- border: 1px #3274e3 solid;
- }
- .info_data li .send_btn {
- float: right;
- display: block;
- width: 47%;
- height: 2.5rem;
- line-height: 2.5rem;
- box-sizing: border-box;
- background: #C32466;
- border-radius: 3px;
- font-size: 0.875rem;
- color: #fff;
- text-align: center;
- }
- .info_data li .send_btn:active {
- opacity: 0.8;
- }
- .info_data li .again_send_btn {
- float: right;
- display: block;
- width: 48%;
- height: 2.5rem;
- line-height: 2.5rem;
- box-sizing: border-box;
- border: 1px #bfbfbf solid;
- border-radius: 3px;
- background: #FFF;
- font-size: 0.875rem;
- color: #bfbfbf;
- text-align: center;
- }
- .info_data li .again_send_btn .number {
- font-style: normal;
- }
- .info_data li .chose_no {
- background: url(../images/chose_no.png) no-repeat left center;
- background-size: 0.9rem;
- padding-left: 1.4rem;
- }
- .info_data li .chose_yes {
- background: url(../images/chose_yes.png) no-repeat left center;
- background-size: 0.9rem;
- padding-left: 1.4rem;
- }
- .info_data li .red_btn {
- display: block;
- width: 5.85rem;
- height: 0.96rem;
- background: url(../images/updg.png) no-repeat;
- background-size: 100% 100%;
- font-size: 0.351rem;
- color: #ffff;
- font-weight: 600;
- text-align: center;
- letter-spacing: 3px;
- text-shadow: 0 2px 0 #e53b32;
- border-radius: 3px;
- border: none;
- margin: auto;
- margin-top: -0.64rem;
- margin-left: 0.24rem;
- }
- .info_data li .red_btn:active {
- opacity: 0.8;
- }
- .info_data li .warning {
- position: absolute;
- top: 0.8rem;
- right: 0;
- background: #FFFFFF;
- box-shadow: 0 2px 10px 0 rgba(91, 91, 91, 0.50);
- border-radius: 3px;
- font-size: 0.75rem;
- color: #FF1516;
- padding: 0.5rem;
- }
- .info_data li .warning #triangle-topleft {
- position: absolute;
- top: 3px;
- left: -14px;
- width: 14px;
- height: 14px;
- background: url(../images/arrow.png) no-repeat;
- }
- .info_data li .input_100.warn,
- .info_data li .input_50.warn {
- border: 1px #ff1516 solid;
- }
- .info_data li p {
- text-align: center;
- }
- .info_data li p a {
- color: #ffd525;
- font-size: 0.875rem
- }
- .info_notice {
- width: 87.5%;
- background-image: linear-gradient(#CB481F, #A00000);
- border-radius: 17px;
- padding: 5% 0 0 0;
- height: 9rem;
- margin-top: 0.24rem;
- margin-left: 0.2rem;
- }
- /* .info_notin::-webkit-scrollbar {
- width: 30px;
- height: 30px;
- }
- .info_notin::-webkit-scrollbar-thumb {
- background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#e52e71));
- background: linear-gradient(180deg, #ff8a00, #e52e71);
- border-radius: 30px;
- box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
- }
- .info_notin::-webkit-scrollbar-track {
- background: linear-gradient(90deg, #201c29, #201c29 1px, #100e17 0, #100e17);
- } */
- .info_notin::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
- background-color: rgb(255 255 255 / 37%);
- }
- .info_notin::-webkit-scrollbar {
- width: 0.16rem;
- }
- .info_notin::-webkit-scrollbar-thumb {
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
- background-color: #fac2c2;
- border-radius: 30px;
- }
- .info_notin {
- width: 90%;
- height: 96.5%;
- overflow-y: auto;
- padding-left: 0.29rem;
- padding-right: 0.29rem;
- }
- .info_content .title,
- .info_notice .title {
- width: 2.96rem;
- height: 1.34rem;
- background: url(../images/wxts.png) no-repeat;
- background-size: 100% 100%;
- border: none;
- display: flex;
- justify-content: center;
- color: #fffaf9;
- line-height: 1.18rem;
- font-size: 0.27rem;
- margin: auto;
- letter-spacing: 0.05rem;
- margin-top: -0.1rem;
- }
- .info_notice .subtitle {
- font-size: 0.26rem;
- margin-top: -0.1rem;
- width: 1.26rem;
- height: 0.33rem;
- background-size: 100%;
- }
- .info_notice ul {
- margin-bottom: 0.38rem
- }
- .info_content ul li {
- font-size: .827586rem;
- color: #000000;
- overflow: hidden;
- margin-top: 1.241379rem;
- }
- .info_content ul li.f_red {
- color: #e8705e;
- margin-top: 1rem;
- font-weight: bold;
- }
- .info_content ul li span {
- display: block;
- float: left;
- width: 1rem;
- height: 1rem;
- border-radius: 50%;
- background: #ea7868;
- font-size: 0.75rem;
- color: #FFF;
- text-align: center;
- line-height: 1rem;
- margin-top: 0.2rem;
- }
- .info_content ul li p {
- margin-left: 1.5rem;
- }
- .info_notice ul li {
- font-size: 0.24rem;
- color: #fff;
- margin-top: 0.17rem;
- text-align: justify;
- }
- .info_notice ul li i {
- font-style: normal;
- display: block;
- width: 1.25rem;
- height: 1.25rem;
- line-height: 1.25rem;
- background: #fff;
- border-radius: 50%;
- color: #F03921;
- text-align: center;
- flex: none;
- margin-right: 3%;
- }
- .copyright {
- padding: 0.8rem 0;
- text-align: center;
- color: #fff;
- font-size: 0.75rem;
- }
- .content {
- color: #4E4E4E;
- font-size: 0.25rem;
- text-align: center;
- background: #ffff;
- height: 2.5rem;
- border-bottom-right-radius: 8px;
- border-bottom-left-radius: 8px;
- line-height: 1rem;
- }
- .dialog-alert {
- position: absolute;
- width: 88%;
- left: 5%;
- top: 13%;
- z-index: 99999;
- }
- h1 {
- background: url(../images/pop_bg.png) no-repeat;
- width: 100%;
- background-size: 100%;
- box-sizing: border-box;
- font-size: 0.36rem;
- font-weight: bold;
- text-align: center;
- margin-top: 2.5rem;
- display: inline-block;
- height: 1.5rem;
- line-height: 1.55rem;
- border-top-right-radius: 7px;
- border-top-left-radius: 7px;
- color: #fff;
- }
- .actions .btn {
- display: block;
- width: 71%;
- height: 0.8rem;
- background: url(../images/btn_bg.png) no-repeat;
- background-size: 100% 3rem;
- font-size: 0.36rem;
- color: #FFF;
- text-align: center;
- border: none;
- text-shadow: 0 2px 0 #e53b32;
- line-height: 217%;
- margin-top: -1.1rem;
- margin-left: 1rem;
- }
- .overlay {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 9990;
- background-color: rgba(0, 0, 0, 0.5);
- }
|