Commit 73781103 authored by wuwangwolihui's avatar wuwangwolihui

营地2.0-修改

parent 4db528e7
......@@ -122,16 +122,16 @@
.title {
line-height: 28px;
font-size: 17px;
font-size: 16px;
font-weight: 500;
margin: 0.2vw 0;
margin: 0.3vw 0;
color: #000000;
}
}
.active-list-item-cont-txt1 {
font-size: 14px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
margin: 0.2vw 0;
.sign-box {
......@@ -162,20 +162,19 @@
}
.active-list-item-cont-txt2 {
font-size: 14px;
font-size: 13px;
//color: #999999;
color: #333333;
line-height: 24px;
line-height: 20px;
margin: 0.2vw 0;
}
.active-list-item-cont-txt3 {
font-size: 14px;
font-size: 13px;
color: #FEB77A;
line-height: 24px;
line-height: 20px;
margin: 0.2vw 0;
}
}
.active-list-item-bottom {
......@@ -186,7 +185,7 @@
border-top: 1px solid #cccccc;
margin-top: 0.5vw;
padding: 0.5vw 20px;
font-size: 14px;
font-size: 13px;
line-height: 28px;
cursor: pointer;
color: #999999;
......
......@@ -9,7 +9,7 @@
<img src="../assets/img/logo_f.png"/>
</div>
<div class="contact_list">
<div class="contact_list_title">联系我们</div>
<!--<div class="contact_list_title">联系我们</div>-->
<div class="contact_list_item">
<!--<i class="el-icon-message"></i>-->
<span>联系邮箱:</span>service@campcenter.cn
......@@ -34,7 +34,7 @@
</div>
<div class="copyRight">
<div class="com-container">
<a href="">Copyright © 2021 营地系统 版权所有</a>
<a href="">Copyright © 2023 营地系统 版权所有</a>
</div>
</div>
</div>
......@@ -63,6 +63,7 @@
display: flex;
flex-flow: row;
justify-content: space-between;
align-items: center;
.contact_us {
flex: 1;
......@@ -82,6 +83,7 @@
display: flex;
flex-flow: column;
align-items: flex-start;
justify-content: center;
padding: 0;
/*margin-left: 35%;*/
margin-left: 20%;
......
......@@ -20,7 +20,7 @@
<div class="line"></div>
<div class="copyRight">
<div>
<a href="">Copyright © 2021 营地系统 版权所有</a>
<a href="">Copyright © 2023 营地系统 版权所有</a>
<!-- <a target="_blank" href="https://beian.miit.gov.cn"
>京ICP备19058825号-3</a>
<a
......
......@@ -440,11 +440,11 @@
margin: 15px 0;
.content-item-tit {
width: 140px;
width: 100px;
height: 36px;
line-height: 36px;
text-align: center;
font-size: 16px;
font-size: 14px;
background-color: #f5f5f5;
margin-right: 10px;
}
......@@ -458,7 +458,7 @@
::v-deep .el-checkbox {
color: #333333;
border: 0;
padding: 0 10px;
padding: 0 5px;
margin: 0 0 0 15px;
height: 36px;
line-height: 36px;
......@@ -469,7 +469,7 @@
.el-checkbox__label {
padding: 0;
font-size: 16px;
font-size: 14px;
}
/*&:hover,*/
......@@ -517,6 +517,9 @@
.btn-area {
display: inline-block;
float: right;
margin-right: 200px;
.el-button {
height: 36px;
......
......@@ -283,12 +283,12 @@
.line {
flex: 1;
border-bottom: 1px solid #D7D7D7;
border-bottom: 1px solid #eeeeee;
}
.view-more {
color: #666666;
font-size: 16px;
color: #999999;
font-size: 13px;
width: 74px;
margin-left: 40px;
......@@ -357,6 +357,7 @@
.tags {
display: flex;
padding: 2% 0 3%;
color: #ffffff;
:first-child {
background-color: #FEB370;
......@@ -364,12 +365,11 @@
:nth-child(2) {
background-color: var(--all_color);
color: #ffffff;
}
}
.tag {
font-size: 16px;
font-size: 13px;
padding: 5px 9px;
margin-right: 10px;
border-radius: 4px;
......
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