system_detail.less 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. /*// 主题色*/
  2. @theme-color1:#5775b5;
  3. @theme-color2:#389ee1;
  4. @theme-colorred:#e47470;
  5. /*字体主色调*/
  6. @font-color1:#435561;
  7. @font-color3:#999999;
  8. /*线条主色调*/
  9. @border-color1:#e5e4e9;
  10. @border-color2:#cfcfcf;
  11. @border-cut-color:#eceff4;
  12. /*按钮主色调*/
  13. @btn-color1:#e47470;
  14. @btn-color2:#0099cc;
  15. /*底纹色*/
  16. @bj-color:#f7f7f7;
  17. @bjtit-color:#f5f6fa;
  18. .orderrecord{
  19. padding-bottom: 80px;
  20. }
  21. .system_detail .system_tit{
  22. height: 40px;
  23. }
  24. .system_detail .system_tit ul li{
  25. line-height:38px;
  26. }
  27. .system_detailtit{
  28. padding: 25px;
  29. position: relative;
  30. }
  31. .productimgbox {
  32. width: 230px;
  33. height: 230px;
  34. border: 1px solid @border-color1;
  35. line-height: 225px;
  36. position: absolute;
  37. left: 25px;
  38. top: 25px;
  39. }
  40. .productimgbox img{
  41. width: 100%;
  42. }
  43. .system_detailinfo{
  44. padding-left: 250px;
  45. min-height: 230px;
  46. }
  47. .system_detailinfo h1{
  48. font-size: 16px;
  49. font-weight: bold;
  50. line-height: 30px;
  51. }
  52. .system_detailinfo h2{
  53. font-size: 14px;
  54. line-height: 30px;
  55. }
  56. .detaillistbox .chooseboxes{
  57. padding-top:7px;
  58. }
  59. .detaillistbox .choosebox{
  60. float: left;
  61. margin-right: 10px;
  62. margin-bottom: 10px;
  63. border: 1px solid @border-color1;
  64. padding: 2px 15px;
  65. cursor: pointer;
  66. line-height: 30px;
  67. }
  68. .detaillistbox .choosebox.active{
  69. border: 1px solid @theme-colorred;
  70. }
  71. .detaillistbox .detaillist{
  72. position: relative;
  73. padding-left: 70px;
  74. line-height: 30px;
  75. }
  76. .detaillistbox .detaillist del{
  77. padding-right: 5px;
  78. }
  79. .detaillistbox .detaillist em{
  80. color: @theme-colorred;
  81. padding-right: 5px;
  82. font-size: 22px;
  83. }
  84. .detaillistbox .detaillist label{
  85. position: absolute;
  86. left: 0;
  87. top: 0;
  88. line-height: 30px;
  89. width: 70px;
  90. text-align: left;
  91. font-weight: normal;
  92. }
  93. .ljxgbtn .btn.fit{
  94. width: 160px;
  95. margin-top: 15px;
  96. margin-right: 10px;
  97. }
  98. /*产品配置*/
  99. .pad20{
  100. padding: 0 20px;
  101. }
  102. .redtit {
  103. width: 100%;
  104. padding: 15px 0;
  105. padding-top: 25px;
  106. position: relative;
  107. border-bottom: 1px solid @border-color1;
  108. margin-bottom: 20px;
  109. }
  110. .redtit>span {
  111. padding-left: 5px;
  112. border-left: 3px solid @theme-colorred;
  113. font-size: 17px;
  114. color: #000;
  115. }
  116. .cppzlist.detaillistbox .detaillist.adddomain{
  117. padding-top:0;
  118. padding-bottom: 15px;
  119. width: 700px;
  120. position: relative;
  121. }
  122. .detaillist.error .tip {
  123. display: block;
  124. }
  125. .detaillist .tip {
  126. position: absolute;
  127. top: 0;
  128. right: -260px;
  129. width: 250px;
  130. text-align: left;
  131. line-height: 37px;
  132. font-weight: normal;
  133. color: #e47470;
  134. display: none;
  135. line-height: 25px;
  136. padding: 5px 10px;
  137. border: 1px solid #ffe57d;
  138. -webkit-border-radius: 2px;
  139. -moz-border-radius: 2px;
  140. border-radius: 2px;
  141. background-color: #fff6d2;
  142. }
  143. .detaillist .tip i {
  144. color: #fc4c24;
  145. margin-right: 5px;
  146. }
  147. .cppzlist.detaillistbox .detaillist{
  148. line-height: 37px;
  149. padding-bottom: 10px;
  150. }
  151. .cppzlist.detaillistbox .detaillist.adddomain label{
  152. }
  153. .cppzlist.detaillistbox .detaillist label{
  154. line-height: 37px;
  155. text-align: right;
  156. }
  157. .cppzlist .input-wrap{
  158. height: 37px;
  159. width: 350px;
  160. display: inline-block;
  161. margin-right: 10px;
  162. }
  163. .cppzlist .btnadddomain{
  164. width:90px;
  165. margin-right: 10px;
  166. }
  167. .detaillistbox .detaillist .f_redcolor{
  168. font-weight: bold;
  169. }
  170. .sqtable .table > tbody > tr > td,
  171. .table>tbody>tr>th,
  172. .table>tfoot>tr>td,
  173. .table>tfoot>tr>th,
  174. .table>thead>tr>td,
  175. .table>thead>tr>th{
  176. padding-left: 20px;
  177. padding-right: 20px;
  178. }
  179. .submitfoot{
  180. text-align: right;
  181. background: #f9f9f9;
  182. padding-top: 30px;
  183. padding-bottom: 30px;
  184. }
  185. .submitfoot1{
  186. padding-bottom: 10px;
  187. }
  188. .submitfoot1 span{
  189. font-size: 21px;
  190. }
  191. /* 轮播 */
  192. .case{
  193. padding: 20px 30px;
  194. }
  195. .caseimgbox{ overflow:hidden; position:relative;width: 723px;float: left; }
  196. .caseimgbox .bd{width: 723px;position: relative; }
  197. .caseimgbox .bd ul{ overflow:hidden; zoom:1; position: relative;}
  198. .caseimgbox .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; }
  199. .caseimgbox .bd ul li img{
  200. width: 225px;
  201. }
  202. .caseimgbox .next,
  203. .caseimgbox .prev{
  204. cursor: pointer;
  205. display: block;
  206. position: absolute;
  207. top:180px;
  208. width: 25px;
  209. height:50px;
  210. color: #9E9E9E;
  211. text-align: center;
  212. line-height: 50px;
  213. font-size: 18px;
  214. z-index: 9;
  215. background-color: #101117;
  216. filter: alpha(opacity=50);
  217. -moz-opacity: 0.5;
  218. -khtml-opacity: 0.5;
  219. opacity: 0.5;
  220. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  221. }
  222. .caseimgbox .next{
  223. left: 0;
  224. }
  225. .caseimgbox .prev{
  226. right: 0
  227. }
  228. .caseimgbox a.next:hover i,
  229. .caseimgbox a.prev:hover i{
  230. color: #fff;
  231. }
  232. .ewmty{
  233. margin-top:240px;
  234. margin-left: 20px;
  235. }
  236. .ewmty span{
  237. display: block;
  238. border-left: 3px solid @theme-colorred;
  239. padding-left: 5px;
  240. line-height: 15px;
  241. margin-bottom: 10px;
  242. }
  243. .caselist .title{
  244. width: 100%;
  245. height: 31px;
  246. position: relative;
  247. padding: 5px 0;
  248. }
  249. .caselist .title span{
  250. display: block;
  251. border-left: 3px solid @theme-colorred;
  252. padding-left:8px;
  253. font-size: 21px;
  254. line-height: 21px;
  255. background: #fff;
  256. z-index:1;
  257. position: absolute;
  258. left: 0;
  259. z-index: 1;
  260. padding-right: 10px;
  261. }
  262. .caselist .title .line{
  263. position: absolute;
  264. left: 0;
  265. height: 0;
  266. top: 15px;
  267. width: 100%;
  268. border-bottom: 1px solid @border-color1;
  269. z-index: 0;
  270. }
  271. .caselist .contenta{
  272. line-height: 30px;
  273. padding-top: 20px;
  274. padding-bottom: 30px;
  275. }