12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .Over-box {
  2. .Over-index-box {
  3. background: #fff;
  4. border: 2px solid #dce6e3;
  5. border-radius: 10px;
  6. margin: 20px 30px;
  7. .OI-image {
  8. width: 630px;
  9. height: 223px;
  10. margin: 30px;
  11. }
  12. .OI-text-box {
  13. padding: 25px 38px 0 38px;
  14. .OI-text {
  15. text-indent: 2em;
  16. display: block;
  17. font-size: 28px;
  18. font-weight: 400;
  19. color: #202020;
  20. line-height: 80px;
  21. margin-bottom: 30px;
  22. }
  23. .bottom-text {
  24. transform: rotate(90deg);
  25. width: 200px;
  26. text-align: center;
  27. margin: 0 auto;
  28. position: relative;
  29. }
  30. }
  31. }
  32. .content {
  33. background: transparent;
  34. padding: 0;
  35. margin: 26px 30px;
  36. &::after {
  37. border: none;
  38. }
  39. .shareImg {
  40. height: 120px;
  41. background: url("../../../assets/icons/GuideCheck/shareImage.png") no-repeat;
  42. background-size: 100%;
  43. font-size: 29px;
  44. color: #1a3b83;
  45. line-height: 120px;
  46. }
  47. }
  48. }