123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- /* 修改页面背景 注意在页面中修改头图地址 */
- .dg_body {
- width: 100%;
- height: 100%;
- background: #0e2925;
- }
- .info_main {
- background: #0e2925;
- }
- .main {
- background: #0e2925;
- }
- /* 修改活动提示文字 */
- .msgfont {
- color: #b5b3ac;
- text-align: center;
- font-size: 0.92rem;
- margin-bottom: 25px;
- }
- /* 修改按钮样式 */
- .info_data li .red_btn {
- height: 3.5rem;
- background: url(../img/btn201907.png) no-repeat;
- background-size: 100% 100%;
- font-size: 1.35rem;
- font-weight: bold;
- color: #ffffff;
- margin-bottom: 35px;
- opacity: 1;
- }
- .info_data li p {
- color: #97a0a2;
- font-size: 1rem;
- font-weight: bold;
- }
- .info_data li p a {
- color: #e53d55;
- font-size: 1.35rem;
- }
- .info_notice {
- color: #889052;
- margin-bottom: 100px;
- text-align: center;
- margin-top: 1rem;
- }
- .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: #34605a;
- 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;
- }
|