index.less 857 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. position: absolute;
  15. top: 0;
  16. left: 0;
  17. text-align: left;
  18. padding-top: 19px;
  19. }
  20. .center {
  21. padding-top: 14px;
  22. .text {
  23. margin-bottom: 7px;
  24. }
  25. .list {
  26. .button {
  27. width: 88px;
  28. margin: 0 6px;
  29. padding: 3px 0;
  30. color: @theme_color;
  31. .assets {
  32. transform: translateY(-1.5px);
  33. margin-right: 2px;
  34. }
  35. }
  36. .button:hover {
  37. color: @theme_color_hover;
  38. }
  39. }
  40. }
  41. .right {
  42. position: absolute;
  43. right: 12px;
  44. top: 24px;
  45. cursor: pointer;
  46. }
  47. }