index.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. .item img{
  2. /* height: 450px!important; */
  3. width: 100%!important
  4. }
  5. .fc{
  6. display: flex;
  7. display: -webkit-flex;
  8. align-items: center;
  9. justify-content: center;
  10. flex-wrap: wrap
  11. }
  12. .fcolumn{
  13. display: flex;
  14. display: -webkit-flex;
  15. align-items: center;
  16. justify-content: center;
  17. flex-direction: column
  18. }
  19. .carousel-indicators .active{
  20. width: 36px;
  21. }
  22. .box_container:after {
  23. clear: both;
  24. }
  25. .box{
  26. width:414px;
  27. height: 366px;
  28. border: 1px solid #ccc;
  29. margin-top: 20px;
  30. float: left;
  31. margin-right: 20px
  32. }
  33. .lastBox{
  34. margin-right:0
  35. }
  36. .box_head{
  37. padding: 20px 24px 0 20px
  38. }
  39. .box_title{
  40. color: #f9a821;
  41. font-size: 20px;
  42. font-weight: bold;
  43. margin-right: 10px
  44. }
  45. .box_title_remark{
  46. color: #909090;
  47. font-size: 14px
  48. }
  49. .box_content{
  50. color: #666666;
  51. font-size: 16px;
  52. margin-top: 50px;
  53. padding: 0 20px;
  54. height: 84px;
  55. text-indent: 32px;
  56. line-height: 28px;
  57. }
  58. .box_bottom{
  59. padding: 0 20px;
  60. margin-top: 20px;
  61. display: flex;
  62. display: -webkit-flex;
  63. }
  64. .box_bottom img{
  65. height: 150px;
  66. }
  67. .box_button{
  68. width:90px;
  69. height: 32px;
  70. border-radius: 2px;
  71. background: #0ad8c8;
  72. border: none;
  73. outline: none;
  74. color: #ececec;
  75. margin-right: 45px
  76. }
  77. .box_button:hover{
  78. transform: scale(1.1);
  79. -webkit-transform: scale(1.1);
  80. }
  81. .mt20{
  82. margin-top: 20px;
  83. }
  84. .box_largeBtn{
  85. width:336px;
  86. height: 44px;
  87. background: #0ad8c8;
  88. border: none;
  89. outline: none;
  90. color: #fefefe;
  91. border-radius: 2px;
  92. margin-top: 40px
  93. }
  94. .box_select{
  95. color: #c1c1c1;
  96. border: 1px solid #ccc;
  97. width: 336px;
  98. display: flex;
  99. justify-content: space-between;
  100. align-items: center;
  101. padding-right: 20px;
  102. margin-top: 20px;
  103. border-radius: 2px
  104. }
  105. .frendBox{
  106. margin-top: 30px;
  107. width: 100%
  108. }
  109. .frendBox_head{
  110. font-size: 20px;
  111. color: #323232
  112. }
  113. .frendBox_content{
  114. font-size: 16px;
  115. color: #323232;
  116. overflow: hidden;
  117. }
  118. .frendBox_content_box{
  119. border: 1px solid #ccc;
  120. height: 60px;
  121. padding-left: 10px;
  122. margin-right: 20px;
  123. float: left;
  124. width:305px;
  125. margin-top: 20px;
  126. }
  127. .frendBox_content_box img{
  128. margin-right: 20px;
  129. }
  130. .mb60{
  131. margin-bottom: 60px
  132. }
  133. .dropdown-menu{
  134. max-height:300px ;
  135. overflow: auto;
  136. }
  137. @media (min-width: 1300px){
  138. .container {
  139. width: 1300px;
  140. }
  141. }
  142. @media (max-width: 943px){
  143. .lastBox{
  144. margin-right:20px
  145. }
  146. }