35830a1f0d69944257d33adfa5d91c539a9b9a81.svn-base 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  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. position: relative;
  262. float: left;
  263. }
  264. .mip-list-tit .mip-nav-wrapper .navbar-brand i{
  265. width: 5px;
  266. height: 32px;
  267. background: #3285ff;
  268. float: left;
  269. margin-right: 10px;
  270. }
  271. .mip-list-tit .mip-nav-wrapper .navbar-toggle {
  272. outline: 0;
  273. }
  274. .mip-list-tit .mip-nav-wrapper #bs-navbar .navbar-nav li {
  275. display: block;
  276. width: 100%;
  277. border: none;
  278. }
  279. .mip-list-tit .mip-nav-wrapper #navbar-wise-close-btn{
  280. position: absolute;
  281. right: 30px;
  282. z-index: 10;
  283. }
  284. .mip-list-tit .mip-nav-wrapper #bs-navbar .navbar-nav a {
  285. font-size: 13px;
  286. margin-right: 15px;
  287. margin-top: 1px;
  288. width: 100%;
  289. display: block;
  290. height: 30px;
  291. line-height: 30px;
  292. }
  293. .mip-list-tit mip-sidebar li button {
  294. width: 20px;
  295. height: 20px;
  296. display: inline-block;
  297. }
  298. .mip-list-tit mip-sidebar a{
  299. display: block;
  300. font-size: 14px;
  301. line-height: 24px;
  302. padding: 4px 0;
  303. border-bottom: 1px solid #fff;
  304. }
  305. .mip-pro .mip-layout-container {
  306. height: 120px;
  307. line-height: 120px;
  308. text-align: center;
  309. }
  310. .mip-pro .mip-fill-content {
  311. height: auto;
  312. vertical-align: middle;
  313. display: -webkit-inline-box;
  314. max-height: 100%;
  315. max-width: 100%;
  316. width: auto;
  317. min-width: auto;
  318. }
  319. .pagination{
  320. height:40px;
  321. padding:20px 0px;
  322. width: 97%;
  323. padding: 0 1.8%;
  324. margin: 15px 0;
  325. }
  326. .pagination .pindex {
  327. background: url(__PUBLIC__/img/ple.png) no-repeat center;
  328. background-size: 95%;
  329. }
  330. .pagination .pindex:hover {
  331. background: url(__PUBLIC__/img/ple.png) no-repeat center;
  332. background-size: 95%;
  333. }
  334. .pagination .plast {
  335. background: url(__PUBLIC__/img/pri.png) no-repeat center;
  336. background-size: 95%;
  337. }
  338. .pagination .plast:hover {
  339. background: url(__PUBLIC__/img/pri.png) no-repeat center;
  340. background-size: 95%;
  341. }
  342. .pagination .prvea {
  343. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  344. background-size: 70%;
  345. transform: rotate(180deg);
  346. }
  347. .pagination .prvea:hover {
  348. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  349. background-size: 70%;
  350. transform: rotate(180deg);
  351. }
  352. .pagination .nexta {
  353. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  354. background-size: 70%;
  355. }
  356. .pagination .nexta:hover {
  357. background: url(__PUBLIC__/img/rii.png) no-repeat center;
  358. background-size: 70%;
  359. }
  360. .pagination p{
  361. margin:0;
  362. cursor:pointer;
  363. }
  364. .pagination a{
  365. display:block;
  366. float:left;
  367. margin-right:10px;
  368. padding:2px 12px;
  369. height:24px;
  370. border:1px #cccccc solid;
  371. background:#fff;
  372. text-decoration:none;
  373. color:#808080;
  374. font-size:12px;
  375. line-height:24px;
  376. }
  377. .pagination a:hover{
  378. color:#077ee3;
  379. background: white;
  380. border:1px #077ee3 solid;
  381. }
  382. .pagination a.cur{
  383. border:none;
  384. background:#077ee3;
  385. color:#fff;
  386. }
  387. .pagination p{
  388. float:left;
  389. padding:2px 12px;
  390. font-size:12px;
  391. height:24px;
  392. line-height:24px;
  393. color:#bbb;
  394. border:1px #ccc solid;
  395. background:#fcfcfc;
  396. margin-right:8px;
  397. }
  398. .pagination p.pageRemark{
  399. border-style:none;
  400. background:none;
  401. margin-right:0px;
  402. padding:4px 0px;
  403. color:#666;
  404. }
  405. .pagination p.pageRemark b{
  406. color:red;
  407. }
  408. .pagination p.pageEllipsis{
  409. border-style:none;
  410. background:none;
  411. padding:4px 0px;
  412. color:#808080;
  413. }
  414. .dates li {font-size: 14px;margin:20px 0}
  415. .dates li span{float:right}
  416. /*page.css*/
  417. </style>
  418. <noscript>
  419. <style mip-officialrelease>
  420. body {
  421. -webkit-animation: none;
  422. -moz-animation: none;
  423. -ms-animation: none;
  424. animation: none
  425. }
  426. </style>
  427. </noscript>
  428. </head>
  429. <body>
  430. <include file="public:header" />
  431. <div class="mip-pro">
  432. <div class="mip-list-tit">
  433. <div class="mip-nav-wrapper">
  434. <mip-nav-slidedown
  435. data-id="bs-navbar"
  436. class="mip-element-sidebar container"
  437. data-showbrand="1"
  438. data-brandname="<i></i>产品展示">
  439. <nav id="bs-navbar" class="navbar-collapse collapse navbar navbar-static-top">
  440. <ul class="nav navbar-nav navbar-right">
  441. <li>
  442. <button id="navbar-wise-close-btn"></button>
  443. </li>
  444. <yunu:catlist cid="21" limit="20">
  445. <a href="{$catlist.url}">{$catlist.title}</a>
  446. </yunu:catlist>
  447. </ul>
  448. </nav>
  449. </mip-nav-slidedown>
  450. </div>
  451. </div>
  452. <div class="mip-text">
  453. <ul class="mip-ul">
  454. <yunu:list cid="$cid" orderby="sort desc" pagesize="10">
  455. <li>
  456. <a href="{$list.url}">
  457. <mip-img src="{$list.pic}"></mip-img>
  458. <p>{$list.title}</p>
  459. </a>
  460. </li>
  461. </yunu:list>
  462. </ul>
  463. </div>
  464. {$page}
  465. <div class="mip-clearfix"></div>
  466. </div>
  467. <div class="mip-clearfix"></div>
  468. <include file="public:footer" />
  469. <script src="https://mipcache.bdstatic.com/static/v1/mip-sidebar/mip-sidebar.js"></script>
  470. </html>