123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- html {
- height: 100%
- }
- body {
- height: 750px;
- }
- /*统一认证页面*/
- iframe {
- position: fixed;
- top: 0;
- margin: 0;
- padding: 0;
- left: 0;
- width: 100%;
- height: 100%;
- -webkit-overflow-scrolling: touch;
- border: 0px;
- }
- /* 修改页面背景 注意在页面中修改头图地址 */
- .dg_body {
- width: 100%;
- height: 100%;
- /* background: #0e2925;*/
- background: url(/orderchannel/common/img/bg_201909.png);
- background-repeat: repeat-y;
- background-size: 100% 100%;
- }
- .main {
- padding: 0 0 3rem 0;
- box-sizing: border-box;
- width: 100%;
- height: 100%;
- background: url(/orderchannel/common/img/bg_201909.png);
- background-repeat: repeat-y;
- background-size: 100% 100%;
- }
- /*确认按钮*/
- .btn {
- display: block;
- width: 90%;
- margin: 0 auto;
- text-align: center;
- border-radius: 0.3rem;
- border: 0px;
- background: url(/orderchannel/common/img/btn201909.png) no-repeat;
- height: 2.5rem;
- background-size: 100% 100%;
- font-size: 1.35rem;
- font-weight: bold;
- color: #F44336;
- }
- /* 修改按钮样式 */
- .info_data li .red_btn {
- width: 100%;
- height: 3.5rem;
- background: url(/orderchannel/common/img/btn201909.png) no-repeat;
- background-size: 100% 100%;
- font-size: 1.35rem;
- font-weight: bold;
- color: #ffffff;
- margin-bottom: 35px;
- opacity: 1;
- border: none;
- }
- .info_data li p {
- color: #202324;
- font-size: 1rem;
- font-weight: bold;
- }
- .info_data li p a {
- color: #e53d55;
- font-size: 1.35rem;
- }
- .info_notice {
- margin-bottom: 100px;
- text-align: center;
- margin-top: 20px;
- }
- #info_a {
- color: #f1f4f7;
- text-decoration: underline;
- }
- .hint_shadow {
- position: fixed;
- /* position: absolute; */
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background-color: black;
- opacity: 0.9;
- }
- .hint_mian {
- -webkit-overflow-scrolling: touch;
- background-color: #b5622a;
- width: 90%;
- height: 550px;
- /* min-height: 80%; */
- position: absolute;
- top: 5%;
- left: 5%;
- background-size: 100% 100%;
- z-index: 2;
- color: white;
- overflow: auto;
- margin: auto;
- }
- /* 温馨提示样式 */
- /* .hint_mian ul {
- height: 100%;
- overflow: auto;
- } */
- .hint_mian ul li {
- margin-left: 15px;
- margin-right: 15px;
- font-size: 0.8rem;
- color: #cfd9d8;
- text-align: justify;
- display: flex;
- padding-bottom: 1rem;
- align-items: flex-start;
- }
- .tips_item span {
- width: 100%;
- color: #cfd9d8;
- }
- .hint_body {
- position: fixed;
- }
- iframe {
- position: fixed;
- }
- .msgfont {
- color: #f5f3f3;
- text-align: center;
- font-size: 1.20rem;
- margin: 20px 0px 20px 0;
- }
|