Aucune description

annualGoods.css 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. body{
  2. width: 100%;min-height: 100vh;background:#c5051a;
  3. }
  4. .containerImg{
  5. width: 100%;
  6. }
  7. .content{
  8. position: absolute;
  9. width: 100%;
  10. left: 0;
  11. top: 5.22rem;
  12. }
  13. .content button{
  14. width: 1.88rem;
  15. height: 0.41rem;
  16. background: url(../img/annualGoodsButton.png) no-repeat;
  17. background-size:100% ;
  18. margin: auto;
  19. display: block;
  20. font-size: 0.2rem;
  21. color: #FFFFFF;
  22. line-height: 0.41rem;
  23. font-weight: 400;
  24. letter-spacing:0.18em;
  25. font-weight: bold;
  26. }
  27. .content .shareTkl{
  28. margin-top: 0.25rem;
  29. }
  30. /*复制成功弹框*/
  31. .copyMask{
  32. width: 100%;
  33. height: 100%;
  34. position: fixed;
  35. top: 0;
  36. bottom: 0;
  37. background: rgba(0,0,0,0.7);
  38. display: none;
  39. }
  40. .copyMask .maskContent{
  41. background: #ffffff;
  42. width: 80%;
  43. /*height: 1.75rem;*/
  44. border-radius: 0.1rem;
  45. position: absolute;
  46. top: 1.75rem;
  47. left: 0;
  48. right: 0;
  49. margin: auto;
  50. }
  51. .copyMask .maskContent h3{
  52. line-height: 0.5rem;
  53. font-size: 0.16rem;
  54. text-align: center;
  55. }
  56. .copyMask .maskContent .tkl{
  57. width: 95%;
  58. background: #f3f3f3;
  59. margin: auto;
  60. padding: 0.1rem;
  61. box-sizing: border-box;
  62. font-size: 0.14rem;
  63. line-height: 0.18rem;
  64. color: #000;
  65. }
  66. .copyMask .maskContent .copyMaskButton{
  67. margin-top: 0.1rem;
  68. line-height: 0.4rem;
  69. text-align: center;
  70. font-size: 0.16rem;
  71. color: #aaaaaa;
  72. border-top: 0.01rem solid #dddddd;
  73. }
  74. .copyMask .maskContent .close{
  75. width: 0.35rem;
  76. height: 0.35rem;
  77. position: absolute;
  78. bottom: -0.6rem;
  79. left: 0;
  80. right: 0;
  81. margin: auto;
  82. }
  83. #copy_1,#copy_2{
  84. position: absolute;
  85. left: -1000rem;
  86. }
  87. .alert-info {
  88. position: fixed;
  89. top: 1.74rem;
  90. right: 0;
  91. left: 0;
  92. bottom: 0;
  93. text-align: center;
  94. }
  95. .alert-info p {
  96. display: inline-block;
  97. height: 0.38rem;
  98. color: #fff;
  99. font-size: 0.14rem;
  100. line-height: 0.38rem;
  101. padding: 0 0.10rem;
  102. background-color: rgba(0, 0, 0, 0.7);
  103. border-radius: 5px;
  104. }