index_ts.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. h1 {
  2. font-size: 40px;
  3. }
  4. .pos_wz_p{
  5. text-align: center;
  6. font-size: 22px;
  7. }
  8. .ts_p_style{
  9. font-size: 18px!important;
  10. margin-top: 20px!important;
  11. }
  12. .p32{
  13. padding: 17px 32px;
  14. }
  15. .ml110{
  16. margin-left:110px;
  17. }
  18. .pb15{
  19. padding-bottom:15px;
  20. }
  21. .mt20{
  22. margin-top:20px;
  23. }
  24. .bor_rad{
  25. border-radius: 10%!important;
  26. }
  27. .plr{
  28. padding-left:20px!important;
  29. padding-right:20px!important;
  30. }
  31. .mr{
  32. margin-top: 22px;
  33. padding: 10px;
  34. }
  35. .w900{
  36. width:850px!important;
  37. }
  38. .w600{
  39. width:600px!important;
  40. }
  41. body h1 {
  42. color: #595757;
  43. }
  44. .fonds {
  45. text-align: center;
  46. margin: 0 auto;
  47. }
  48. .fonds span{
  49. line-height: 34px;
  50. font-size: 22px;
  51. }
  52. .fonds p{
  53. line-height: 30px;
  54. color: #666;
  55. font-size: 14px;
  56. }
  57. .fluid {
  58. background: url(../img/index-city.jpg) no-repeat;
  59. background-size: cover;
  60. background-size: 100%;
  61. }
  62. .fond_bank{
  63. width: 40%;
  64. margin: 50px 0 0 50px;
  65. }
  66. .fond_bank span{
  67. font-size:35px;
  68. color: #ffffff;
  69. line-height: 120px;
  70. }
  71. .fond_bank p{
  72. font-size:17px;
  73. color: #ffffff;
  74. line-height: 30px;
  75. }
  76. .button {
  77. border: 1px solid #cfcfcf;
  78. border-radius: 10px;
  79. width: 25%;
  80. height: 50px;
  81. margin-top: 40px;
  82. }
  83. .button_nue span {
  84. line-height: 40px;
  85. font-size: 15px;
  86. color: #fff;
  87. }
  88. .button_nue{
  89. width: 150px;
  90. height: 40px;
  91. border: 1px solid #fff;
  92. border-radius: 10px;
  93. margin-top: 40px;
  94. text-align: center;
  95. }
  96. .button h3 {
  97. text-align: center;
  98. margin: 0 auto;
  99. line-height: 50px;
  100. font-size: 20px;
  101. color: #ffffff;
  102. }
  103. .pos_wz {
  104. position: relative;
  105. top: 0;
  106. left: 0;
  107. }
  108. .pos_wz_W {
  109. position: absolute;
  110. top: 0px;
  111. left: 10px;
  112. right: 10px;
  113. height: 170px;
  114. width: 265px;
  115. text-align: center;
  116. }
  117. .pos_wz_W span{
  118. font-size: 30px;
  119. color:#fff;
  120. letter-spacing: 5px;
  121. line-height: 170px;
  122. }
  123. .caption_ion {
  124. margin-left: 50px;
  125. }
  126. .caption_ion span{
  127. font-size: 20px;
  128. font-weight: bold;
  129. color: #595757;
  130. }
  131. .caption_ion p{
  132. font-size: 16px;
  133. color: #727171;
  134. }
  135. .background .Ts_pr {
  136. height: 150px;
  137. width: 285px;
  138. display: table;
  139. box-shadow: 3px 3px 4px rgba(157,157,157,.2);
  140. border-radius: 5px;
  141. }
  142. .background .thumbnail_img {
  143. display: table-cell;
  144. vertical-align: middle;
  145. padding-right: 15px;
  146. padding-left: 8px;
  147. }
  148. .background .thumbnail_img img {
  149. width: 100%;
  150. }
  151. .fond {
  152. display: table-cell;
  153. vertical-align: middle;
  154. /*width: 200px;*/
  155. }
  156. .fond span{
  157. font-size: 20px;
  158. font-weight: bold;
  159. color: #595757;
  160. }
  161. .fond p {
  162. font-size: 14px;
  163. color: #727171;
  164. }