activity_ygs.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. .zhuanpanbox{
  2. height: 14.2rem;
  3. width: 100%;
  4. background: url(../../upload/images/bg.png) no-repeat center top / 100% 14.2rem;
  5. overflow: hidden;
  6. }
  7. .zhuanpanbox .zp_box {
  8. width: 6.67rem;
  9. height: 6.67rem;
  10. background: url(../../upload/images/zp_outside.png) no-repeat 50% 50%/100% 100%;
  11. position: absolute;
  12. top: 4.3rem;
  13. left: 50%;
  14. margin-left: -3.335rem;
  15. }
  16. .zhuanpanbox .pointer {
  17. width: 1.77rem;
  18. height: 1.91rem;
  19. position: absolute;
  20. left: 50%;
  21. margin-left: -0.885rem;
  22. z-index: 9;
  23. top: 50%;
  24. margin-top: -0.955rem;
  25. }
  26. .zhuanpanbox .rotate {
  27. position: absolute;
  28. width: 5.89rem;
  29. height: 5.89rem;
  30. top: 50%;
  31. left: 50%;
  32. margin-left: -2.945rem;
  33. margin-top: -2.945rem;
  34. overflow: hidden;
  35. }
  36. .activety_ygs_dialog {
  37. position: fixed;
  38. z-index: 5000;
  39. width: 270px;
  40. max-width: 300px;
  41. top: 50%;
  42. left: 50%;
  43. -webkit-transform: translate(-50%, -50%);
  44. transform: translate(-50%, -50%);
  45. background-color: #FFFFFF;
  46. text-align: center;
  47. border-radius: 4px;
  48. overflow: hidden;
  49. }
  50. .activety_ygs_dialog .nr{
  51. background: #f1f6ff;
  52. overflow: hidden;
  53. }
  54. .activety_ygs_dialog .nr p{
  55. font-size: 17px;
  56. line-height: 23px;
  57. color: #ff6149;
  58. margin-top: 15px;
  59. }
  60. .activety_ygs_dialog .nr img{
  61. display: block;
  62. width: 148px;
  63. height: 148px;
  64. margin: 15px auto;
  65. }
  66. .activety_ygs_dialog .foot_qr{
  67. padding: 12px 12px;
  68. }
  69. .activety_ygs_dialog .foot_qr img{
  70. width: 85px;
  71. height: 85px;
  72. }
  73. .activety_ygs_dialog .foot_qr .dc_hd{
  74. font-size: 15px;
  75. color: #666;
  76. text-align: left;
  77. margin-left: 10px;
  78. }
  79. .activity_ygs_txt{
  80. min-height: 2.85rem;
  81. background: #f5f9ff url(../../upload/images/yun_foot.png) no-repeat center bottom/100% 2.85rem;
  82. position: relative;
  83. }
  84. .activity_ygs_txt .txtbox{
  85. padding: 30px 25px 50px;
  86. background: url(../../upload/images/bg_02.png) no-repeat center top / 100% 1.4rem;
  87. }
  88. .activity_ygs_txt .txtbox .list{
  89. text-align: center;
  90. }
  91. .activity_ygs_txt .txtbox .list+.list{
  92. margin-top: 20px;
  93. }
  94. .activity_ygs_txt .txtbox .title{
  95. color: #5b98fc;
  96. font-size: 18px;
  97. position: relative;
  98. text-align: center;
  99. height: 23px;
  100. line-height: 22px;
  101. display: inline-block;
  102. margin: 0 auto 10px;
  103. }
  104. .activity_ygs_txt .txtbox .title:after{
  105. content: '';
  106. height: 1px;
  107. width: 25px;
  108. background: #5b98fc;
  109. top: 11px;
  110. left: -35px;
  111. position: absolute;
  112. }
  113. .activity_ygs_txt .txtbox .title:before{
  114. content: '';
  115. height: 1px;
  116. width: 25px;
  117. background: #5b98fc;
  118. top: 11px;
  119. right: -35px;
  120. position: absolute;
  121. }
  122. .activity_ygs_txt .txtbox .txt{
  123. font-size: 16px;
  124. color: #666;
  125. text-align: left;
  126. line-height: 26px;
  127. }
  128. .zjlist{
  129. position: absolute;
  130. width: 6.72rem;
  131. height: 0.25rem;
  132. background: url(../../upload/images/linebg.png) no-repeat center top / 100% 0.25rem;
  133. top: 11.8rem;
  134. left: 50%;
  135. margin-left: -3.36rem;
  136. }
  137. .zjlist .lucky_jg{
  138. width: 6.3rem;
  139. margin: 8px auto 0;
  140. background: #fff;
  141. box-shadow: 0.05rem 0.05rem 0px #bfcce1;
  142. height: 108px;
  143. overflow: hidden;
  144. }
  145. .zjlist ul li{
  146. color: #5b98fc;
  147. font-size: 14px;
  148. height: 36px;
  149. line-height: 36px;
  150. padding: 0 15px;
  151. }
  152. .zjlist ul li:nth-child(even){
  153. background: #e2ecff;
  154. }
  155. #dialogs{
  156. position: relative;
  157. z-index: 10;
  158. }