首页 #64
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
+83
-58
@@ -1,16 +1,38 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container home">
|
<div class="app-container home">
|
||||||
<el-row :gutter="20">
|
<div class="header">
|
||||||
<el-col :sm="24" :lg="24">
|
<div class="iconTitle"></div>
|
||||||
智慧仲裁
|
<div class="headerMain">我的代办事项</div>
|
||||||
</el-col>
|
</div>
|
||||||
</el-row>
|
<div class="homeMain">
|
||||||
<el-row :gutter="20">
|
<div class="cardList">
|
||||||
<el-col :sm="24" :lg="12" style="padding-left: 20px">
|
<div class="badge">32</div>
|
||||||
<h2>我的待办事项</h2>
|
<div class="cardMain" style="margin-top: 50px;">
|
||||||
</el-col>
|
<img class="iconImg" src="@/assets/images/daishencha.png" alt="">
|
||||||
</el-row>
|
</div>
|
||||||
<el-divider />
|
<div class="cardMain">
|
||||||
|
<div class="imgTitle">待审查案件</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="cardList">
|
||||||
|
<div class="badge">32</div>
|
||||||
|
<div class="cardMain" style="margin-top: 50px;">
|
||||||
|
<img class="iconImg" src="@/assets/images/daijiaofei.png" alt="">
|
||||||
|
</div>
|
||||||
|
<div class="cardMain">
|
||||||
|
<div class="imgTitle">待缴费案件</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="cardList">
|
||||||
|
<div class="badge">32</div>
|
||||||
|
<div class="cardMain" style="margin-top: 50px;">
|
||||||
|
<img class="iconImg" src="@/assets/images/peisongzhong.png" alt="">
|
||||||
|
</div>
|
||||||
|
<div class="cardMain">
|
||||||
|
<div class="imgTitle">待送达案件</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -31,63 +53,66 @@ export default {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.home {
|
.home {
|
||||||
blockquote {
|
|
||||||
padding: 10px 20px;
|
|
||||||
margin: 0 0 20px;
|
|
||||||
font-size: 17.5px;
|
|
||||||
border-left: 5px solid #eee;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
margin-top: 20px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
border: 0;
|
|
||||||
border-top: 1px solid #eee;
|
|
||||||
}
|
|
||||||
.col-item {
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #676a6c;
|
color: #676a6c;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
background-color:#f1f1f1 ;
|
||||||
|
height: 100vh;
|
||||||
|
|
||||||
ul {
|
.header {
|
||||||
list-style-type: none;
|
width: 100%;
|
||||||
}
|
height: 80px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
h4 {
|
.iconTitle {
|
||||||
margin-top: 0px;
|
width: 5px;
|
||||||
}
|
height: 25px;
|
||||||
|
background-color: #0f5c9b;
|
||||||
|
margin-right: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
.headerMain {
|
||||||
margin-top: 10px;
|
font-size: 20px;
|
||||||
font-size: 26px;
|
|
||||||
font-weight: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin-top: 10px;
|
|
||||||
|
|
||||||
b {
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.update-log {
|
.homeMain {
|
||||||
ol {
|
width: 100%;
|
||||||
display: block;
|
display: flex;
|
||||||
list-style-type: decimal;
|
justify-content: space-between;
|
||||||
margin-block-start: 1em;
|
|
||||||
margin-block-end: 1em;
|
.cardList {
|
||||||
margin-inline-start: 0;
|
width: 30%;
|
||||||
margin-inline-end: 0;
|
height: 300px;
|
||||||
padding-inline-start: 40px;
|
border-radius: 30px;
|
||||||
|
background-color: #ffffff;
|
||||||
|
position: relative;
|
||||||
|
.badge{
|
||||||
|
width: 50px;
|
||||||
|
height: 30px;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 30px;
|
||||||
|
color: #0a12e6;
|
||||||
|
border-radius: 10px 30px 10px 30px;
|
||||||
|
background-color: #05baf1;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
.cardMain{
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
.iconImg{
|
||||||
|
width: 100px;
|
||||||
|
height: 110px;
|
||||||
|
}
|
||||||
|
.imgTitle{
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user