Açıklama Yok

generalize.css 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. body{
  2. width: 100%;
  3. min-height: 100vh;
  4. background:#ff735f;
  5. padding-bottom: 0.38rem;
  6. box-sizing: border-box;
  7. }
  8. /*提示*/
  9. .alert-info {position: absolute;top: 2.74rem; right: 0; left: 0;bottom: 0; text-align: center;z-index: 999;}
  10. .alert-info p {display: inline-block;height: 0.38rem;color: #fff;font-size: 0.14rem;line-height: 0.38rem;padding: 0 0.10rem;background-color: rgba(0, 0, 0, 0.7);border-radius: 5px;}
  11. #picCode{overflow:hidden;width: 2.7rem; background: #fff; position: absolute; top: 50%; left: 50%; z-index: 110; text-align: center; border-radius: 0.035rem; -webkit-transition-property: -webkit-transform,opacity; -moz-transition-property: -moz-transform,opacity; -ms-transition-property: -ms-transform,opacity; -o-transition-property: -o-transform,opacity; transition-property: transform,opacity; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transform: translate3d(-50%, -50%,0) scale(1); transform: translate3d(-50%, -50%,0) scale(1); color: #333;}
  12. #picCode .modal-inner{ background: #fff; padding: 0.25rem 0.1rem 0.1rem;}
  13. #picCode .modal-button{ background: #f4f4f4; font-size: 0.16rem; color: #666; text-align: center; }
  14. #picCode .modal-button-bold{ background: #FE6E00; font-size: 0.16rem; color: #fff;}
  15. #picCode img{ width: 2rem; height: 0.6rem; margin: 0 auto 0.15rem;}
  16. #picCode input[type='text']{ box-sizing:border-box;width: 2.5rem; height: 0.48rem; padding-left: 0.12rem; border-radius: 0.03rem; font-size: 0.14rem; border: 0.005rem solid #ccc; margin: 0.1rem auto;}
  17. #mask,#maskMoney{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); z-index: 100; visibility: hidden;}
  18. #maskMoney{
  19. /*visibility: visible;*/
  20. }
  21. #maskMoney .con_money{
  22. width: 3.56rem;
  23. height: 3.17rem;
  24. background: url(img/tankuangImg.png) no-repeat;
  25. background-size:100% ;
  26. position: absolute;
  27. left: 0;
  28. right: 0;
  29. top: 1.2rem;
  30. margin: auto;
  31. }
  32. #maskMoney #goApp{
  33. display: block;
  34. width: 1.6rem;
  35. height: 0.38rem;
  36. background: url(img/goApp.png) no-repeat;
  37. background-size:100% ;
  38. border: none;
  39. margin: auto;
  40. margin-top: 2.35rem;
  41. }
  42. .modal-buttons{
  43. display: flex;
  44. align-items: center;
  45. }
  46. .modal-button{
  47. display: block;
  48. width: 50%;
  49. height: 0.44rem;
  50. line-height: 0.44rem;
  51. }
  52. .topBanner{
  53. width: 100%;
  54. }
  55. .phone,.yzm{
  56. width: 3.25rem;
  57. height: 0.5rem;
  58. background: #FFFFFF;
  59. border-radius: 0.1rem;
  60. margin: auto;
  61. display: flex;
  62. align-items: center;
  63. margin-bottom: 0.08rem;
  64. }
  65. .phone i,.yzm i{
  66. display: block;
  67. width: 0.14rem;
  68. height: 0.17rem;
  69. margin-left: 0.19rem;
  70. margin-right: 0.11rem;
  71. }
  72. .phone i{
  73. background: url(img/icon_phone.png) no-repeat;
  74. background-size:100% ;
  75. }
  76. .yzm i{
  77. width: 0.18rem;
  78. background: url(img/icon_yzm.png) no-repeat;
  79. background-size:100% ;
  80. }
  81. .phone input,.yzm input{
  82. /*color: #999999;*/
  83. font-size: 0.16rem;
  84. border: none;
  85. background: transparent;
  86. flex: 1;
  87. }
  88. .yzm button{
  89. border: none;
  90. background-color: #FE6E00;
  91. border-radius: 0.06rem;
  92. width: 0.96rem;
  93. height: 0.3rem;
  94. color: #FFFFFF;
  95. font-size: 0.13rem;
  96. margin-right: 0.1rem;
  97. }
  98. .giveMoney{
  99. display: block;
  100. background: url(img/giveMoney.png) no-repeat;
  101. background-size:100% ;
  102. width: 2.6rem;
  103. height: 0.6rem;
  104. border: none;
  105. margin: auto;
  106. margin-top: 0.05rem;
  107. }
  108. .bottomTitle{
  109. font-size: 0.14rem;
  110. line-height: 0.2rem;
  111. color: #FFFFFF;
  112. text-align: center;
  113. }