style.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .convention{
  2. /* background: url('~@/assets/images/bg_3_1.jpg') top center no-repeat; */
  3. background-size: 100% auto;
  4. margin: 0 auto;
  5. width: 100%;
  6. padding: 5% 15%;
  7. }
  8. .c-left,.c-right{
  9. display: inline-block;
  10. }
  11. .c-left{
  12. padding-top: 16vw;
  13. position: relative;
  14. }
  15. .c-left .c-title{
  16. font-size: 0;
  17. }
  18. .c-left .c-title>div{
  19. font-size: 36px;
  20. font-weight: bold;
  21. color:#fff;
  22. line-height: 1.5;
  23. }
  24. .c-left .c-title img{
  25. width: 12vw;
  26. }
  27. .c-left .c-mask{
  28. position: absolute;
  29. right: -8vw;
  30. bottom: 0;
  31. }
  32. .c-left .c-mask .mask-1{
  33. background: hsla(0,0%,100%,.1);
  34. width: 3vw;
  35. height: 3vw;
  36. position: absolute;
  37. left: 8vw;
  38. top: -3vw;
  39. }
  40. .c-left .c-mask .mask-2{
  41. width: 8vw;
  42. height: 8vw;
  43. background: hsla(0,0%,100%,.1);
  44. }
  45. .c-right{
  46. float: right;
  47. font-size: 30px;
  48. font-weight: bold;
  49. color: #fff;
  50. position: relative;
  51. height: 42vw;
  52. width: 38vw;
  53. }
  54. .c-right img{
  55. width: 12vw;
  56. float: right
  57. }
  58. .c-right .cr-title {
  59. position: absolute;
  60. bottom: 0;
  61. left: 0;
  62. }
  63. .c-right .cr-title h1{
  64. margin-bottom: 20px ;
  65. }
  66. .cr-detail{
  67. margin-top: 20px;
  68. width: 25vw;
  69. text-align: justify;
  70. font-size: 16px;
  71. font-weight: normal;
  72. line-height: 2;
  73. }
  74. .c-right .cr-bg{
  75. position: absolute;
  76. width: 6vw;
  77. top: -18vw;
  78. left: -3vw;
  79. }
  80. @media screen and (max-width: 1400px) {
  81. .cr-detail{
  82. font-size: 14px;
  83. }
  84. }
  85. @media screen and (max-width: 1200px) {
  86. .convention{
  87. padding: 4% 15%;
  88. }
  89. .c-right{
  90. height: 48vw;
  91. }
  92. .c-right .cr-title h1{
  93. font-size: 28px;
  94. }
  95. .cr-detail{
  96. width: 46vw;
  97. }
  98. }
  99. @media screen and (max-width: 770px) {
  100. .c-left .c-title>div{
  101. font-size: 28px;
  102. }
  103. .c-right .cr-title h1{
  104. font-size: 22px;
  105. }
  106. .cr-detail{
  107. font-size: 12px;
  108. }
  109. }