index.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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. .shade {
  39. position: fixed;
  40. left: 0;
  41. top: 0;
  42. right: 0;
  43. bottom:0;
  44. background: #000;
  45. opacity: 0.6;
  46. z-index: 9999;
  47. filter:alpha(opacity=60);
  48. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
  49. }
  50. .copyModal {
  51. .copyContent{
  52. position: fixed;
  53. width: 820px;
  54. left: 50%;
  55. top: 20%;
  56. margin-left: -410px;
  57. background: #fff;
  58. height: 60%;
  59. padding: 80px 0 40px;
  60. img{
  61. cursor: pointer;
  62. position: absolute;
  63. right: 10px;
  64. top: 7px;
  65. z-index: 100;
  66. }
  67. .header {
  68. position: absolute;
  69. width: 100%;
  70. top: 0;
  71. font-size: 14px;
  72. height: 40px;
  73. line-height: 40px;
  74. padding: 0 20px;
  75. border-bottom: 1px solid #EAEDF1;
  76. }
  77. .now{
  78. position: absolute;
  79. width: 100%;
  80. top: 35px;
  81. font-size: 18px;
  82. padding: 15px 10px;
  83. border-bottom:1px solid #EAEDF1;
  84. margin-bottom: 10px;
  85. span{
  86. float: right;
  87. margin-top: 3px;
  88. }
  89. }
  90. .content {
  91. height: 100%;
  92. padding: 10px;
  93. overflow-y: auto;
  94. }
  95. }
  96. }
  97. .disModal {
  98. .disContent{
  99. position: fixed;
  100. width: 50%;
  101. height: 60%;
  102. left: 25%;
  103. background: #fff;
  104. top: 20%;
  105. padding: 40px 0 60px 0;
  106. img{
  107. cursor: pointer;
  108. position: absolute;
  109. right: 10px;
  110. top: 7px;
  111. z-index: 100;
  112. }
  113. .header {
  114. position: absolute;
  115. top: 0px;
  116. width: 100%;
  117. height: 40px;
  118. line-height: 40px;
  119. font-size: 14px;
  120. padding: 0 20px;
  121. background: #fff;
  122. width: 100% ;
  123. border-bottom: 1px solid #EAEDF1;
  124. }
  125. .now{
  126. font-size: 18px;
  127. padding: 15px 10px;
  128. border-bottom:1px solid #EAEDF1;
  129. margin-bottom: 10px;
  130. span{
  131. float: right;
  132. margin-top: 3px;
  133. }
  134. }
  135. .content {
  136. padding: 20px;
  137. height: 100%;
  138. overflow: auto;
  139. }
  140. .btnBox {
  141. position: relative;
  142. // bottom: -60px;
  143. width: 100%;
  144. height: 60px;
  145. background: #fff;
  146. }
  147. .btn{
  148. .btnCom;
  149. position: relative;
  150. display: inline-block;
  151. width: 80px;
  152. height: 34px;
  153. left: 50%;
  154. top: 13px;
  155. margin-left: -40px;
  156. line-height: 34px;
  157. font-size: 14px;
  158. // border-radius: 4px;
  159. background: #3B9ED0;
  160. color:#fff;
  161. // text-align: center;
  162. // cursor: pointer;
  163. }
  164. }
  165. }
  166. .message{
  167. font-size: 12px;
  168. line-height: 20px;
  169. div{
  170. font-size: 12px;
  171. line-height: 20px;
  172. }
  173. }
  174. }