58c20e7dfd152cd65c586f802ce1e0812315fc5f.svn-base 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. <!DOCTYPE html>
  2. <html mip>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
  6. <meta name="keywords" content="<yunu:config name='seo_keywords'/>">
  7. <meta name="description" content="<yunu:config name='seo_description'/>">
  8. <title>{$category.title}-<yunu:config name="site_title"/></title>
  9. <link rel="stylesheet" type="text/css" href="https://mipcache.bdstatic.com/static/v1/mip.css">
  10. <link rel="canonical" href="<yunu:config name='wapurl'/>">
  11. <style mip-custom>
  12. .mip-head {
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. width: 100%;
  17. background: #3285ff;
  18. z-index: 99;
  19. border-bottom: 1px solid #ccc;
  20. height: 43px;
  21. }
  22. .mip-head a {
  23. margin-left: 5px;
  24. color: #fff;
  25. float: left;
  26. }
  27. .mip-head a p {
  28. line-height: 44px;
  29. font-size: 20px;
  30. color: #fff;
  31. }
  32. .mip-head span {
  33. float: right;
  34. width: 44px;
  35. height: 44px;
  36. background: url(__PUBLIC__/img/other.png) no-repeat center;
  37. background-size: 100%;
  38. }
  39. .mip-nav h3.mip-tit a {
  40. transform: rotate(90deg);
  41. }
  42. .mip-nav mip-sidebar {
  43. width: 50%;
  44. background: #333;
  45. }
  46. .mip-nav mip-sidebar ul{
  47. margin: 0 10px;
  48. }
  49. .mip-nav mip-sidebar li {
  50. display: block;
  51. margin-top: 15px;
  52. margin-bottom: 20px;
  53. }
  54. .mip-nav mip-sidebar a{
  55. display: block;
  56. font-size: 14px;
  57. line-height: 24px;
  58. padding: 4px 0;
  59. color: #fff;
  60. border-bottom: 1px solid #fff;
  61. background-size: 15%;
  62. padding-left: 40px;
  63. }
  64. .mip-nav mip-sidebar li:first-child a{
  65. background: url(__PUBLIC__/img/index.png) no-repeat left;
  66. background-size: 15%;
  67. }
  68. .mip-nav mip-sidebar li:first-child+li a{
  69. background: url(__PUBLIC__/img/about.png) no-repeat left;
  70. background-size: 15%;
  71. background-size: 15%;
  72. }
  73. .mip-nav mip-sidebar li:first-child+li+li a{
  74. background: url(__PUBLIC__/img/pro.png) no-repeat left;
  75. background-size: 15%;
  76. }
  77. .mip-nav mip-sidebar li:first-child+li+li+li a{
  78. background: url(__PUBLIC__/img/new.png) no-repeat left;
  79. background-size: 15%;
  80. }
  81. .mip-nav mip-sidebar li:first-child+li+li+li+li a{
  82. background: url(__PUBLIC__/img/pic.png) no-repeat left;
  83. background-size: 15%;
  84. }
  85. .mip-nav mip-sidebar li:first-child+li+li+li+li+li a{
  86. background: url(__PUBLIC__/img/cont.png) no-repeat left;
  87. background-size: 15%;
  88. }
  89. .mip-nav mip-sidebar li:first-child+li+li+li+li+li+li a{
  90. background: url(__PUBLIC__/img/qt1.png) no-repeat left;
  91. background-size: 15%;
  92. }
  93. .mip-nav mip-sidebar li:first-child+li+li+li+li+li+li+li a{
  94. background: url(__PUBLIC__/img/qt2.png) no-repeat left;
  95. background-size: 15%;
  96. }
  97. .mip-nav mip-sidebar li:first-child+li+li+li+li+li+li+li+li a{
  98. background: url(__PUBLIC__/img/qt3.png) no-repeat left;
  99. background-size: 15%;
  100. }
  101. .mip-img-container {
  102. margin: 0;
  103. padding-top: 44px;
  104. }
  105. /*head-nav.css*/
  106. .mip-carousle-subtitle {
  107. font-size: 18px;
  108. }
  109. .mip-carousel-indicator-wrapper {
  110. position: relative;
  111. top: -10px;
  112. z-index: 10;
  113. }
  114. .mip-carousel-indicatorDot .mip-carousel-activeitem {
  115. background: #3285ff;
  116. }
  117. .mip-fl {float: left;}
  118. .mip-fr {float: right;}
  119. .mip-text {
  120. width: 98%;
  121. padding: 0 1%;
  122. }
  123. .mip-clearfix {
  124. clear: both;
  125. }
  126. .mip-ul {
  127. width: 100%;
  128. }
  129. .mip-ul li {
  130. width: 48%;
  131. margin: 1%;
  132. float: left;
  133. list-style: none;
  134. }
  135. .mip-about {
  136. width: 100%;
  137. }
  138. h3.mip-tit{
  139. text-align: left;
  140. margin-top: 10px;
  141. font-size: 16px;
  142. line-height: 32px;
  143. background: #f2f2f2;
  144. color: #666;
  145. font-weight: normal;
  146. display: inline-block;
  147. width: 100%;
  148. float: left;
  149. }
  150. h3.mip-tit i {
  151. width: 5px;
  152. height: 32px;
  153. background: #3285ff;
  154. float: left;
  155. margin-right: 10px;
  156. }
  157. h3.mip-tit a {
  158. float: right;
  159. line-height: 30px;
  160. font-size: 12px;
  161. color: #666;
  162. margin-right: 10px;
  163. width: 20px;
  164. height: 30px;
  165. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  166. background-size: 100%;
  167. }
  168. .mip-pro li {
  169. border: 1px solid #ddd;
  170. width: 45.3%;
  171. padding: 1%;
  172. padding-bottom: 0;
  173. }
  174. .mip-pro li p {
  175. font-size: 13px;
  176. text-align: center;
  177. }
  178. .mip-pro .mip-tit {
  179. margin-bottom: 12px;
  180. }
  181. .mip-foot {
  182. background: #f2f2f2;
  183. width: 100%;
  184. padding: 15px 0;
  185. margin-top: 20px;
  186. padding-bottom: 65px;
  187. }
  188. .mip-foot p {
  189. font-size: 13px;
  190. line-height: 24px;
  191. color: #666;
  192. padding: 0 10px;
  193. }
  194. .mip-foot-nav {
  195. position: fixed;
  196. bottom: 0;
  197. left: 0;
  198. width: 100%;
  199. height: 50px;
  200. background: #3285ff;
  201. z-index: 9;
  202. }
  203. .mip-foot-nav a {
  204. width: 24.7%;
  205. height: 50px;
  206. float: left;
  207. text-align: center;
  208. color: #fff;
  209. border-left: 1px solid #fff;
  210. }
  211. .mip-foot-nav a:first-child {
  212. border-left: none;
  213. }
  214. .mip-foot-nav a .mip-layout-container {
  215. width: 29px;
  216. height: 19px;
  217. display: block;
  218. margin: 5px auto;
  219. }
  220. .mip-foot-nav a span{
  221. font-size: 13px;
  222. color: #fff;
  223. }
  224. .gotop {
  225. width: 40px;
  226. height: 40px;
  227. background-size: 100%;
  228. background: #3285ff;
  229. }
  230. .mip-list-tit{
  231. text-align: left;
  232. font-size: 16px;
  233. line-height: 32px;
  234. background: #f2f2f2;
  235. color: #666;
  236. font-weight: normal;
  237. display: inline-block;
  238. width: 100%;
  239. height: 44px;
  240. margin-bottom: 10px;
  241. }
  242. .mip-list-tit .mip-nav-wrapper .navbar-toggle {
  243. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  244. width: 32px;
  245. height: 32px;
  246. background-size: 65%;
  247. float: right;
  248. border: none;
  249. transform:rotate(90deg);
  250. padding: 0;
  251. margin-top: 7px;
  252. margin-right: 5px;
  253. }
  254. .mip-list-tit .mip-nav-wrapper .navbar-toggle .icon-bar {
  255. display: none;
  256. }
  257. .mip-list-tit .mip-nav-wrapper .navbar-brand{
  258. font-size: 16px;
  259. line-height: 32px;
  260. color: #666;
  261. }
  262. .mip-list-tit .mip-nav-wrapper .navbar-brand i{
  263. width: 5px;
  264. height: 32px;
  265. background: #3285ff;
  266. float: left;
  267. margin-right: 10px;
  268. }
  269. .mip-list-tit .mip-nav-wrapper .navbar-toggle {
  270. outline: 0;
  271. }
  272. .mip-list-tit .mip-nav-wrapper #bs-navbar .navbar-nav li {
  273. display: block;
  274. width: 100%;
  275. border: none;
  276. }
  277. .mip-list-tit .mip-nav-wrapper #navbar-wise-close-btn{
  278. position: absolute;
  279. right: 30px;
  280. z-index: 10;
  281. }
  282. .mip-list-tit .mip-nav-wrapper #bs-navbar .navbar-nav a {
  283. font-size: 15px;
  284. margin-right: 15px;
  285. margin-top: 1px;
  286. width: 100%;
  287. display: block;
  288. }
  289. .mip-list-tit mip-sidebar li button {
  290. width: 20px;
  291. height: 20px;
  292. display: inline-block;
  293. }
  294. .mip-list-tit mip-sidebar a{
  295. display: block;
  296. font-size: 14px;
  297. line-height: 24px;
  298. padding: 4px 0;
  299. border-bottom: 1px solid #fff;
  300. }
  301. .mip-pro .mip-layout-container {
  302. height: 120px;
  303. line-height: 120px;
  304. text-align: center;
  305. }
  306. .mip-pro .mip-fill-content {
  307. height: auto;
  308. vertical-align: middle;
  309. display: -webkit-inline-box;
  310. max-height: 100%;
  311. max-width: 100%;
  312. width: auto;
  313. min-width: auto;
  314. }
  315. .pagination{
  316. height:40px;
  317. padding:20px 0px;
  318. width: 97%;
  319. padding: 0 1.8%;
  320. margin: 15px 0;
  321. }
  322. .pagination .pindex {
  323. background: url(__PUBLIC__/img/ple.png) no-repeat center;
  324. background-size: 95%;
  325. }
  326. .pagination .pindex:hover {
  327. background: url(__PUBLIC__/img/ple.png) no-repeat center;
  328. background-size: 95%;
  329. }
  330. .pagination .plast {
  331. background: url(__PUBLIC__/img/pri.png) no-repeat center;
  332. background-size: 95%;
  333. }
  334. .pagination .plast:hover {
  335. background: url(__PUBLIC__/img/pri.png) no-repeat center;
  336. background-size: 95%;
  337. }
  338. .pagination .prvea {
  339. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  340. background-size: 70%;
  341. transform: rotate(180deg);
  342. }
  343. .pagination .prvea:hover {
  344. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  345. background-size: 70%;
  346. transform: rotate(180deg);
  347. }
  348. .pagination .nexta {
  349. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  350. background-size: 70%;
  351. }
  352. .pagination .nexta:hover {
  353. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  354. background-size: 70%;
  355. }
  356. .pagination p{
  357. margin:0;
  358. cursor:pointer;
  359. }
  360. .pagination a{
  361. display:block;
  362. float:left;
  363. margin-right:10px;
  364. padding:2px 12px;
  365. height:24px;
  366. border:1px #cccccc solid;
  367. background:#fff;
  368. text-decoration:none;
  369. color:#808080;
  370. font-size:12px;
  371. line-height:24px;
  372. }
  373. .pagination a:hover{
  374. color:#077ee3;
  375. background: white;
  376. border:1px #077ee3 solid;
  377. }
  378. .pagination a.cur{
  379. border:none;
  380. background:#077ee3;
  381. color:#fff;
  382. }
  383. .pagination p{
  384. float:left;
  385. padding:2px 12px;
  386. font-size:12px;
  387. height:24px;
  388. line-height:24px;
  389. color:#bbb;
  390. border:1px #ccc solid;
  391. background:#fcfcfc;
  392. margin-right:8px;
  393. }
  394. .pagination p.pageRemark{
  395. border-style:none;
  396. background:none;
  397. margin-right:0px;
  398. padding:4px 0px;
  399. color:#666;
  400. }
  401. .pagination p.pageRemark b{
  402. color:red;
  403. }
  404. .pagination p.pageEllipsis{
  405. border-style:none;
  406. background:none;
  407. padding:4px 0px;
  408. color:#808080;
  409. }
  410. .dates li {font-size: 14px;margin:20px 0}
  411. .dates li span{float:right}
  412. /*page.css*/
  413. </style>
  414. <noscript>
  415. <style mip-officialrelease>
  416. body {
  417. -webkit-animation: none;
  418. -moz-animation: none;
  419. -ms-animation: none;
  420. animation: none
  421. }
  422. </style>
  423. </noscript>
  424. </head>
  425. <body>
  426. <include file="public:header" />
  427. <div class="mip-list-tit">
  428. <div class="mip-nav-wrapper">
  429. <mip-nav-slidedown
  430. data-id="bs-navbar"
  431. class="mip-element-sidebar container"
  432. data-showbrand="1"
  433. data-brandname="<i></i>案例展示">
  434. <nav id="bs-navbar" class="navbar-collapse collapse navbar navbar-static-top">
  435. <ul class="nav navbar-nav navbar-right">
  436. <li>
  437. <button id="navbar-wise-close-btn"></button>
  438. </li>
  439. <yunu:catlist type="self" limit="20">
  440. <a href="{$catlist.url}">{$catlist.title}</a>
  441. </yunu:catlist>
  442. </ul>
  443. </nav>
  444. </mip-nav-slidedown>
  445. </div>
  446. </div>
  447. <div class="mip-pro">
  448. <div class="mip-text">
  449. <ul class="mip-ul">
  450. <yunu:list cid="$cid" orderby="sort desc" pagesize="600">
  451. <li>
  452. <a href="{$list.url}">
  453. <mip-img src="{$list.pic}"></mip-img>
  454. <p>{$list.title}</p>
  455. </a>
  456. </li>
  457. </yunu:list>
  458. </ul>
  459. </div>
  460. <div class="mip-clearfix"></div>
  461. </div>
  462. <div class="mip-clearfix"></div>
  463. <include file="public:footer" />
  464. <script src="https://mipcache.bdstatic.com/static/v1/mip-sidebar/mip-sidebar.js"></script>
  465. </html>