Commit 0ec5d402 by 蒋勇

policy

parent 643e200d
......@@ -1121,7 +1121,7 @@ module.exports = {
"dispose_status": { "wxd": "未下单", "yxd": "已下单" },
"order_source": { "gsay": "公司案源", "ptsj": "平台商机", "wzzx": "网站咨询" },
"customer_intention": { "yxyb": "意向一般", "yxhg": "重要意向", "wjt": "未接通" },
"site_theme": { "default": "默认", "normal":"常规","spring": "九宫格", "autumn": "交易", "summer": "工商", "winter": "专利", "meihua": "综合" },//, "summer": "夏天", "autumn": "秋天", "winter": "冬天" },
"site_theme": { "default": "默认", "normal":"常规","spring": "九宫格", "autumn": "交易", "summer": "工商", "winter": "专利", "meihua": "综合","policy":"政策"},//, "summer": "夏天", "autumn": "秋天", "winter": "冬天" },
"site_theme2": { "autumn": "秋天" },//用于交易专场---》秋天主题首页专场信息维护
"tm_transaction_publish_status": { "audit": "审核中", "fail": "审核不通过", "success": "审核通过", "uppershelf": "上架", "lowershelf": "下架" },//商标交易发布状态
"big_class_icon": {
......
<div style="background-color:white" class="autumn">
policy...................
</div>
.autumn {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.autumn-search {
width:1200px;
height:173px;
margin:0 auto;
line-height: 173px;
text-align:center;
z-index:99;
}
.autumn-search-text {
display: inline-block;
margin-right: 42px;
font-size:30px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(252,86,52,1);
}
.autumn-search-input {
width:788px;
height:54px;
background:rgba(255,255,255,1);
border:2px solid rgba(253,98,40,1);
}
.autumn-search .el-input__inner{
width: 631px;
line-height:54px;
height: 54px;
border: none;
border-radius: 0px;
}
.autumn-search .el-input-group__append{
width: 157px;
background:#FC5634;
font-size:16px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(255,255,255,1);
border: none;
border-radius: 0px;
}
.autumn-main-top {
width: 100%;
height: 264px;
padding: 20px 0px;
}
.autumn-main-top-item {
float: left;
width: 25%;
height: 100%;
padding: 10px;
box-sizing: border-box;
cursor: pointer;
}
.autumn-main-top-item:hover {
opacity: 0.8;
}
.autumn-main-top-item > img {
width: 100%;
height: 100%;
}
.autumn-main-nav {
margin: 25px 10px;
width: 100%;
height: 42px;
border-left: 1px solid rgba(229, 59, 24, 1);
}
.autumn-main-nav-item {
float: left;
width: 125px;
height: 40px;
line-height: 40px;
border:1px solid rgba(229, 59, 24, 1);
border-left: none;
font-size:14px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(252,86,52,1);
text-align: center;
cursor: pointer;
}
.autumn-main-content {
margin: 22px 0px;
width: 100%;
max-height: 670px;
padding: 0px 10px;
box-sizing: border-box;
}
.autumn-main-content-item {
display: inline-block;
width: 231px;
height: 164px;
background-color: sandybrown;
position: relative;
cursor: pointer;
}
.autumn-main-content-item > img {
width: 100%;
height: 100%;
}
.content-item-shade {
position: absolute;
top: 0;
width: 100%;
height: 100%;
font-size: 18px;
background-color: rgba(0,0,0,0.6);
color: #fff;
padding: 20px 40px;
box-sizing: border-box;
opacity: 0;
transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
}
.content-item-shade > div {
width: 100%;
line-height: 40px;
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.autumn-main-content-item:hover .content-item-shade {
opacity: 1;
}
.autumn-img1 {
width: 100%;
height: 693px;
background: url('/imgs/autumn/bj1.png');
background-size: 100% 100%;
text-align: center;
}
.autumn-img2 {
width: 100%;
height: 662px;
background: url('/imgs/autumn/bj2.png');
background-size: 100% 100%;
text-align: center;
}
.autumn-img3 {
width: 100%;
height: 616px;
background: url('/imgs/autumn/bj3.png');
background-size: 100% 100%;
text-align: center;
}
.autumn-bj > img {
margin-top: 99px;
}
.autumn-two {
position: absolute;
top: 83px;
width: 100%;
height: 400px;
z-index: 999;
}
.autumn-two-main {
width: 1200px;
height: 100%;
margin: 0 auto;
}
.autumn-two-main-left {
float: left;
width:200px;
height:100%;
background:rgba(0,0,0,0.5);
box-sizing: border-box;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.autumn-two-left-item {
width: 100%;
height: 50px;
line-height: 50px;
text-align: left;
font-size: 14px;
color:rgba(255,255,255,0.7);
cursor: pointer;
}
.autumn-two-left-item:last-child {
text-align: center;
background: #fc5634;
color:#fff;
}
.autumn-two-left-item-cla {
width: 100%;
height: 50px;
line-height: 50px;
text-align: left;
font-size: 14px;
background-color:#FFFFFF;
color:#FD6228;
cursor: pointer;
}
.autumn-two-left-item-span{
display: block;
width: 60%;
height: 100%;
margin: 0 auto;
}
.autumn-two-right {
width: 1000px;
height: 100%;
overflow-y: auto;
float: right;
background-color: #fff;
text-align: left;
box-sizing: border-box;
cursor: default;
}
.autumn-tow-right-title {
cursor: pointer;
width: 100%;
padding-left: 11px;
line-height: 36px;
font-size:14px;
font-family:PingFangSC-Regular;
color:rgba(56,64,75,1);
overflow: hidden;
font-weight: bold;
}
.autumn-tow-right-lists {
float: left;
width: 100%;
height: 100%;
}
.autumn-tow-right-it {
float: left;
line-height: 30px;
cursor: pointer;
font-size:14px;
font-family:PingFangSC-Regular;
font-weight:400;
color:#666;
overflow: hidden;
position: relative;
padding: 0px 11px;
}
.autumn-tow-right-it:after {
content: '';
position: absolute;
width: 1px;
height: 10px;
background-color: #a4a4a4;
top: 10px;
right: 0;
}
.autumn-tow-right-it:last-child {
position: static;
}
.autumn-tow-right-it:hover {
color: #FD6228;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment