123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966 |
- <template>
- <div class="together_one_box">
- <div class="u-zy-tit u-zy-tit2">
- <div class="w1200">
- <div class="tit" id="case-choose-btn">
- <div class="fr choose-div">
- <span class="choose-ico" @click="callouts"></span>
- <div class="choose-rect dis_none" v-show="callout">
- <h4>教材选择</h4>
- <ul class="clearfix">
- <li>
- <label class="name">学段: </label>
- <p class="li-r case">
- <a href="javascript:;" onclick="choosePeriod('xx',this)" class="on">小学</a>
- <a href="javascript:;" onclick="choosePeriod('cz',this)">初中</a>
- <a href="javascript:;" onclick="choosePeriod('pg',this)">高中</a>
- </p>
- </li>
- <li>
- <label class="name">学科: </label>
- <Select v-model="model1" style="width:150px;float:left">
- <Option v-for="item in cityList" :value="item.value" :key="item.value">{{ item.label }}</Option>
- </Select>
- </li>
- <li>
- <label class="name">版本: </label>
- <Select v-model="model2" style="width:150px;float:left">
- <Option v-for="items in cityList2" :value="items.value" :key="items.value">{{ items.label }}</Option>
- </Select>
- </li>
- </ul>
- <p class="t_c mgtb20"><a href="javascript:;" onclick="refreshProductList()" class="u-white-btn">确定</a></p>
- </div>
- </div>
- 小学语文<span class="mglr10">●</span>
- <em style="color:#555">
- 人教部编版...
- </em>
- </div>
- </div>
- </div>
- <div class="together_content_start">
- <div class="together_content">
- <div class="left_box">
- <p class="title_name">一年级上册</p>
- <div class="ztree_box">
- <Tree :data="data1"></Tree>
- </div>
- </div>
- <div class="right_box">
- <div class="right_header">
- <div class="site-nyCase-rect">
- <dl class="nyCase-dl clearfix">
- <dt class="nyCase-tit c888">类型:</dt>
- <dd class="nyCase-c">
- <p class="nyCase-c-a">
- <Select v-model="typedefault" style="width:150px" @on-change="clickbtn">
- <Option v-for="itemf in typedata" :value="itemf.value" :key="itemf.value">{{ itemf.label }}</Option>
- </Select>
- </p>
- </dd>
- </dl>
- <dl class="nyCase-dl clearfix">
- <dt class="nyCase-tit c888">格式:</dt>
- <dd class="nyCase-c">
- <p class="nyCase-c-a">
- <Select v-model="formatdefault" style="width:150px" @on-change="clickformatdefault">
- <Option v-for="itemf in formatdata" :value="itemf.value" :key="itemf.value">{{ itemf.label }}</Option>
- </Select>
- </p>
- </dd>
- </dl>
- <dl class="nyCase-dl clearfix">
- <dt class="nyCase-tit c888">来源:</dt>
- <dd class="nyCase-c">
- <p class="nyCase-c-a">
- <Select v-model="sourcedefault" style="width:150px">
- <Option v-for="itemf in sourcedata" :value="itemf.value" :key="itemf.value">{{ itemf.label }}</Option>
- </Select>
- </p>
- </dd>
- </dl>
- </div>
- </div>
- <div class="together_resource">
- <div class="resource_left">
- <div class="resource_left_header">
- <p class="resource_title">
- <a href="javascript:orderQuery('createTime');" class="on new-upload">最新上传<i></i></a>
- <a href="javascript:orderQuery('downCount');" class="new-down">最多下载<i></i></a>
- <a href="javascript:orderQuery('marks');" class="new-score">评分最高<i></i></a>
- </p>
- </div>
- <div class="resource_list">
- <div class="rank-row" v-for="itemy in listdata">
- <a id="dl_PD844627256447598592" target="_blank" href="" class="row-photo">
- <img :src="itemy.img" width="66" height="66" alt="">
- <i class="z-new-ico"></i>
- </a>
- <div class="row-r-rect clearfix">
- <div class="row-r-col2">
- <h4>
- <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>
- </h4>
- <p class="title">
- <strong class="c888">简介:</strong>
- <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>
- </p>
- <p class="info">
- <span>
- <em class="c888">上传时间:</em>{{itemy.time}}
- </span>
- <span>
- <em class="c888">大小:</em>
- {{itemy.size}}
- </span>
- <span><em class="c888">浏览:</em>{{itemy.browse}}</span>
- <span><em class="c888">收藏:</em>{{itemy.enshrine}}</span>
- <span><em class="c888">下载:</em>{{itemy.upload}}</span>
- </p>
- </div>
- <div class="row-r-col3">
- <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>
- </div>
- </div>
- <p class="from">
- <i></i>贡献者:
- {{itemy.author}}
- </p>
- </div>
- </div>
- <div class="pagebtn"><Page :total="100" /></div>
- </div>
- <div class="resource_right">
- <div class="item-recZy">
- <h3><strong>推荐资源</strong></h3>
- <ul class="clearfix" id="recRes"><li class="first">
- <h4 class="name">
- <i class="orange">1</i>
- <a target="_blank" title="音频:《小蜗牛》课文朗读.mp3" href="">音频:《小蜗牛》课文...</a>
- </h4>
- <div class="rect">
- <img class="photo" src="../../assets/image/resource/tuijian_img.png" width="66" height="66">
- <div class="baseInfo">
- <p><strong>9025</strong>次浏览</p><p><strong>13</strong>次下载</p>
- </div></div></li><li>
- <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></li><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><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><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><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></ul>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- export default {
- data() {
- return {
- cityList: [
- {
- value: '语文',
- label: '语文'
- },
- {
- value: '数学',
- label: '数学'
- },
- {
- value: '英语',
- label: '英语'
- },
- {
- value: '品德与生活',
- label: '品德与生活'
- },
- {
- value: '品德与社会',
- label: '品德与社会'
- },
- {
- value: '体育',
- label: '体育'
- },
- {
- value: '道德与法治',
- label: '道德与法治'
- },
- {
- value: '科学',
- label: '科学'
- },
- {
- value: '音乐',
- label: '音乐'
- }
- ],
- cityList2: [
- {
- value: '人教部编版(新)',
- label: '人教部编版(新)'
- },
- {
- value: '延边教育出版社',
- label: '延边教育出版社'
- },
- {
- value: '人教课标版',
- label: '人教课标版'
- },
- {
- value: '北师大课标版',
- label: '北师大课标版'
- },
- {
- value: '鄂教课标版',
- label: '鄂教课标版'
- },
- {
- value: '教科课标版',
- label: '教科课标版'
- },
- {
- value: '教科课标版(新)',
- label: '教科课标版(新)'
- },
- {
- value: '西师大课标版',
- label: '西师大课标版'
- },
- {
- value: '语文社课标版',
- label: '语文社课标版'
- }
- ],
- model1: '',
- model2: '',
- callout: false,
- data1: [
- {
- title: '我上学了',
- expand: true,
- children: [
- {
- title: '识字',
- expand: false,
- children: [
- {
- title: '1 天地人'
- },
- {
- title: '2 金木水火土'
- },
- {
- title: '3 口耳目'
- },
- {
- title: '4 日月水火'
- },
- {
- title: '5 对韵歌'
- },
- {
- title: '口语交际:我说你做'
- },
- {
- title: '语文园地一'
- },
- {
- title: '快乐读书吧'
- },
- ]
- },
- {
- title: '汉语拼音',
- expand: false,
- children: [
- {
- title: '1 a o e'
- },
- {
- title: '2 i u ü y w '
- },
- {
- title: '3 b p m f '
- },
- {
- title: '4 d t n l '
- },
- {
- title: '5 g k h '
- },
- {
- title: '6 j q x '
- },
- {
- title: '7 z c s'
- },
- {
- title: '8 zh ch sh r'
- },
- {
- title: '语文园地二 '
- },
- {
- title: '9 ai ei ui'
- },
- {
- title: '10 ao ou iu'
- },
- {
- title: '11 ie üe er'
- },
- {
- title: '12 an en in un ün'
- },
- {
- title: '13 ang eng ing ong'
- },
- {
- title: '语文园地三'
- },
- ]
- },
- {
- title: '课文',
- expand: false,
- children: [
- {
- title: '1 秋天'
- },
- {
- title: '2 小小的船'
- },
- {
- title: '3 江南'
- },
- {
- title: '4 四季'
- },
- {
- title: '口语交际:我们做朋友'
- },
- ],
- },
- {
- title: '识字',
- expand: false,
- children: [
- {
- title: '6 画'
- },
- {
- title: '7 大小多少'
- },
- {
- title: '8 小书包'
- },
- {
- title: '9 日月明'
- },
- {
- title: '10 升国旗'
- },
- {
- title: '语文园地五'
- },
- ],
- },
- {
- title: '课文',
- expand: false,
- children: [
- {
- title: '5 影子'
- },
- {
- title: '6 比尾巴'
- },
- {
- title: '7 青蛙写诗'
- },
- {
- title: '口语交际:用多大的声音'
- },
- {
- title: '语文园地六'
- },
- {
- title: '9 明天要远足'
- },
- {
- title: '10 大还是小'
- },
- {
- title: '11 项链'
- },
- {
- title: '12 雪地里的小画家'
- },
- {
- title: '13 乌鸦喝水'
- },
- {
- title: '14 小蜗牛'
- },
- ],
- },
- {
- title: '识字表',
- expand: false,
- },
- {
- title: '写字表',
- expand: false,
- },
- {
- title: '常用笔画名称表',
- expand: false,
- },
- {
- title: '常用偏旁名称表',
- expand: false,
- },
- ]
- }
- ],
- typedata:[
- {value: '全部',label: '全部'},
- {value: '课件',label: '课件'},
- {value: '习题',label: '习题'},
- {value: '教案',label: '教案'},
- {value: '试卷',label: '试卷'},
- {value: '素材',label: '素材'},
- {value: '微课',label: '微课'},
- {value: '其他',label: '其他'},
- ],
- typedefault:'全部',
- formatdata:[
- {value: '全部',label: '全部'},
- {value: '文档',label: '文档'},
- {value: '图片',label: '图片'},
- {value: '音频',label: '音频'},
- {value: '视频',label: '视频'},
- {value: '动画',label: '动画'},
- {value: '压缩包',label: '压缩包'},
- {value: '其他',label: '其他'},
- ],
- formatdefault:'全部',
- sourcedata:[
- {value: '全部',label: '全部'},
- {value: '社会企业',label: '社会企业'},
- {value: '教育单位',label: '教育单位'},
- {value: '个人共享',label: '个人共享'},
- ],
- sourcedefault:'全部',
- listdata: [
- { "id": 1, "img": require("../../assets/image/resource/document_01.jpg"), "title": '《风姑娘送》 教学设计.docx', "intro": '点击查看更多《2金木水火土》 教学设计.docx精彩内容', "time": '2019-03-15', "size": '65KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '王佳慧',"skipurl":'/details' },
- { "id": 2, "img": require("../../assets/image/resource/document_02.jpg"), "title": '《小溪生病了》同步练习.doc', "intro": '点击查看更多《小蜗牛》同步练习精彩内容', "time": '2018-11-06', "size": '91KB', 'browse': '89', "enshrine": '0', "upload": '0', "author": '任冲',"skipurl":'/details' },
- { "id": 3, "img": require("../../assets/image/resource/document_01.jpg"), "title": '《窗外小鸟轻点叫》 教学设计.docx', "intro": '点击查看更多《窗外小鸟轻点叫》 教学设计.docx精彩内容', "time": '2019-03-15', "size": '65KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '任冲',"skipurl":'/details' },
- { "id": 4, "img": require("../../assets/image/resource/document_04.jpg"), "title": '视频:柳绿桃红.flv', "intro": '点击查看更多视频:柳绿桃红.flv精彩内容', "time": '2019-02-22', "size": '102.3MB', 'browse': '103', "enshrine": '10', "upload": '5', "author": '李佳',"skipurl":'/videodetails' },
- { "id": 5, "img": require("../../assets/image/resource/document_04.jpg"), "title": '视频:山清水秀的自然风光.mp4', "intro": '点击查看更多视频:山清水秀的自然风光.mp4精彩内容', "time": '2018-12-09', "size": '58MB', 'browse': '206', "enshrine": '10', "upload": '2', "author": '李佳',"skipurl":'/videodetails' },
- { "id": 6, "img": require("../../assets/image/resource/document_04.jpg"), "title": '视频:云、雨、雪的形成.mp4', "intro": '点击查看更多视频:云、雨、雪的形成.mp4精彩内容', "time": '2018-08-16', "size": '85KB', 'browse': '109', "enshrine": '73', "upload": '40', "author": '任冲',"skipurl":'/videodetails' },
- { "id": 7, "img": require("../../assets/image/resource/document_02.jpg"), "title": '文档:《对韵歌》拓展学习.ppt', "intro": '点击查看更多文档:《对韵歌》拓展学习.ppt精彩内容', "time": '2018-09-15', "size": '65KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '任冲',"skipurl":'/details' },
- { "id": 8, "img": require("../../assets/image/resource/document_01.jpg"), "title": '《山爷爷和孩子的对话》 教学设计.docx', "intro": '点击查看更多《山爷爷和孩子的对话》 教学设计.docx精彩内容', "time": '2019-03-15', "size": '65KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '任冲',"skipurl":'/details' },
- { "id": 9, "img": require("../../assets/image/resource/document_03.jpg"), "title": '音频:《对韵歌》课文朗读.mp3', "intro": '点击查看更多音频:《对韵歌》课文朗读.mp3精彩内容', "time": '2019-02-21', "size": '99KB', 'browse': '30', "enshrine": '0', "upload": '0', "author": '王瞿',"skipurl":'/details' },
- ],
- }
- },
- methods: {
- callouts() {
- this.callout = !this.callout //取反
- },
- clickbtn(){
- let newdata=[
- { "id": 1, "img": require("../../assets/image/resource/document_01.jpg"), "title": '《风姑娘送》 教学设计.docx', "intro": '点击查看更多《2金木水火土》 教学设计.docx精彩内容', "time": '2019-03-15', "size": '65KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '王佳慧' },
- { "id": 2, "img": require("../../assets/image/resource/document_02.jpg"), "title": '《小溪生病了》同步练习.doc', "intro": '点击查看更多《小蜗牛》同步练习精彩内容', "time": '2018-11-06', "size": '91KB', 'browse': '89', "enshrine": '0', "upload": '0', "author": '任冲' },
- { "id": 3, "img": require("../../assets/image/resource/document_01.jpg"), "title": '《窗外小鸟轻点叫》 教学设计.docx', "intro": '点击查看更多《窗外小鸟轻点叫》 教学设计.docx精彩内容', "time": '2019-03-15', "size": '65KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '任冲' },
- { "id": 4, "img": require("../../assets/image/resource/document_01.jpg"), "title": '《山爷爷和孩子的对话》 教学设计.docx', "intro": '点击查看更多《山爷爷和孩子的对话》 教学设计.docx精彩内容', "time": '2019-03-15', "size": '65KB', 'browse': '109', "enshrine": '5', "upload": '0', "author": '任冲' },
- ];
- this.listdata=newdata;
- },
- clickformatdefault(){
- let newdata=[
- { "id": 1, "img": require("../../assets/image/resource/document_04.jpg"), "title": '视频:柳绿桃红.flv', "intro": '点击查看更多视频:柳绿桃红.flv精彩内容', "time": '2019-02-22', "size": '102.3MB', 'browse': '103', "enshrine": '10', "upload": '5', "author": '李佳' },
- { "id": 2, "img": require("../../assets/image/resource/document_04.jpg"), "title": '视频:山清水秀的自然风光.mp4', "intro": '点击查看更多视频:山清水秀的自然风光.mp4精彩内容', "time": '2018-12-09', "size": '58MB', 'browse': '206', "enshrine": '10', "upload": '2', "author": '李佳' },
- { "id": 3, "img": require("../../assets/image/resource/document_04.jpg"), "title": '视频:云、雨、雪的形成.mp4', "intro": '点击查看更多视频:云、雨、雪的形成.mp4精彩内容', "time": '2018-08-16', "size": '85KB', 'browse': '109', "enshrine": '73', "upload": '40', "author": '任冲' },
- ];
- this.listdata=newdata;
- },
- },
- }
- </script>
- <style scoped>
- .together {
- width:100%;
- }
- .together_content_start {
- width:1200px;
- margin:0 auto;
- }
- .together_content {
- width: 1200px;
- height: auto;
- float:left;
- margin:0 auto;
- padding-bottom:30px;
- }
- .left_box {
- width:210px;
- display:inline-block;
- float:left;
- }
- .ztree_box {
- width: 210px;
- border: 0px;
- background: #fff;
- margin-top: 0px;
- padding: 10px 10px;
- height: 360px;
- overflow-y: auto;
- overflow-x: auto;
- border: 1px solid #e3e3e3;
- }
- .right_box {
- width: 977px;
- float:left;
- }
- .together_resource {
- width:100%;
- }
- .resource_left {
- width: 722px;
- float: left;
- margin-top: 20px;
- margin-left: 10px;
- }
- .resource_left_header {
- height: 47px;
- line-height: 47px;
- width: 100%;
- border: 1px solid #f3f3f3;
- background: #fff;
- }
- .resource_title a {
- padding: 0 30px;
- display: inline-block;
- font-size: 14px;
- color: #7d98a9;
- }
- .resource_title {
- float:left;
- }
- .resource_title a.on, .resource_title a:hover {
- background: #56bdff;
- color: #fff;
- text-decoration: none;
- }
- .resource_title a i {
- width: 10px;
- height: 14px;
- display: inline-block;
- background: url(../../assets/image/resource/arrow_top.png) 0 -26px no-repeat;
- margin-left: 5px;
- vertical-align: middle;
- }
- .resource_list {
- overflow: hidden;
- zoom: 1;
- margin-top: 5px;
- }
- .rank-row {
- height: auto !important;
- height: 100px;
- min-height: 100px;
- padding: 20px 35px;
- position: relative;
- z-index: 0;
- background: #fff;
- border: #eee solid 1px;
- z-index: 0;
- margin-bottom: 5px;
- }
- .row-photo {
- width: 66px;
- height: 66px;
- position: absolute;
- left: 35px;
- }
- .row-r-rect {
- margin-left: 95px;
- margin-top: -2px;
- height: 68px;
- position: relative;
- }
- .row-r-col2 {
- color: #222;
- line-height: 21px;
- }
- .row-r-col2 h4 {
- font-size: 16px;
- font-weight: normal;
- color: #222;
- }
- .row-r-col2 .title {
- color: #555;
- position: relative;
- padding-left: 40px;
- margin-top: 5px;
- }
- .row-r-col2 .title strong {
- position: absolute;
- top: 0;
- left: 0;
- font-weight: normal;
- }
- .row-r-col2 .info span {
- margin-right: 25px;
- color: #888;
- }
- .c888, a.c888 {
- color: #888;
- font-style: normal;
- }
- .row-r-col3 {
- width: 230px;
- text-align: right;
- position: absolute;
- top: -6px;
- right: 0;
- }
- .site_grade {
- vertical-align: middle;
- display: inline-block;
- margin-top: 8px;
- }
- .site_grade .star {
- background: url(../../assets/image/resource/qjf_star.gif) repeat;
- width: 70px;
- height: 12px;
- position: relative;
- display: inline-block;
- overflow: hidden;
- }
- .site_grade .star i {
- background: url(../../assets/image/resource/qjf_star_r.gif) repeat;
- display: inline-block;
- height: 12px;
- overflow: hidden;
- position: absolute;
- left: 0;
- top: 0;
- }
- .from {
- background: url(../../assets/image/resource/user.gif) no-repeat left center;
- padding-left: 20px;
- line-height: 26px;
- margin-top: 10px;
- color: #888;
- }
- .pagebtn {
- width:100%;
- margin:0 auto;
- padding:0% 25%;
- margin-top:5%;
- }
- .resource_right {
- float: right;
- width: 240px;
- margin-top: 20px;
- }
- .item-recZy {
- border: #eee solid 1px;
- background: #fff;
- }
- .item-recZy h3 {
- height: 47px;
- border-bottom: #eee solid 1px;
- padding: 0 10px;
- }
- .item-recZy h3 strong {
- font-weight: normal;
- font-size: 20px;
- color: #288add;
- line-height: 47px;
- border-bottom: #288add solid 1px;
- display: inline-block;
- padding: 0 5px;
- }
- .item-recZy ul {
- padding: 0 15px;
- display: block;
- }
- .item-recZy li.first {
- padding: 7px 0;
- }
- .item-recZy li {
- padding: 30px 0;
- }
- .item-recZy .name {
- color: #3d95d5;
- line-height: 1.8em;
- }
- .item-recZy .name i {
- display: inline-block;
- width: 32px;
- height: 32px;
- border-radius: 16px;
- text-align: center;
- line-height: 32px;
- font-size: 20px;
- color: #fff;
- background: #ff7f39;
- font-weight: normal;
- margin: 0 10px 0 0;
- vertical-align: middle;
- background: #ff7f39;
- font-style: normal;
- }
- .u-zy-tit .choose-rect li .case a {
- float: left;
- padding: 0 11px;
- margin-right: 10px;
- line-height: 26px;
- color: #747474;
- border-radius: 5px;
- }
- a, a:visited {
- text-decoration: none;
- }
- .on{
- color: #fff;
- background: #9d9d9d;
- }
- .item-recZy .name a {
- font-size: 14px;
- font-weight: normal;
- color: #555;
- }
- .item-recZy .first .rect {
- height: 80px;
- background: #fafafa;
- margin-top: 10px;
- }
- .item-recZy .first .photo {
- float: left;
- width: 66px;
- height: 66px;
- padding: 7px 8px;
- background: #f0f0f0;
- margin-right: -90px;
- }
- .item-recZy .first .baseInfo {
- padding-top: 8px;
- margin-left: 90px;
- }
- .item-recZy .baseInfo p {
- float: left;
- width: 100px;
- margin-right: 4px;
- margin-top: 8px;
- }
- .item-recZy .baseInfo strong {
- font-weight: normal;
- font-size: 14px;
- color: #1d9bdc;
- margin-right: 5px;
- }
- .title_name {
- width: 100%;
- font-size: 14px;
- color: #fff;
- padding-left: 25px;
- line-height: 45px;
- font-weight: normal;
- cursor: pointer;
- background-color: #3d95d5;
- }
- .u-zy-tit2 {
- width: 100%;
- min-width: 1200px;
- }
- .u-zy-tit {
- height: 64px;
- line-height: 64px;
- }
- .u-zy-tit .tit {
- font-size: 24px;
- color: #7f7f7f;
- font-weight: normal;
- float: left;
- cursor: pointer;
- color: #555;
- }
- .u-zy-tit .choose-div {
- position: relative;
- font-size: 12px;
- z-index: 11;
- }
- .u-zy-tit2 .tit span {
- color: #555;
- }
- .u-zy-tit .tit span {
- font-size: 12px;
- color: #7f7f7f;
- vertical-align: middle;
- }
- .u-zy-tit2 .choose-ico {
- background: url(../../assets/image/resource/choose_icon.png) no-repeat;
- }
- .u-zy-tit .choose-ico {
- display: block;
- width: 16px;
- height: 16px;
- margin: 25px 0 0 10px;
- transition: transform .5s ease-in;
- }
- .u-zy-tit .choose-rect {
- position: absolute;
- width: 260px;
- padding: 0 20px;
- background: #fff;
- border: #dedede solid 1px;
- border-radius: 5px;
- margin-left: -80px;
- margin-top: 8px;
- }
- .u-zy-tit .choose-rect h4 {
- font-size: 20px;
- line-height: 50px;
- border-bottom: #dedede solid 1px;
- color: #555;
- font-weight: normal;
- padding: 0 10px;
- }
- .u-zy-tit .choose-rect li {
- clear: both;
- padding-top: 20px;
- }
- .u-zy-tit .choose-rect li label.name {
- float: left;
- width: 45px;
- text-align: right;
- line-height: 26px;
- margin-right: 10px;
- color: #7f7f7f;
- }
- label {
- vertical-align: middle;
- }
- .u-zy-tit .choose-rect li .case a {
- float: left;
- padding: 0 11px;
- margin-right: 5px;
- line-height: 26px;
- color: #747474;
- border-radius: 5px;
- color: #fff;
- background: #9d9d9d;
- }
- .mgtb20 {
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .t_c {
- text-align: center;
- }
- .u-white-btn {
- background: #fff;
- border: #56b8fd solid 1px;
- width: 98px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- font-size: 14px;
- color: #56b8fd;
- display: inline-block;
- }
- .u-zy-tit2 .tit span {
- color: #555;
- }
- .u-zy-tit .tit span {
- font-size: 12px;
- color: #7f7f7f;
- vertical-align: middle;
- width: 158px;
- z-index: 3;
- }
- .u-zy-tit2 .tit em {
- color: #555;
- }
- .u-zy-tit .tit em {
- color: #55a3de;
- font-size: 20px;
- font-style: normal;
- }
- ol, ul, li {
- list-style: none;
- }
- .site-nyCase-rect {
- border: #e4e4e4 solid 1px;
- overflow: hidden;
- zoom: 1;
- padding: 8px 15px 9px 15px;
- background: #fff;
- margin-left:10px;
- }
- .site-nyCase-rect .nyCase-tit {
- width: 52px;
- float: left;
- text-align: center;
- margin-right: -52px;
- line-height: 34px;
- font-size: 14px;
- color: #888;
- }
- .site-nyCase-rect .nyCase-c {
- margin-left: 76px;
- overflow: hidden;
- zoom: 1;
- width:25%;
- float:left;
- }
- .site-nyCase-rect .nyCase-c-a {
- float: left;
- margin-right: 100px;
- }
- .site-nyCase-rect .nyCase-c a.on {
- padding: 0 9px;
- line-height: 24px;
- border: #9d9d9d solid 1px;
- background: #9d9d9d;
- border-radius: 3px;
- color: #fff;
- }
- .site-nyCase-rect .nyCase-c-a a {
- float: left;
- padding: 0 10px;
- line-height: 26px;
- color: #222;
- text-decoration: none;
- margin: 4px 6px 4px 0;
- white-space: nowrap;
- }
- </style>
|