index.less 825 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @import '../../app.less';
  2. .continue {
  3. width: 100%;
  4. box-shadow: 0 4px 14px 0 rgba(189, 199, 215, 0.25);
  5. background-color: #fefefe;
  6. text-align: center;
  7. .body {
  8. margin: 0 auto;
  9. width: @content_width;
  10. height: 80px;
  11. position: relative;
  12. }
  13. .left {
  14. float: left;
  15. text-align: left;
  16. padding-top: 19px;
  17. }
  18. .center {
  19. padding-top: 14px;
  20. .text {
  21. margin-bottom: 7px;
  22. }
  23. .list {
  24. .button {
  25. width: 88px;
  26. margin: 0 6px;
  27. padding: 3px 0;
  28. color: @theme_color;
  29. .assets {
  30. transform: translateY(-1.5px);
  31. margin-right: 2px;
  32. }
  33. }
  34. .button:hover {
  35. color: @theme_color_hover;
  36. }
  37. }
  38. }
  39. .right {
  40. position: absolute;
  41. right: 12px;
  42. top: 24px;
  43. cursor: pointer;
  44. }
  45. }