首页UI字体
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user