首页UI字体

This commit is contained in:
shenyanpei
2021-12-02 17:11:53 +08:00
parent bdf353da94
commit 9bfb13deee
8 changed files with 32 additions and 17 deletions
+6 -6
View File
@@ -3,7 +3,7 @@
<div>
<div v-if="label" class="icon-style">
<span v-for="item in icons" v-if="item.label === label" :class="item.icon" style="font-size: 20px;">
<span style="padding-left: 10px; font-size: 16px">
<span style="font-size: 15px;">
{{ label }}
</span>
</span>
@@ -67,7 +67,7 @@
<style lang="less" scoped>
.wx-card {
line-height: 70px;
line-height: 50px;
text-align: center;
background: #fff;
display: flex;
@@ -79,7 +79,7 @@
& > div {
border-radius: 5px;
width: 100%;
height: 70px;
height: 50px;
color: #fff;
background-color: #4788c0;
}
@@ -91,7 +91,7 @@
}
}
.wx-card1 {
line-height: 70px;
line-height: 50px;
text-align: center;
background: #fff;
display: flex;
@@ -102,7 +102,7 @@
padding-left: 10px;
& > div {
width: 100%;
height: 70px;
height: 50px;
background: #fff;
border: 2px dashed #E4E4E4;
border-radius: 5px;
@@ -119,7 +119,7 @@
display: flex;
align-items: center;
.el-icon-circle-plus-outline {
font-size: 50px;
font-size: 40px;
color: #E4E4E4;
}
}
@@ -193,6 +193,7 @@ export default {
}
.title {
font-size: 15px;
padding-right: 40px;
font-weight: bold;
padding-left: 40px;
@@ -200,6 +201,7 @@ export default {
}
.myLi1 {
font-size: 15px;
cursor: pointer;
color: #0068B7;
}
+3 -3
View File
@@ -77,7 +77,7 @@
height: 40px;
line-height: 40px;
background: #fff;
font-size: 14px;
font-size: 15px;
border-radius: 10px;
}
.menu-wrap {
@@ -92,11 +92,11 @@
margin-bottom: 0;
}
.wx-card {
height: 70px;
height: 50px;
width: 33.333333%;
}
.wx-card1 {
height: 70px;
height: 50px;
width: 33.333333%;
}
.menu-item {
+7 -1
View File
@@ -21,7 +21,7 @@
label="序号"
type="index"
align="center"
width="50">
width="55">
</el-table-column>
<el-table-column
prop="standName"
@@ -98,6 +98,12 @@ export default {
<style lang="less" scoped>
.release {
/deep/.el-table th > .cell {
font-size: 15px;
}
/deep/.el-table td > .cell{
font-size: 13px;
}
width: 100%;
.time-title {
margin: 15px;
@@ -22,8 +22,8 @@
placeholder="请输入关键词"
clearable
></el-input>
<el-button style="box-shadow:1px 1px 10px rgba(0,0,0,0.2);margin-left: 5px;" type="primary" @click="search">一般检索</el-button>
<el-button style="box-shadow:1px 1px 10px rgba(0,0,0,0.2);margin-left: 5px;" type="primary" @click="seniorSearch">高级检索</el-button>
<el-button style="box-shadow:1px 1px 10px rgba(0,0,0,0.2);margin-left: 5px;font-size: 15px;" type="primary" @click="search">一般检索</el-button>
<el-button style="box-shadow:1px 1px 10px rgba(0,0,0,0.2);margin-left: 5px;font-size: 15px;" type="primary" @click="seniorSearch">高级检索</el-button>
</div>
</div>
</template>
@@ -106,7 +106,7 @@ export default {
width: 18vm;
height: 40px;
color: #333333;
font-size: 14px;
font-size: 15px;
border: 0;
border-radius: 3px;
background-color: #FFFFFF;
@@ -21,7 +21,7 @@
label="序号"
type="index"
align="center"
width="50">
width="55">
</el-table-column>
<el-table-column
prop="cid"
@@ -91,6 +91,12 @@ export default {
<style lang="less" scoped>
.solicitopinions {
/deep/.el-table th > .cell {
font-size: 15px;
}
/deep/.el-table td > .cell{
font-size: 13px;
}
height: 100%;
width: 100%;
.time-title {
@@ -10,7 +10,7 @@
<ul>
<li v-for="item in toDoTaskList" :key="item.id" class="time-title">
<div style="height: 30px">
<span @click="dealWith(item)" style="line-height: 30px; font-size: 12px;">{{ item.prcName }}</span>
<span @click="dealWith(item)" style="line-height: 30px; font-size: 13px;">{{ item.prcName }}</span>
</div>
</li>
</ul>
@@ -1284,9 +1284,10 @@ export default {
display: inline-block;
margin: 15px;
color: #333333;
font-size: 14px;
font-size: 15px;
}
.more {
font-size: 15px;
float: right;
color: #4788c0;
margin: 15px 15px;
+1 -1
View File
@@ -172,7 +172,7 @@ export default {
.right_wrapper {
display: flex;
flex-direction: column;
width: 37vw;
width: 30vw;
height: 100%;
}
.search-condition {