123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 |
- /*============订购=============*/
- .dg_body {
- /*background: -webkit-linear-gradient(top, #f82c2d, #fc4e4f);*/
- background: #f0332c;
- /*background: #fb4d4e url(../images/main_bg.png);*/
- }
- .info_banner {
- position: relative;
- }
- .info_banner img {
- display: block;
- width: 100%;
- }
- .info_banner .dg_ts {
- position: absolute;
- bottom: 4%;
- left: 4%;
- color: #FFFFFF;
- font-size: 0.875rem;
- }
- .info_main {
- position: relative;
- width: 100%;
- margin: 0 auto;
- /*background: #fefefe;*/
- background: url(../images/main_bg.png) no-repeat;
- padding: 0 6%;
- box-sizing: border-box;
- background-size: 100%;
- }
- .info_data li {
- position: relative;
- margin-top: 1rem;
- /*overflow:hidden;*/
- font-size: 0.75rem;
- color: #fff;
- }
- .info_data li.ck {
- text-align: left;
- }
- .info_data li.btn {
- margin-top: 0rem;
- }
- .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 {
- 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;
- -webkit-appearance: none;
- }
- .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: 100%;
- height: 2.8rem;
- background: url(../images/btn.png) no-repeat;
- background-size: 100% 100%;
- font-size: 1.1rem;
- color: #f03921;
- text-align: center;
- border: none;
- /*text-shadow: 0 2px 0 #E53B32;*/
- border-radius: 3px;
- }
- .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_content,
- .info_notice {
- margin-top: 3rem;
- }
- .info_notice {
- margin-top: 2rem;
- }
- .info_content .title,
- .info_notice .title {
- height: 2rem;
- background: url(../images/bg-title.png) no-repeat;
- background-size: 100% 100%;
- border: none;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #E42C00;
- text-align: center;
- font-size: 0.875rem;
- margin-bottom: 0.5rem;
- }
- .info_notice .subtitle {
- width: 7rem;
- height: 2rem;
- background: url(../images/bg-subtitle.png) no-repeat;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #FFB96E;
- font-size: 0.9rem;
- margin-left: -0.4rem;
- }
- .info_notice ul {
- margin-bottom: 1rem;
- }
- .info_content ul li {
- font-size: 0.875rem;
- color: #000000;
- overflow: hidden;
- margin-top: 1rem;
- }
- .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.75rem;
- color: #fff;
- margin-top: 0.5rem;
- 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;
- }
|