libraryindex.vue 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889
  1. <template>
  2. <div class="libraryindex">
  3. <div class="libraryindex_box">
  4. <div class="libraryindex_header">
  5. <div class="name-rect">
  6. <div class="tit" id="case-choose-btn">
  7. <div class="fr choose-div">
  8. <span class="choose-ico" @click="showbox"></span>
  9. <div class="choose-rect dis_none" v-if="showbtn">
  10. <h4>试卷选择</h4>
  11. <ul class="clearfix">
  12. <li>
  13. <label class="name">学段: </label><p class="li-r case">
  14. <a href="javascript:;" onclick="choosePeriod('xx',this)" class="on">小学</a>
  15. <a href="javascript:;" onclick="choosePeriod('cz',this)">初中</a>
  16. <a href="javascript:;" onclick="choosePeriod('pg',this)">高中</a>
  17. </p>
  18. </li>
  19. <li>
  20. <label class="name">学科: </label>
  21. <div class="li-r">
  22. <Select v-model="model1" style="width:150px">
  23. <Option v-for="item in cityList" :value="item.value" :key="item.value">{{ item.label }}</Option>
  24. </Select>
  25. </div>
  26. </li>
  27. </ul>
  28. <p class="t_c mgtb20"><a href="javascript:;" onclick="refreshProductList()" class="u-blue-btn">确定</a></p>
  29. </div>
  30. </div>
  31. 小学语文
  32. </div>
  33. </div>
  34. </div>
  35. <div class="libraryindex_content">
  36. <div class="site-nyCase-rect papper-nyCase">
  37. <dl class="nyCase-dl clearfix">
  38. <dt class="nyCase-tit c888">册别:</dt>
  39. <dd class="nyCase-c">
  40. <p class="nyCase-c-a" style="height: 36px;">
  41. <Select v-model="cebie" style="width:150px" @on-change="cebiebtn">
  42. <Option v-for="item in cebiedata" :value="item.value" :key="item.value">{{ item.label }}</Option>
  43. </Select>
  44. </p>
  45. </dd>
  46. </dl>
  47. <dl class="nyCase-dl clearfix">
  48. <dt class="nyCase-tit c888">类型:</dt>
  49. <dd class="nyCase-c">
  50. <p class="nyCase-c-a">
  51. <Select v-model="leixing" style="width:150px">
  52. <Option v-for="item in leixingdata" :value="item.value" :key="item.value">{{ item.label }}</Option>
  53. </Select>
  54. </p>
  55. </dd>
  56. </dl>
  57. <dl class="nyCase-dl nyCase-dl-bb clearfix">
  58. <dt class="nyCase-tit c888">版本:</dt>
  59. <dd class="nyCase-c">
  60. <p class="nyCase-c-a" style="height: 36px;">
  61. <Select v-model="banben" style="width:150px">
  62. <Option v-for="item in banbendata" :value="item.value" :key="item.value">{{ item.label }}</Option>
  63. </Select>
  64. </p>
  65. </dd>
  66. </dl>
  67. <dl class="nyCase-dl clearfix">
  68. <dt class="nyCase-tit c888">来源:</dt>
  69. <dd class="nyCase-c">
  70. <p class="nyCase-c-a">
  71. <Select v-model="laiyuan" style="width:150px">
  72. <Option v-for="item in laiyuandata" :value="item.value" :key="item.value">{{ item.label }}</Option>
  73. </Select>
  74. </p>
  75. </dd>
  76. </dl>
  77. </div>
  78. <div class="together_resource">
  79. <div class="resource_left">
  80. <div class="resource_left_header">
  81. <p class="resource_title">
  82. <a href="javascript:orderQuery('createTime');" class="on new-upload">最新上传<i></i></a>
  83. <a href="javascript:orderQuery('downCount');" class="new-down">最多下载<i></i></a>
  84. <a href="javascript:orderQuery('marks');" class="new-score">评分最高<i></i></a>
  85. </p>
  86. </div>
  87. <div class="resource_list">
  88. <div class="rank-row" v-for="itemy in listdata">
  89. <a id="dl_PD844627256447598592" target="_blank" href="" class="row-photo">
  90. <img :src="itemy.img" width="66" height="66" alt="">
  91. <i class="z-new-ico"></i>
  92. </a>
  93. <div class="row-r-rect clearfix">
  94. <div class="row-r-col2">
  95. <h4>
  96. <a style="display:inline-block;width:450px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:21px;" target="_blank" :href="itemy.skipurl" :title="itemy.title">{{itemy.title}}</a>
  97. </h4>
  98. <p class="title">
  99. <strong class="c888">简介:</strong>
  100. <a style="display:inline-block;width:540px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:21px;" target="_blank" :href="itemy.skipurl">{{itemy.intro}}</a>
  101. </p>
  102. <p class="info">
  103. <span>
  104. <em class="c888">上传时间:</em>{{itemy.time}}
  105. </span>
  106. <span>
  107. <em class="c888">大小:</em>
  108. {{itemy.size}}
  109. </span>
  110. <span><em class="c888">浏览:</em>{{itemy.browse}}</span>
  111. <span><em class="c888">收藏:</em>{{itemy.enshrine}}</span>
  112. <span><em class="c888">下载:</em>{{itemy.upload}}</span>
  113. </p>
  114. </div>
  115. <div class="row-r-col3">
  116. <p class="site_grade"><span class="star"><i style="width:00.0%"></i></span><span class="cfeba1b mgl5" style="color:#feba1b">0.0</span></p>
  117. </div>
  118. </div>
  119. <p class="from">
  120. <i></i>贡献者:
  121. {{itemy.author}}
  122. </p>
  123. </div>
  124. </div>
  125. <div class="pagebtn"><Page :total="100" /></div>
  126. </div>
  127. <div class="resource_right">
  128. <div class="item-recZy">
  129. <h3><strong>推荐资源</strong></h3>
  130. <ul class="clearfix" id="recRes">
  131. <li class="first">
  132. <h4 class="name">
  133. <i class="orange">1</i>
  134. <a target="_blank" title="音频:《小蜗牛》课文朗读.mp3" href="">音频:《小蜗牛》课文...</a>
  135. </h4>
  136. <div class="rect">
  137. <img class="photo" src="../../assets/image/resource/tuijian_img.png" width="66" height="66">
  138. <div class="baseInfo">
  139. <p><strong>9025</strong>次浏览</p><p><strong>13</strong>次下载</p>
  140. </div>
  141. </div>
  142. </li>
  143. <li>
  144. <h4 class="name"><i class="orange">2</i><a target="_blank" title="图片:雪景.jpg" href="">图片:雪景.jpg</a></h4><div class="rect"><div class="baseInfo"><p><strong>8288</strong>次浏览</p><p><strong>3</strong>次下载</p></div></div>
  145. </li>
  146. <li><h4 class="name"><i class="orange">3</i><a target="_blank" title="视频:蜗牛.mp4" href="">视频:蜗牛.mp4</a></h4><div class="rect"><div class="baseInfo"><p><strong>7655</strong>次浏览</p><p><strong>25</strong>次下载</p></div></div></li>
  147. <li><h4 class="name"><i class="gray">4</i><a target="_blank" title="视频:小蜗牛.mp4" href="">视频:小蜗牛.mp4</a></h4><div class="rect"><div class="baseInfo"><p><strong>7610</strong>次浏览</p><p><strong>2</strong>次下载</p></div></div></li>
  148. <li><h4 class="name"><i class="gray">5</i><a target="_blank" title="文档1:《小蜗牛》同步练习.doc" href="">文档1:《小蜗牛》同...</a></h4><div class="rect"><div class="baseInfo"><p><strong>7420</strong>次浏览</p><p><strong>1</strong>次下载</p></div></div></li>
  149. <li><h4 class="name"><i class="gray">6</i><a target="_blank" title="视频:儿歌《蜗牛与黄鹂鸟》.mp4" href="">视频:儿歌《蜗牛与黄...</a></h4><div class="rect"><div class="baseInfo"><p><strong>7067</strong>次浏览</p><p><strong>2</strong>次下载</p></div></div></li>
  150. </ul>
  151. </div>
  152. </div>
  153. </div>
  154. </div>
  155. </div>
  156. </div>
  157. </template>
  158. <script>
  159. export default {
  160. data() {
  161. return {
  162. showbtn:false,
  163. cityList: [
  164. {
  165. value: '语文',
  166. label: '语文'
  167. },
  168. {
  169. value: '数学',
  170. label: '数学'
  171. },
  172. {
  173. value: '英语',
  174. label: '英语'
  175. },
  176. {
  177. value: '科学',
  178. label: '科学'
  179. },
  180. {
  181. value: '体育',
  182. label: '体育'
  183. },
  184. {
  185. value: '信息技术',
  186. label: '信息技术'
  187. }
  188. ],
  189. listdata: [
  190. { "id": 1, "img": require("../../assets/image/resource/document_01.jpg"), "title": '五年级语文上册单元测试卷.doc', "intro": '点击查看更多《五年级语文上册单元测试卷.doc精彩内容', "time": '2019-04-21', "size": '68KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '张国辉',"skipurl":'/details' },
  191. { "id": 2, "img": require("../../assets/image/resource/document_01.jpg"), "title": '统编本二年级上册语文期中试题.doc', "intro": '点击查看更多统编本二年级上册语文期中试题.doc精彩内容', "time": '2019-03-06', "size": '91KB', 'browse': '89', "enshrine": '0', "upload": '0', "author": '任冲',"skipurl":'/details' },
  192. { "id": 3, "img": require("../../assets/image/resource/document_01.jpg"), "title": '四年级语文下册 语文百花园一课一练练习 语文S版.doc', "intro": '点击查看更多四年级语文下册 语文百花园一课一练练习 语文S版.doc精彩内容', "time": '2019-02-21', "size": '99KB', 'browse': '30', "enshrine": '0', "upload": '0', "author": '王瞿',"skipurl":'/details' },
  193. { "id": 4, "img": require("../../assets/image/resource/document_01.jpg"), "title": '四年级语文上册 绿叶的梦 1一课一练(无答案) 语文S版.doc', "intro": '点击查看更多四年级语文上册 绿叶的梦 1一课一练(无答案) 语文S版.doc精彩内容', "time": '2019-02-22', "size": '102.3MB', 'browse': '103', "enshrine": '10', "upload": '5', "author": '李佳',"skipurl":'/details' },
  194. { "id": 5, "img": require("../../assets/image/resource/document_01.jpg"), "title": '四年级语文上册 快乐的暑假 1一课一练(无答案) 语文S版.doc', "intro": '点击查看更多四年级语文上册 快乐的暑假 1一课一练(无答案) 语文S版.doc精彩内容', "time": '2018-12-09', "size": '58MB', 'browse': '206', "enshrine": '10', "upload": '2', "author": '李佳',"skipurl":'/details' },
  195. { "id": 6, "img": require("../../assets/image/resource/document_01.jpg"), "title": '四年级语文上册 让它们自由生息 1一课一练(无答案) 语文S版.doc', "intro": '点击查看更多四年级语文上册 让它们自由生息 1一课一练(无答案) 语文S版.doc精彩内容', "time": '2018-08-16', "size": '85KB', 'browse': '109', "enshrine": '73', "upload": '40', "author": '任冲',"skipurl":'/details' },
  196. { "id": 7, "img": require("../../assets/image/resource/document_01.jpg"), "title": '四年级语文下册 古诗两首-牧童2一课一练(无答案) 鲁教版.doc', "intro": '点击查看更多四年级语文下册 古诗两首-牧童2一课一练(无答案) 鲁教版.doc精彩内容', "time": '2018-09-15', "size": '65KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '任冲',"skipurl":'/details' },
  197. { "id": 8, "img": require("../../assets/image/resource/document_01.jpg"), "title": '二年级语文上册 25 古诗两首练习 人教新课标.doc', "intro": '点击查看更多二年级语文上册 25 古诗两首练习 人教新课标.doc精彩内容', "time": '2019-03-15', "size": '65KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '任冲',"skipurl":'/details' },
  198. ],
  199. model1: '',
  200. cebiedata:[
  201. { value: '不限',label: '不限'},
  202. { value: '一年级上册',label: '一年级上册'},
  203. { value: '一年级下册',label: '一年级下册'},
  204. { value: '二年级上册',label: '二年级上册'},
  205. { value: '二年级下册',label: '二年级下册'},
  206. { value: '三年级上册',label: '三年级上册'},
  207. { value: '三年级下册',label: '三年级下册'},
  208. { value: '四年级上册',label: '四年级上册'},
  209. { value: '四年级下册',label: '四年级下册'},
  210. ],
  211. cebie: '不限',
  212. leixingdata:[
  213. { value: '不限',label: '不限'},
  214. { value: '随堂练习',label: '随堂练习'},
  215. { value: '课后作业',label: '课后作业'},
  216. { value: '单元练习',label: '单元练习'},
  217. { value: '月考试卷',label: '月考试卷'},
  218. { value: '期中测验',label: '期中测验'},
  219. { value: '期末试卷',label: '期末试卷'},
  220. { value: '毕业水平测试',label: '毕业水平测试'},
  221. { value: '竞赛试卷',label: '竞赛试卷'},
  222. ],
  223. leixing: '不限',
  224. banbendata:[
  225. { value: '不限',label: '不限'},
  226. { value: '人教部编版',label: '人教部编版'},
  227. { value: '人教课标版',label: '人教课标版'},
  228. { value: '延边教育出版社',label: '延边教育出版社'},
  229. { value: '北师大课标版',label: '北师大课标版'},
  230. { value: '教科课标版',label: '教科课标版'},
  231. { value: '苏教课标版',label: '苏教课标版'},
  232. { value: '西师大课标版',label: '西师大课标版'},
  233. { value: '教科课标版(新)',label: '教科课标版(新)'},
  234. ],
  235. banben: '不限',
  236. laiyuandata:[
  237. { value: '全部',label: '全部'},
  238. { value: '社会企业',label: '社会企业'},
  239. { value: '教育单位',label: '教育单位'},
  240. { value: '个人共享',label: '个人共享'},
  241. ],
  242. laiyuan: '全部',
  243. }
  244. },
  245. methods: {
  246. showbox() {
  247. this.showbtn = !this.showbtn
  248. },
  249. cebiebtn(){
  250. let newdata=[
  251. { "id": 3, "img": require("../../assets/image/resource/document_01.jpg"), "title": '四年级语文下册 语文百花园一课一练练习 语文S版.doc', "intro": '点击查看更多四年级语文下册 语文百花园一课一练练习 语文S版.doc精彩内容', "time": '2019-02-21', "size": '99KB', 'browse': '30', "enshrine": '0', "upload": '0', "author": '王瞿' },
  252. { "id": 4, "img": require("../../assets/image/resource/document_01.jpg"), "title": '四年级语文下册 绿叶的梦 1一课一练(无答案) 语文S版.doc', "intro": '点击查看更多四年级语文上册 绿叶的梦 1一课一练(无答案) 语文S版.doc精彩内容', "time": '2019-02-22', "size": '102.3MB', 'browse': '103', "enshrine": '10', "upload": '5', "author": '李佳' },
  253. { "id": 5, "img": require("../../assets/image/resource/document_01.jpg"), "title": '四年级语文下册 快乐的暑假 1一课一练(无答案) 语文S版.doc', "intro": '点击查看更多四年级语文上册 快乐的暑假 1一课一练(无答案) 语文S版.doc精彩内容', "time": '2018-12-09', "size": '58MB', 'browse': '206', "enshrine": '10', "upload": '2', "author": '李佳' },
  254. { "id": 6, "img": require("../../assets/image/resource/document_01.jpg"), "title": '四年级语文下册 让它们自由生息 1一课一练(无答案) 语文S版.doc', "intro": '点击查看更多四年级语文上册 让它们自由生息 1一课一练(无答案) 语文S版.doc精彩内容', "time": '2018-08-16', "size": '85KB', 'browse': '109', "enshrine": '73', "upload": '40', "author": '任冲' },
  255. { "id": 7, "img": require("../../assets/image/resource/document_01.jpg"), "title": '四年级语文下册 古诗两首-牧童2一课一练(无答案) 鲁教版.doc', "intro": '点击查看更多四年级语文下册 古诗两首-牧童2一课一练(无答案) 鲁教版.doc精彩内容', "time": '2018-09-15', "size": '65KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '任冲' },
  256. ];
  257. this.listdata=newdata;
  258. }
  259. }
  260. }
  261. </script>
  262. <style scoped>
  263. .libraryindex {
  264. width: 100%;
  265. height: auto;
  266. }
  267. .libraryindex_box {
  268. width:1200px;
  269. height:auto;
  270. margin:0 auto;
  271. }
  272. .name-rect {
  273. float: left;
  274. width: 525px;
  275. }
  276. .tit {
  277. font-size: 24px;
  278. color: #7f7f7f;
  279. font-weight: normal;
  280. float: left;
  281. cursor: pointer;
  282. color: #555;
  283. float: left;
  284. }
  285. .choose-div {
  286. position: relative;
  287. font-size: 12px;
  288. z-index: 11;
  289. float: right;
  290. }
  291. .choose-ico {
  292. display: block;
  293. width: 16px;
  294. height: 16px;
  295. margin: 10px 0 0 10px;
  296. transition: transform .5s ease-in;
  297. background: url(../../assets/image/resource/choose_icon.png) no-repeat;
  298. vertical-align: middle;
  299. }
  300. .choose-ico.c-open {
  301. transform: rotate(180deg);
  302. }
  303. .choose-rect {
  304. position: absolute;
  305. width: 260px;
  306. padding: 0 20px;
  307. background: #fff;
  308. border: #dedede solid 1px;
  309. border-radius: 5px;
  310. margin-left: -80px;
  311. margin-top: 8px;
  312. }
  313. .choose-rect h4 {
  314. font-size: 20px;
  315. line-height: 50px;
  316. border-bottom: #dedede solid 1px;
  317. color: #555;
  318. font-weight: normal;
  319. padding: 0 10px;
  320. }
  321. .clearfix {
  322. display: block;
  323. }
  324. .choose-rect li {
  325. clear: both;
  326. padding-top: 20px;
  327. list-style:none;
  328. }
  329. .choose-rect li label.name {
  330. float: left;
  331. width: 45px;
  332. text-align: right;
  333. line-height: 26px;
  334. margin-right: 10px;
  335. color: #7f7f7f;
  336. }
  337. .choose-rect li .case a.on {
  338. color: #fff;
  339. background: #9d9d9d;
  340. }
  341. .choose-rect li .case a {
  342. float: left;
  343. padding: 0 11px;
  344. margin-right: 5px;
  345. line-height: 26px;
  346. color: #747474;
  347. border-radius: 5px;
  348. }
  349. .mgtb20 {
  350. margin-top: 20px;
  351. margin-bottom: 20px;
  352. }
  353. .t_c {
  354. text-align: center;
  355. }
  356. .u-blue-btn {
  357. display: inline-block;
  358. background: #f1fbfe;
  359. line-height: 28px;
  360. border: #309aeb solid 1px;
  361. border-radius: 3px;
  362. padding: 0 30px;
  363. color: #288add;
  364. text-decoration: none;
  365. font-size: 14px;
  366. }
  367. .u-blue-btn:hover {
  368. background: #309aeb;
  369. border-color: #309aeb;
  370. color: #fff;
  371. text-decoration: none;
  372. }
  373. .libraryindex_content {
  374. width: 100%;
  375. height:auto;
  376. float:left;
  377. }
  378. .site-nyCase-rect {
  379. border: #e4e4e4 solid 1px;
  380. overflow: hidden;
  381. zoom: 1;
  382. padding: 8px 15px 9px 15px;
  383. background: #fff;
  384. }
  385. .site-nyCase-rect .nyCase-tit {
  386. float: left;
  387. width: 52px;
  388. text-align: right;
  389. margin-right: -52px;
  390. line-height: 34px;
  391. font-size: 14px;
  392. }
  393. .site-nyCase-rect .nyCase-c {
  394. margin-left: 76px;
  395. overflow: hidden;
  396. zoom: 1;
  397. }
  398. .site-nyCase-rect .nyCase-c-a {
  399. height: auto;
  400. float: left;
  401. margin-right: 100px;
  402. }
  403. .site-nyCase-rect .nyCase-c a.on {
  404. padding: 0 9px;
  405. line-height: 24px;
  406. border: #9d9d9d solid 1px;
  407. background: #9d9d9d;
  408. border-radius: 3px;
  409. color: #fff;
  410. }
  411. .site-nyCase-rect .nyCase-c-a a {
  412. float: left;
  413. padding: 0 10px;
  414. line-height: 26px;
  415. color: #222;
  416. text-decoration: none;
  417. margin: 4px 6px 4px 0;
  418. white-space: nowrap;
  419. }
  420. .together_resource {
  421. width: 100%;
  422. }
  423. .resource_left {
  424. width: 944px;
  425. float: left;
  426. margin-top: 20px;
  427. margin-left: 10px;
  428. }
  429. .resource_left_header {
  430. height: 47px;
  431. line-height: 47px;
  432. width: 100%;
  433. border: 1px solid #f3f3f3;
  434. background: #fff;
  435. }
  436. .resource_title a {
  437. padding: 0 30px;
  438. display: inline-block;
  439. font-size: 14px;
  440. color: #7d98a9;
  441. }
  442. .resource_title {
  443. float: left;
  444. }
  445. .resource_title a.on, .resource_title a:hover {
  446. background: #56bdff;
  447. color: #fff;
  448. text-decoration: none;
  449. }
  450. .resource_title a i {
  451. width: 10px;
  452. height: 14px;
  453. display: inline-block;
  454. background: url(../../assets/image/resource/arrow_top.png) 0 -26px no-repeat;
  455. margin-left: 5px;
  456. vertical-align: middle;
  457. }
  458. .resource_list {
  459. overflow: hidden;
  460. zoom: 1;
  461. margin-top: 5px;
  462. }
  463. .rank-row {
  464. height: auto !important;
  465. height: 100px;
  466. min-height: 100px;
  467. padding: 20px 35px;
  468. position: relative;
  469. z-index: 0;
  470. background: #fff;
  471. border: #eee solid 1px;
  472. z-index: 0;
  473. margin-bottom: 5px;
  474. }
  475. .row-photo {
  476. width: 66px;
  477. height: 66px;
  478. position: absolute;
  479. left: 35px;
  480. }
  481. .row-r-rect {
  482. margin-left: 95px;
  483. margin-top: -2px;
  484. height: 68px;
  485. position: relative;
  486. }
  487. .row-r-col2 {
  488. color: #222;
  489. line-height: 21px;
  490. }
  491. .row-r-col2 h4 {
  492. font-size: 16px;
  493. font-weight: normal;
  494. color: #222;
  495. }
  496. .row-r-col2 .title {
  497. color: #555;
  498. position: relative;
  499. padding-left: 40px;
  500. margin-top: 5px;
  501. }
  502. .row-r-col2 .title strong {
  503. position: absolute;
  504. top: 0;
  505. left: 0;
  506. font-weight: normal;
  507. }
  508. .row-r-col2 .info span {
  509. margin-right: 25px;
  510. color: #888;
  511. }
  512. .c888, a.c888 {
  513. color: #888;
  514. font-style: normal;
  515. }
  516. .row-r-col3 {
  517. width: 230px;
  518. text-align: right;
  519. position: absolute;
  520. top: -6px;
  521. right: 0;
  522. }
  523. .site_grade {
  524. vertical-align: middle;
  525. display: inline-block;
  526. margin-top: 8px;
  527. }
  528. .site_grade .star {
  529. background: url(../../assets/image/resource/qjf_star.gif) repeat;
  530. width: 70px;
  531. height: 12px;
  532. position: relative;
  533. display: inline-block;
  534. overflow: hidden;
  535. }
  536. .site_grade .star i {
  537. background: url(../../assets/image/resource/qjf_star_r.gif) repeat;
  538. display: inline-block;
  539. height: 12px;
  540. overflow: hidden;
  541. position: absolute;
  542. left: 0;
  543. top: 0;
  544. }
  545. .from {
  546. background: url(../../assets/image/resource/user.gif) no-repeat left center;
  547. padding-left: 20px;
  548. line-height: 26px;
  549. margin-top: 10px;
  550. color: #888;
  551. }
  552. .pagebtn {
  553. width: 100%;
  554. margin: 0 auto;
  555. padding: 0% 25%;
  556. margin-top: 5%;
  557. }
  558. .resource_right {
  559. float: right;
  560. width: 240px;
  561. margin-top: 20px;
  562. }
  563. .item-recZy {
  564. border: #eee solid 1px;
  565. background: #fff;
  566. }
  567. .item-recZy h3 {
  568. height: 47px;
  569. border-bottom: #eee solid 1px;
  570. padding: 0 10px;
  571. }
  572. .item-recZy h3 strong {
  573. font-weight: normal;
  574. font-size: 20px;
  575. color: #288add;
  576. line-height: 47px;
  577. border-bottom: #288add solid 1px;
  578. display: inline-block;
  579. padding: 0 5px;
  580. }
  581. .item-recZy ul {
  582. padding: 0 15px;
  583. display: block;
  584. }
  585. .item-recZy li.first {
  586. padding: 7px 0;
  587. }
  588. .item-recZy li {
  589. padding: 30px 0;
  590. }
  591. .item-recZy .name {
  592. color: #3d95d5;
  593. line-height: 1.8em;
  594. }
  595. .item-recZy .name i {
  596. display: inline-block;
  597. width: 32px;
  598. height: 32px;
  599. border-radius: 16px;
  600. text-align: center;
  601. line-height: 32px;
  602. font-size: 20px;
  603. color: #fff;
  604. background: #ff7f39;
  605. font-weight: normal;
  606. margin: 0 10px 0 0;
  607. vertical-align: middle;
  608. background: #ff7f39;
  609. font-style: normal;
  610. }
  611. .item-recZy .name a {
  612. font-size: 14px;
  613. font-weight: normal;
  614. color: #555;
  615. }
  616. .item-recZy .first .rect {
  617. height: 80px;
  618. background: #fafafa;
  619. margin-top: 10px;
  620. }
  621. .item-recZy .first .photo {
  622. float: left;
  623. width: 66px;
  624. height: 66px;
  625. padding: 7px 8px;
  626. background: #f0f0f0;
  627. margin-right: -90px;
  628. }
  629. .item-recZy .first .baseInfo {
  630. padding-top: 8px;
  631. margin-left: 90px;
  632. }
  633. .item-recZy .baseInfo p {
  634. float: left;
  635. width: 100px;
  636. margin-right: 4px;
  637. margin-top: 8px;
  638. }
  639. .item-recZy .baseInfo strong {
  640. font-weight: normal;
  641. font-size: 14px;
  642. color: #1d9bdc;
  643. margin-right: 5px;
  644. }
  645. .title_name {
  646. width: 100%;
  647. font-size: 14px;
  648. color: #fff;
  649. padding-left: 25px;
  650. line-height: 45px;
  651. font-weight: normal;
  652. cursor: pointer;
  653. background-color: #3d95d5;
  654. }
  655. .u-zy-tit2 {
  656. width: 100%;
  657. min-width: 1200px;
  658. }
  659. .u-zy-tit {
  660. height: 64px;
  661. line-height: 64px;
  662. }
  663. .u-zy-tit .tit {
  664. font-size: 24px;
  665. color: #7f7f7f;
  666. font-weight: normal;
  667. float: left;
  668. cursor: pointer;
  669. color: #555;
  670. }
  671. .u-zy-tit .choose-div {
  672. position: relative;
  673. font-size: 12px;
  674. z-index: 11;
  675. }
  676. .u-zy-tit2 .tit span {
  677. color: #555;
  678. }
  679. .u-zy-tit .tit span {
  680. font-size: 12px;
  681. color: #7f7f7f;
  682. vertical-align: middle;
  683. }
  684. .u-zy-tit2 .choose-ico {
  685. background: url(../../assets/image/resource/choose_icon.png) no-repeat;
  686. }
  687. .u-zy-tit .choose-ico {
  688. display: block;
  689. width: 16px;
  690. height: 16px;
  691. margin: 25px 0 0 10px;
  692. transition: transform .5s ease-in;
  693. }
  694. .u-zy-tit .choose-rect {
  695. position: absolute;
  696. width: 260px;
  697. padding: 0 20px;
  698. background: #fff;
  699. border: #dedede solid 1px;
  700. border-radius: 5px;
  701. margin-left: -80px;
  702. margin-top: 8px;
  703. }
  704. .u-zy-tit .choose-rect h4 {
  705. font-size: 20px;
  706. line-height: 50px;
  707. border-bottom: #dedede solid 1px;
  708. color: #555;
  709. font-weight: normal;
  710. padding: 0 10px;
  711. }
  712. .u-zy-tit .choose-rect li {
  713. clear: both;
  714. padding-top: 20px;
  715. }
  716. .u-zy-tit .choose-rect li label.name {
  717. float: left;
  718. width: 45px;
  719. text-align: right;
  720. line-height: 26px;
  721. margin-right: 10px;
  722. color: #7f7f7f;
  723. }
  724. label {
  725. vertical-align: middle;
  726. }
  727. .u-zy-tit .choose-rect li .case a {
  728. float: left;
  729. padding: 0 11px;
  730. margin-right: 5px;
  731. line-height: 26px;
  732. color: #747474;
  733. border-radius: 5px;
  734. color: #fff;
  735. background: #9d9d9d;
  736. }
  737. .mgtb20 {
  738. margin-top: 20px;
  739. margin-bottom: 20px;
  740. }
  741. .t_c {
  742. text-align: center;
  743. }
  744. .u-white-btn {
  745. background: #fff;
  746. border: #56b8fd solid 1px;
  747. width: 98px;
  748. height: 30px;
  749. text-align: center;
  750. line-height: 30px;
  751. font-size: 14px;
  752. color: #56b8fd;
  753. display: inline-block;
  754. }
  755. .u-zy-tit2 .tit span {
  756. color: #555;
  757. }
  758. .u-zy-tit .tit span {
  759. font-size: 12px;
  760. color: #7f7f7f;
  761. vertical-align: middle;
  762. width: 158px;
  763. z-index: 3;
  764. }
  765. .u-zy-tit2 .tit em {
  766. color: #555;
  767. }
  768. .u-zy-tit .tit em {
  769. color: #55a3de;
  770. font-size: 20px;
  771. font-style: normal;
  772. }
  773. ol, ul, li {
  774. list-style: none;
  775. }
  776. .site-nyCase-rect {
  777. border: #e4e4e4 solid 1px;
  778. overflow: hidden;
  779. zoom: 1;
  780. padding: 8px 15px 9px 15px;
  781. background: #fff;
  782. margin-left: 10px;
  783. }
  784. .site-nyCase-rect .nyCase-tit {
  785. width: 52px;
  786. float: left;
  787. text-align: center;
  788. margin-right: -52px;
  789. line-height: 34px;
  790. font-size: 14px;
  791. color: #888;
  792. }
  793. .site-nyCase-rect .nyCase-c {
  794. margin-left: 76px;
  795. overflow: hidden;
  796. zoom: 1;
  797. }
  798. .site-nyCase-rect .nyCase-c-a {
  799. float: left;
  800. margin-right: 100px;
  801. }
  802. .site-nyCase-rect .nyCase-c a.on {
  803. padding: 0 9px;
  804. line-height: 24px;
  805. border: #9d9d9d solid 1px;
  806. background: #9d9d9d;
  807. border-radius: 3px;
  808. color: #fff;
  809. }
  810. .site-nyCase-rect .nyCase-c-a a {
  811. float: left;
  812. padding: 0 10px;
  813. line-height: 26px;
  814. color: #222;
  815. text-decoration: none;
  816. margin: 4px 6px 4px 0;
  817. white-space: nowrap;
  818. }
  819. .nyCase-dl {
  820. float:left;
  821. width:25%;
  822. }
  823. </style>