order201907.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. /* 修改页面背景 注意在页面中修改头图地址 */
  2. .dg_body {
  3. width: 100%;
  4. height: 100%;
  5. background: #0e2925;
  6. }
  7. .info_main {
  8. background: #0e2925;
  9. }
  10. .main {
  11. background: #0e2925;
  12. }
  13. /* 修改活动提示文字 */
  14. .msgfont {
  15. color: #b5b3ac;
  16. text-align: center;
  17. font-size: 0.92rem;
  18. margin-bottom: 25px;
  19. }
  20. /* 修改按钮样式 */
  21. .info_data li .red_btn {
  22. height: 3.5rem;
  23. background: url(../img/btn201907.png) no-repeat;
  24. background-size: 100% 100%;
  25. font-size: 1.35rem;
  26. font-weight: bold;
  27. color: #ffffff;
  28. margin-bottom: 35px;
  29. opacity: 1;
  30. }
  31. .info_data li p {
  32. color: #97a0a2;
  33. font-size: 1rem;
  34. font-weight: bold;
  35. }
  36. .info_data li p a {
  37. color: #e53d55;
  38. font-size: 1.35rem;
  39. }
  40. .info_notice {
  41. color: #889052;
  42. margin-bottom: 100px;
  43. text-align: center;
  44. margin-top: 1rem;
  45. }
  46. .hint_shadow {
  47. position: fixed;
  48. /* position: absolute; */
  49. width: 100%;
  50. height: 100%;
  51. top: 0;
  52. left: 0;
  53. background-color: black;
  54. opacity: 0.9;
  55. }
  56. .hint_mian {
  57. -webkit-overflow-scrolling: touch;
  58. background-color: #34605a;
  59. width: 90%;
  60. height: 550px;
  61. /* min-height: 80%; */
  62. position: absolute;
  63. top: 5%;
  64. left: 5%;
  65. background-size: 100% 100%;
  66. z-index: 2;
  67. color: white;
  68. overflow: auto;
  69. margin: auto;
  70. }
  71. /* 温馨提示样式 */
  72. /* .hint_mian ul {
  73. height: 100%;
  74. overflow: auto;
  75. } */
  76. .hint_mian ul li {
  77. margin-left: 15px;
  78. margin-right: 15px;
  79. font-size: 0.8rem;
  80. color: #cfd9d8;
  81. text-align: justify;
  82. display: flex;
  83. padding-bottom: 1rem;
  84. align-items: flex-start;
  85. }
  86. .tips_item span {
  87. width: 100%;
  88. color: #cfd9d8;
  89. }
  90. .hint_body {
  91. position: fixed;
  92. }
  93. iframe {
  94. position: fixed;
  95. }