dfc.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. /*---------------------------------------------头部CSS-------------------------------------------------*/
  2. .mywallet {
  3. display: inline-block;
  4. *display: inline;
  5. *zoom: 1;
  6. font-size: 12px;
  7. _width: 300px;
  8. }
  9. .mywallet dt {
  10. float: left;
  11. line-height: 32px;
  12. position: relative;
  13. z-index: 110;
  14. }
  15. .mywallet_name {
  16. padding: 0 11px;
  17. border: 0px solid #f6f6f6;
  18. border-bottom: none;
  19. position: relative;
  20. z-index: 120;
  21. }
  22. .mywallet dt:hover .mywallet_name {
  23. background: #ffffff;
  24. box-shadow: 0 -4px 4px #d9d9d9;
  25. border: 0px solid #d9d9d9;
  26. border-bottom: none;
  27. }
  28. .mywallet_list {
  29. position: absolute;
  30. right: 0;
  31. top: 32px;
  32. background: #ffffff;
  33. box-shadow: 0 0 4px #d9d9d9;
  34. border: 1px solid #d9d9d9;
  35. padding: 9px 14px 8px;
  36. width: 406px;
  37. display: none;
  38. }
  39. .mywallet_list .clear {
  40. width: 100%;
  41. height: auto;
  42. overflow: hidden;
  43. clear: both;
  44. }
  45. .mywallet_list ul {
  46. float: left;
  47. width: 203px;
  48. }
  49. .mywallet_list h4 {
  50. font-weight: normal;
  51. margin-bottom: 4px;
  52. height: 30px;
  53. line-height: 30px;
  54. font-size: 14px;
  55. color: #333333;
  56. float: left;
  57. margin-right: 10px;
  58. }
  59. .mywallet_list li {
  60. height: 30px;
  61. line-height: 30px;
  62. font-size: 12px;
  63. }
  64. .mywallet_list li em,
  65. .price_today_ul em,
  66. #profit_list em {
  67. float: left;
  68. width: 26px;
  69. height: 19px;
  70. margin-top: 11px;
  71. background: url(../images/coinstyle.png?v=1.39) no-repeat;
  72. }
  73. .mywallet_list li strong {
  74. float: left;
  75. font-weight: normal;
  76. color: #333333;
  77. }
  78. .mywallet_list span {
  79. float: left;
  80. }
  81. .balance_list li a span {
  82. color: #669900;
  83. }
  84. .freeze_list li a span {
  85. color: #73bee4;
  86. }
  87. .mywallet dt a {
  88. color: #73bee4;
  89. float: left;
  90. }
  91. .mywallet dt a:hover strong {
  92. color: #73bee4;
  93. }
  94. .mywallet dt i {
  95. height: 3px;
  96. margin-top: 15px;
  97. margin-left: 6px;
  98. width: 6px;
  99. overflow: hidden;
  100. background: url(../images/icon.png) no-repeat left -181px;
  101. float: left;
  102. webkit-transition: 0.3s ease all;
  103. transition: 0.3s ease all;
  104. -o-transition: 0.3s ease all;
  105. -moz-transition: 0.3s ease all;
  106. -ms-transition: 0.3s ease all;
  107. transform: rotateZ(0deg);
  108. -webkit-transform: rotateZ(0deg);
  109. -moz-transform: rotateZ(0deg);
  110. -ms-transform: rotateZ(0deg);
  111. -o-transform: rotateZ(0deg);
  112. display: inline;
  113. }
  114. .mywallet dt:hover i {
  115. transform: rotateZ(180deg);
  116. -webkit-transform: rotateZ(180deg);
  117. -moz-transform: rotateZ(180deg);
  118. -ms-transform: rotateZ(180deg);
  119. -o-transform: rotateZ(180deg);
  120. }
  121. .mywallet dd {
  122. float: left;
  123. padding: 0 6px 0 5px;
  124. line-height: 33px;
  125. color: #333333;
  126. }
  127. .mywallet dd span,
  128. .mywallet dd a {
  129. color: #73bee4;
  130. }
  131. .mywallet_btn_box {
  132. border-top: 1px dotted #888888;
  133. padding-top: 15px;
  134. width: 408px;
  135. }
  136. .mywallet_btn_box222 {
  137. width: 408px;
  138. }
  139. .mywallet_btn_box a {
  140. float: left;
  141. width: 55px;
  142. height: 25px;
  143. border: 1px solid #73bee4;
  144. margin-right: 10px;
  145. margin-bottom: 10px;
  146. color: #73bee4;
  147. background: #ffffff;
  148. line-height: 25px;
  149. font-size: 12px;
  150. text-align: center;
  151. border-radius: 3px;
  152. webkit-transition: 0.3s ease all;
  153. transition: 0.3s ease all;
  154. -o-transition: 0.3s ease all;
  155. -moz-transition: 0.3s ease all;
  156. -ms-transition: 0.3s ease all;
  157. }
  158. .mywallet_btn_box222 a {
  159. float: left;
  160. width: 55px;
  161. height: 25px;
  162. border: 1px solid #73bee4;
  163. margin-right: 10px;
  164. margin-bottom: 10px;
  165. color: #73bee4;
  166. background: #ffffff;
  167. line-height: 25px;
  168. font-size: 12px;
  169. text-align: center;
  170. border-radius: 3px;
  171. webkit-transition: 0.3s ease all;
  172. transition: 0.3s ease all;
  173. -o-transition: 0.3s ease all;
  174. -moz-transition: 0.3s ease all;
  175. -ms-transition: 0.3s ease all;
  176. }
  177. .mywallet_btn_box a:hover {
  178. color: #ffffff;
  179. background: #73bee4;
  180. text-decoration: none;
  181. }
  182. .mywallet_btn_box222 a:hover {
  183. color: #ffffff;
  184. background: #73bee4;
  185. text-decoration: none;
  186. }
  187. .unlogin {
  188. border: solid 1px #73bee4;
  189. border-radius: 3px;
  190. height: 19px;
  191. line-height: 19px;
  192. margin-top: 6px;
  193. font-size: 12px;
  194. margin-left: 412px;
  195. }
  196. .unlogin a {
  197. display: inline-block;
  198. padding: 0 8px;
  199. }
  200. .unlogin a:first-child {
  201. border-right: solid 1px #73bee4;
  202. }
  203. .unlogin a:hover {
  204. background: #73bee4;
  205. text-decoration: none;
  206. color: #fff !important;
  207. }
  208. .qqkefu:hover {
  209. background: url(../images/qqkefu.png) no-repeat 0px -33px;
  210. margin-top: 4px;
  211. }
  212. .qqkefu {
  213. display: inline-block;
  214. width: 135px;
  215. height: 30px;
  216. background: url(../images/qqkefu.png) no-repeat 0px 0px;
  217. margin-top: 4px;
  218. }
  219. .iphone {
  220. display: inline-block;
  221. width: 130px;
  222. height: 30px;
  223. font-size: 20px;
  224. font-family: tahoma, Microsoft YaHei, Arial, Helvetica, sans-serif;
  225. color: #73bee4;
  226. }
  227. .zhuce {
  228. background: url(../images/zhuce.png) no-repeat 6px 6px;
  229. display: inline-block;
  230. padding-left: 29px;
  231. background-size: 35%;
  232. }
  233. .layui-btn{background-color: #73bee4 !important;}