Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

button.css 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. .btn-group{
  2. position: fixed;
  3. top: 34%;
  4. right: 10%;
  5. z-index: 9999;
  6. }
  7. .btn-group a{
  8. margin: 5px 0px;
  9. }
  10. .btn-a{
  11. display: block;
  12. /* 画板 3614 */
  13. /*position: fixed;
  14. right: 125px;
  15. top: 34%;*/
  16. width: 53px;
  17. height: 155px;
  18. border-radius: 50px;
  19. /* 小卡片 */
  20. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  21. background: rgb(255, 255, 255);
  22. color: rgb(38, 43, 106);
  23. font-family: "HarmonyOS Sans SC";
  24. font-size: 16px;
  25. font-weight: 400;
  26. line-height: 126%;
  27. letter-spacing: 0px;
  28. text-align: left;
  29. writing-mode: vertical-rl;
  30. text-orientation: mixed;
  31. white-space: nowrap;
  32. text-align: center;
  33. line-height: 53px;
  34. z-index: 8000;
  35. }
  36. .btn-b{
  37. display: block;
  38. /* 画板 3614 */
  39. /* position: fixed;
  40. right: 125px;
  41. top: 58%;*/
  42. width: 53px;
  43. height: 139px;
  44. border-radius: 50px;
  45. /* 小卡片 */
  46. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  47. background: rgb(255, 255, 255);
  48. color: rgb(38, 43, 106);
  49. font-family: "HarmonyOS Sans SC";
  50. font-size: 16px;
  51. font-weight: 400;
  52. line-height: 126%;
  53. letter-spacing: 0px;
  54. text-align: left;
  55. writing-mode: vertical-rl;
  56. text-orientation: mixed;
  57. white-space: nowrap;
  58. text-align: center;
  59. line-height: 53px;
  60. z-index: 8000;
  61. }
  62. .btn-c{
  63. /*position: fixed;
  64. right: 125px;
  65. top: 58%;*/
  66. display: block;
  67. width: 53px;
  68. height: 53px;
  69. border-radius: 50px;
  70. /* 小卡片 */
  71. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  72. background: rgb(255, 255, 255);
  73. text-align: center;
  74. line-height: 53px;
  75. z-index: 8000;
  76. }
  77. .btn-d{
  78. /*position: fixed;
  79. right: 125px;
  80. top: 68%;*/
  81. display: block;
  82. width: 53px;
  83. height: 53px;
  84. border-radius: 50px;
  85. /* 小卡片 */
  86. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  87. background: rgb(255, 255, 255);
  88. text-align: center;
  89. line-height: 53px;
  90. z-index: 8000;
  91. }
  92. .btn-e{
  93. display: block;
  94. width: 53px;
  95. height: 53px;
  96. border-radius: 50px;
  97. /* 小卡片 */
  98. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  99. background: rgb(255, 255, 255);
  100. text-align: center;
  101. line-height: 53px;
  102. z-index: 8000;
  103. }
  104. /**
  105. */
  106. .btn-e svg{
  107. width: 35px;
  108. /* 相对定位 */
  109. position: relative;
  110. /* z-index: 10; */
  111. margin-top: 11px;
  112. }
  113. #heart{
  114. /* 填充颜色 */
  115. fill: #eee;
  116. /* stroke属性可应用于任何种类的线条,文字和元素,就像一个圆的轮廓 */
  117. stroke: var(--c);
  118. /* 线条宽度 */
  119. stroke-width: 40px;
  120. /* 设置线条为虚线,虚线的长度 */
  121. stroke-dasharray: 2600;
  122. /* 线条的位移 */
  123. stroke-dashoffset: 2600;
  124. /* 端点为圆头 */
  125. stroke-linecap: round;
  126. }
  127. /* 勾选复选框执行各个动画 */
  128. .btn-e-active svg #heart{
  129. /* 执行动画: 动画名 时长 线性的 停留在最后一帧 */
  130. animation: drawHeart 0.1s linear forwards;
  131. }
  132. .btn-e-active #heart_svg{
  133. /* 执行动画: 动画名 时长 线性的 停留在最后一帧 */
  134. animation: beat 0.1s linear forwards;
  135. }
  136. /**
  137. */
  138. .btn-d svg{
  139. width: 35px;
  140. margin-top: 10px !important;
  141. }
  142. #heart2{
  143. /* 填充颜色 */
  144. fill: #eee;
  145. /* stroke属性可应用于任何种类的线条,文字和元素,就像一个圆的轮廓 */
  146. stroke: var(--c);
  147. /* 线条宽度 */
  148. stroke-width: 40px;
  149. /* 设置线条为虚线,虚线的长度 */
  150. stroke-dasharray: 2600;
  151. /* 线条的位移 */
  152. stroke-dashoffset: 2600;
  153. /* 端点为圆头 */
  154. stroke-linecap: round;
  155. }
  156. /* 勾选复选框执行各个动画 */
  157. .btn-e-active svg #heart2{
  158. /* 执行动画: 动画名 时长 线性的 停留在最后一帧 */
  159. animation: drawHeart 0.1s linear forwards;
  160. }
  161. .btn-e-active #heart2_svg{
  162. /* 执行动画: 动画名 时长 线性的 停留在最后一帧 */
  163. animation: beat 0.1s linear forwards;
  164. }
  165. /**
  166. */
  167. .btn-c svg{
  168. width: 30px;
  169. margin-top: 10px !important;
  170. }
  171. #heart3{
  172. /* 填充颜色 */
  173. fill: #eee;
  174. /* stroke属性可应用于任何种类的线条,文字和元素,就像一个圆的轮廓 */
  175. stroke: var(--c);
  176. /* 线条宽度 */
  177. stroke-width: 40px;
  178. /* 设置线条为虚线,虚线的长度 */
  179. stroke-dasharray: 2600;
  180. /* 线条的位移 */
  181. stroke-dashoffset: 2600;
  182. /* 端点为圆头 */
  183. stroke-linecap: round;
  184. }
  185. /* 勾选复选框执行各个动画 */
  186. .btn-e-active svg #heart3{
  187. /* 执行动画: 动画名 时长 线性的 停留在最后一帧 */
  188. animation: drawHeart 0.1s linear forwards;
  189. }
  190. .btn-e-active #heart3_svg{
  191. /* 执行动画: 动画名 时长 线性的 停留在最后一帧 */
  192. animation: beat 0.1s linear forwards;
  193. }
  194. /*
  195. */
  196. /* 定义动画 */
  197. /* 画心的动画 */
  198. @keyframes drawHeart {
  199. 0%{
  200. stroke-dashoffset: 2600;
  201. }
  202. 80%{
  203. fill: #eee;
  204. stroke-dashoffset: 0;
  205. }
  206. 100%{
  207. fill: red;
  208. stroke-dashoffset: 0;
  209. }
  210. }
  211. /* 心跳动的动画 */
  212. @keyframes beat {
  213. 0%{
  214. transform: scale(1);
  215. }
  216. 70%{
  217. transform: scale(1);
  218. }
  219. 80%{
  220. transform: scale(1.2);
  221. }
  222. 100%{
  223. transform: scale(1);
  224. }
  225. }
  226. #share-box{
  227. position: absolute;
  228. bottom:10px;
  229. right:60px;
  230. width: 389px;
  231. margin-left: -300px;
  232. background: #fff;
  233. z-index:9999;
  234. border-radius: 10px;
  235. }