case_detail.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. .sg-price-container {
  2. margin: 15px;
  3. font-size: 1.3em;
  4. }
  5. .baseinfo{
  6. border-bottom: 1px solid #eeee;
  7. width: 100%;
  8. /* height: auto; */
  9. /* position: relative; */
  10. display: inline-block;
  11. padding-bottom: 40px;
  12. }
  13. /* .baseinfo>img{
  14. float: left;
  15. width: 25%;
  16. } */
  17. /* .baseinfo>div{
  18. float: left;
  19. margin-left: 20px;
  20. } */
  21. /* .baseinfo>div>div{
  22. float: left;
  23. margin-top: 65px;
  24. border: 1px solid #0094DA;
  25. border-radius: 50px;
  26. padding: 8px 20px;
  27. font-size: 15px;
  28. } */
  29. .baseinfo .usesame{
  30. height: 50px;
  31. width: 200px;
  32. text-align: center;
  33. margin-top: 48px;
  34. border: 1px solid #0094DA;
  35. border-radius: 50px;
  36. padding: 13px 20px;
  37. font-size: 20px;
  38. float: left;
  39. margin-left: 20px;
  40. }
  41. .baseinfo .showdetail{
  42. height: 50px;
  43. width: 200px;
  44. text-align: center;
  45. margin-top: 48px;
  46. border: 1px solid #0094DA;
  47. border-radius: 50px;
  48. padding: 13px 20px;
  49. font-size: 20px;
  50. float: left;
  51. }
  52. .baseinfo>div>div>a{
  53. color:#0094DA;
  54. }
  55. .intro_{
  56. width: 100%;
  57. /* height: auto; */
  58. /* position: relative; */
  59. display: inline-table;
  60. padding: 35px 0;
  61. }
  62. .intro_>div>p{
  63. float: left;
  64. }
  65. .showpic{
  66. width: 100%;
  67. /* height: auto; */
  68. /* position: relative; */
  69. display: inline-table;
  70. padding: 0 0 35px 0;
  71. }
  72. .showpic>div>p{
  73. float: left;
  74. }
  75. .jietu img {
  76. margin: 28px;
  77. height: 466px;
  78. }
  79. @media only screen and (max-width: 535px) {
  80. .show_margin{
  81. margin-left: 0px !important;
  82. }
  83. }
  84. .m_body{
  85. background:#fff;padding:20px;margin-top:-40px
  86. }
  87. .margintop_10{
  88. margin-top:10px
  89. }
  90. .case_name{
  91. font-size:34px;color:#1A1A1A
  92. }
  93. .height_50{
  94. height:50px;
  95. }
  96. .height_50 p{
  97. font-size:18px;color:#666;margin-top:30px;float:left
  98. }
  99. .eyes{
  100. /* width: 84px; */
  101. height: 40px;
  102. width: 70px;
  103. float: right;
  104. margin-top: 200px;
  105. /* margin-left: 27px; */
  106. margin-right: -110px;
  107. }
  108. .eyes img{
  109. float:left;width:20px;position:absolute;margin-top:18px
  110. }
  111. .eyes p{
  112. float:left;position:absolute;margin-left:25px;margin-top:20px;color:#777;font-size:15px
  113. }
  114. .jietu_{
  115. height: 580px;width:84.16%;margin-top:30px;margin-left:7.92%
  116. }
  117. .case_desc{
  118. margin-top:20px;font-size:15px;color:#777
  119. }
  120. .case_name_box{
  121. font-size: 20px;color: #555;
  122. }
  123. .qrcode{
  124. border: 1px solid #dcdcdc;
  125. width: 150px;
  126. float: right;
  127. margin-top: 40px;
  128. }
  129. @media only screen and (max-width: 767px){
  130. .baseinfo {
  131. border-bottom: 1px solid #eeee;
  132. width: 100%;
  133. height: auto;
  134. position: relative;
  135. display: inline-block;
  136. padding-bottom: 40px;
  137. margin-top: 30px;
  138. }
  139. .baseinfo .showdetail {
  140. height: 25px;
  141. width: 100%;
  142. text-align: center;
  143. margin-top: 48px;
  144. border: 1px solid #0094DA;
  145. border-radius: 50px;
  146. padding: 6px 7px;
  147. font-size: 12px;
  148. float: left;
  149. }
  150. .pad_0{
  151. padding: 0 !important;
  152. }
  153. .pad_l_5px{
  154. padding: 0;
  155. padding-left: 5px !important;
  156. }
  157. .case_name {
  158. font-size: 18px;
  159. color: #1A1A1A;
  160. }
  161. .height_50 {
  162. height: 33px;
  163. }
  164. .height_50 p {
  165. font-size: 12px;
  166. color: #666;
  167. margin-top: 20px;
  168. float: left;
  169. }
  170. .qrcode {
  171. border: 1px solid #dcdcdc;
  172. width: 150px;
  173. float: right;
  174. margin-top: 0px;
  175. }
  176. .eyes {
  177. /* width: 84px; */
  178. height: 40px;
  179. width: 70px;
  180. float: right;
  181. margin-top: 60px;
  182. /* margin-left: 27px; */
  183. margin-right: -70px;
  184. }
  185. }