order201909.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. html {
  2. height: 100%
  3. }
  4. body {
  5. height: 750px;
  6. }
  7. /*统一认证页面*/
  8. iframe {
  9. position: fixed;
  10. top: 0;
  11. margin: 0;
  12. padding: 0;
  13. left: 0;
  14. width: 100%;
  15. height: 100%;
  16. -webkit-overflow-scrolling: touch;
  17. border: 0px;
  18. }
  19. /* 修改页面背景 注意在页面中修改头图地址 */
  20. .dg_body {
  21. width: 100%;
  22. height: 100%;
  23. /* background: #0e2925;*/
  24. background: url(/orderchannel/common/img/bg_201909.png);
  25. background-repeat: repeat-y;
  26. background-size: 100% 100%;
  27. }
  28. .main {
  29. padding: 0 0 3rem 0;
  30. box-sizing: border-box;
  31. width: 100%;
  32. height: 100%;
  33. background: url(/orderchannel/common/img/bg_201909.png);
  34. background-repeat: repeat-y;
  35. background-size: 100% 100%;
  36. }
  37. /*确认按钮*/
  38. .btn {
  39. display: block;
  40. width: 90%;
  41. margin: 0 auto;
  42. text-align: center;
  43. border-radius: 0.3rem;
  44. border: 0px;
  45. background: url(/orderchannel/common/img/btn201909.png) no-repeat;
  46. height: 2.5rem;
  47. background-size: 100% 100%;
  48. font-size: 1.35rem;
  49. font-weight: bold;
  50. color: #F44336;
  51. }
  52. /* 修改按钮样式 */
  53. .info_data li .red_btn {
  54. width: 100%;
  55. height: 3.5rem;
  56. background: url(/orderchannel/common/img/btn201909.png) no-repeat;
  57. background-size: 100% 100%;
  58. font-size: 1.35rem;
  59. font-weight: bold;
  60. color: #ffffff;
  61. margin-bottom: 35px;
  62. opacity: 1;
  63. border: none;
  64. }
  65. .info_data li p {
  66. color: #202324;
  67. font-size: 1rem;
  68. font-weight: bold;
  69. }
  70. .info_data li p a {
  71. color: #e53d55;
  72. font-size: 1.35rem;
  73. }
  74. .info_notice {
  75. margin-bottom: 100px;
  76. text-align: center;
  77. margin-top: 20px;
  78. }
  79. #info_a {
  80. color: #f1f4f7;
  81. text-decoration: underline;
  82. }
  83. .hint_shadow {
  84. position: fixed;
  85. /* position: absolute; */
  86. width: 100%;
  87. height: 100%;
  88. top: 0;
  89. left: 0;
  90. background-color: black;
  91. opacity: 0.9;
  92. }
  93. .hint_mian {
  94. -webkit-overflow-scrolling: touch;
  95. background-color: #b5622a;
  96. width: 90%;
  97. height: 550px;
  98. /* min-height: 80%; */
  99. position: absolute;
  100. top: 5%;
  101. left: 5%;
  102. background-size: 100% 100%;
  103. z-index: 2;
  104. color: white;
  105. overflow: auto;
  106. margin: auto;
  107. }
  108. /* 温馨提示样式 */
  109. /* .hint_mian ul {
  110. height: 100%;
  111. overflow: auto;
  112. } */
  113. .hint_mian ul li {
  114. margin-left: 15px;
  115. margin-right: 15px;
  116. font-size: 0.8rem;
  117. color: #cfd9d8;
  118. text-align: justify;
  119. display: flex;
  120. padding-bottom: 1rem;
  121. align-items: flex-start;
  122. }
  123. .tips_item span {
  124. width: 100%;
  125. color: #cfd9d8;
  126. }
  127. .hint_body {
  128. position: fixed;
  129. }
  130. iframe {
  131. position: fixed;
  132. }
  133. .msgfont {
  134. color: #f5f3f3;
  135. text-align: center;
  136. font-size: 1.20rem;
  137. margin: 20px 0px 20px 0;
  138. }