index.less 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. @import "~@less/mixin.less";
  2. .container {
  3. position: absolute;
  4. bottom: 0px; //页面布局
  5. width: 450px;
  6. .disTips{
  7. padding: 10px 20px 0px 20px;
  8. font-size: 10px;
  9. color: #979797;
  10. text-align: center;
  11. }
  12. .copy{
  13. padding: 10px 20px 20px 20px;
  14. font-size: 12px;
  15. span {
  16. border: 1px solid #f00;
  17. color:#f00;
  18. border-radius: 3px;
  19. font-size: 10px;
  20. padding:0px 1px;
  21. }
  22. a{
  23. text-decoration: none;
  24. font-size: 12px;
  25. color: #3B9ED0;
  26. }
  27. b{
  28. font-size: 12px;
  29. color: #797979;
  30. }
  31. }
  32. .disclaimer{
  33. font-size: 12px;
  34. color: #3B9ED0;
  35. float: right;
  36. cursor: pointer;
  37. }
  38. .copyModal {
  39. .copyContent{
  40. position: fixed;
  41. width: 820px;
  42. left: 50%;
  43. top: 20%;
  44. margin-left: -410px;
  45. background: #fff;
  46. height: 60%;
  47. padding: 80px 0 40px;
  48. img{
  49. cursor: pointer;
  50. position: absolute;
  51. right: 10px;
  52. top: 7px;
  53. z-index: 100;
  54. }
  55. .header {
  56. position: absolute;
  57. width: 100%;
  58. top: 0;
  59. font-size: 14px;
  60. height: 40px;
  61. line-height: 40px;
  62. padding: 0 20px;
  63. border-bottom: 1px solid #EAEDF1;
  64. }
  65. .now{
  66. position: absolute;
  67. width: 100%;
  68. top: 35px;
  69. font-size: 18px;
  70. padding: 15px 10px;
  71. border-bottom:1px solid #EAEDF1;
  72. margin-bottom: 10px;
  73. span{
  74. float: right;
  75. margin-top: 3px;
  76. }
  77. }
  78. .content {
  79. height: 100%;
  80. padding: 10px;
  81. overflow-y: auto;
  82. }
  83. }
  84. }
  85. .disModal {
  86. .disContent{
  87. position: fixed;
  88. width: 50%;
  89. height: 60%;
  90. left: 25%;
  91. background: #fff;
  92. top: 20%;
  93. padding: 40px 0 60px 0;
  94. img{
  95. cursor: pointer;
  96. position: absolute;
  97. right: 10px;
  98. top: 7px;
  99. z-index: 100;
  100. }
  101. .header {
  102. position: absolute;
  103. top: 0px;
  104. width: 100%;
  105. height: 40px;
  106. line-height: 40px;
  107. font-size: 14px;
  108. padding: 0 20px;
  109. background: #fff;
  110. width: 100% ;
  111. border-bottom: 1px solid #EAEDF1;
  112. }
  113. .now{
  114. font-size: 18px;
  115. padding: 15px 10px;
  116. border-bottom:1px solid #EAEDF1;
  117. margin-bottom: 10px;
  118. span{
  119. float: right;
  120. margin-top: 3px;
  121. }
  122. }
  123. .content {
  124. padding: 20px;
  125. height: 100%;
  126. overflow: auto;
  127. }
  128. .btnBox {
  129. position: relative;
  130. // bottom: -60px;
  131. width: 100%;
  132. height: 60px;
  133. background: #fff;
  134. }
  135. .btn{
  136. .btnCom;
  137. position: relative;
  138. display: inline-block;
  139. width: 80px;
  140. height: 34px;
  141. left: 50%;
  142. top: 13px;
  143. margin-left: -40px;
  144. line-height: 34px;
  145. font-size: 14px;
  146. // border-radius: 4px;
  147. background: #3B9ED0;
  148. color:#fff;
  149. // text-align: center;
  150. // cursor: pointer;
  151. }
  152. }
  153. }
  154. .message{
  155. font-size: 12px;
  156. line-height: 20px;
  157. div{
  158. font-size: 12px;
  159. line-height: 20px;
  160. }
  161. }
  162. }