_about.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. .about_area{
  2. padding-top: 160px;
  3. padding-bottom: 320px;
  4. background: #FFFBF5;
  5. position: relative;
  6. @media #{$mobile_device} {
  7. padding-top: 50px;
  8. padding-bottom: 50px;
  9. }
  10. .about_info_wrap{
  11. @media #{$tablet_device}{
  12. margin-bottom: 30px;
  13. }
  14. h3{
  15. font-size: 50px;
  16. font-family: $font2;
  17. color: #001D38;
  18. line-height: 60px;
  19. margin-bottom: 0;
  20. @media #{$mobile_device}{
  21. font-size: 30px;
  22. line-height: 38px;
  23. }
  24. br{
  25. @media #{$mobile_device}{
  26. display: none;
  27. }
  28. @media #{$tablet_device}{
  29. display: none;
  30. }
  31. }
  32. }
  33. .long_dash{
  34. height: 3px;
  35. width: 70px;
  36. background: #DB9A64;
  37. display: inline-block;
  38. margin-bottom: 34px;
  39. margin-top: 17px;
  40. }
  41. p{
  42. font-size: 16px;
  43. line-height: 28px;
  44. color: #596672;
  45. margin-bottom: 50px;
  46. }
  47. .food_list{
  48. @include flexbox();
  49. @media #{$mobile_device}{
  50. display: block;
  51. }
  52. li{
  53. margin-right: 50px;
  54. @media #{$mobile_device}{
  55. margin-right: 0;
  56. margin-bottom: 30px;
  57. }
  58. span{
  59. padding-left: 14px;
  60. color: #DB9A64;
  61. font-size: 16px;
  62. font-weight: 400;
  63. }
  64. }
  65. }
  66. }
  67. .about_img{
  68. position: relative;
  69. .img_1{
  70. padding-left: 80px;
  71. @include border-radius(20px);
  72. img{
  73. @include border-radius(20px);
  74. width: 100%;
  75. }
  76. }
  77. .small_img{
  78. position: absolute;
  79. margin-top: -170px;
  80. @include border-radius(20px);
  81. border: 10px solid #fff;
  82. @media #{$mobile_device} {
  83. position: absolute;
  84. margin-top: -80px;
  85. -webkit-border-radius: 20px;
  86. -moz-border-radius: 20px;
  87. border-radius: 20px;
  88. border: 10px solid #fff;
  89. width: 210px;
  90. }
  91. img{
  92. @include border-radius(20px);
  93. width: 100%;
  94. }
  95. }
  96. }
  97. .icon_1{
  98. position: absolute;
  99. top: 7%;
  100. left: 4%;
  101. }
  102. .icon_3{
  103. position: absolute;
  104. right: 4%;
  105. bottom: 10%;
  106. }
  107. .icon_2{
  108. position: absolute;
  109. bottom: -12%;
  110. left: 6%;
  111. }
  112. }
  113. // main_about_wrap
  114. .main_about_wrap{
  115. padding-top: 145px;
  116. padding-bottom: 130px;
  117. @media #{$mobile_device}{
  118. padding-top: 50px;
  119. padding-bottom: 40px;
  120. }
  121. @media #{$tablet_device}{
  122. padding-top: 50px;
  123. padding-bottom: 40px;
  124. }
  125. h3{
  126. font-weight: 700;
  127. font-size: 50px;
  128. margin-bottom: 0;
  129. @media #{$mobile_device} {
  130. font-size: 30px;
  131. }
  132. @media #{$tablet_device} {
  133. font-size: 35px;
  134. }
  135. }
  136. p{
  137. font-size: 16px;
  138. font-weight: 400;
  139. line-height: 28px;
  140. margin-bottom: 46px;
  141. margin-top: 24px;
  142. }
  143. .about_thumb{
  144. margin-bottom: 30px;
  145. img{
  146. width: 100%;
  147. }
  148. }
  149. }