添加了一部分移入效果

This commit is contained in:
luyuan 2020-10-31 14:00:07 +08:00
parent a9fe2cddbc
commit a896c8e7e7
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
10 changed files with 18 additions and 2 deletions

View File

@ -115,6 +115,7 @@
.more { .more {
color: #999999; color: #999999;
font-size: 11px; font-size: 11px;
cursor: pointer;
} }
} }
.info { .info {
@ -158,6 +159,7 @@
border: 1px solid #09ae99; border: 1px solid #09ae99;
line-height: 23px; line-height: 23px;
text-align: center; text-align: center;
cursor: pointer;
color: #09ae99; color: #09ae99;
border-radius: 3px; border-radius: 3px;
} }

View File

@ -41,6 +41,7 @@
border-radius: 17px; border-radius: 17px;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
cursor: pointer;
flex-direction: column; flex-direction: column;
position: relative; position: relative;
box-shadow: 0px 5px 6px 0px rgba(158, 158, 158, 0.11); box-shadow: 0px 5px 6px 0px rgba(158, 158, 158, 0.11);

View File

@ -74,6 +74,7 @@
border-radius: 3px; border-radius: 3px;
margin-right: 29px; margin-right: 29px;
color: #08AE98; color: #08AE98;
cursor: pointer;
font-size: 13px; font-size: 13px;
line-height: 29px; line-height: 29px;
font-weight: bold; font-weight: bold;

View File

@ -73,6 +73,7 @@
height: 50px; height: 50px;
padding: 0 18px; padding: 0 18px;
justify-content: space-between; justify-content: space-between;
cursor: pointer;
.route{ .route{
display: flex; display: flex;
.icon{ .icon{

View File

@ -103,6 +103,7 @@
color: #fff; color: #fff;
line-height: 23px; line-height: 23px;
text-align: center; text-align: center;
cursor: pointer;
} }
.modify { .modify {
background-color: #08ae98; background-color: #08ae98;

View File

@ -45,6 +45,7 @@
flex-direction: column; flex-direction: column;
position: relative; position: relative;
box-shadow: 0px 5px 6px 0px rgba(158, 158, 158, 0.11); box-shadow: 0px 5px 6px 0px rgba(158, 158, 158, 0.11);
cursor: pointer;
.cover{ .cover{
width: 100%; width: 100%;
height: 127px; height: 127px;

View File

@ -80,6 +80,7 @@
text-align: center; text-align: center;
line-height: 22px; line-height: 22px;
color: #fff; color: #fff;
cursor: pointer;
font-size: 9px; font-size: 9px;
&:hover{ &:hover{
background-color: #07AD97; background-color: #07AD97;

View File

@ -1035,6 +1035,7 @@ export default defineComponent({
width: 15px; width: 15px;
height: 15px; height: 15px;
margin-right: 6px; margin-right: 6px;
cursor: pointer;
} }
} }
} }

View File

@ -188,7 +188,7 @@
<td>{{i.typename}}</td> <td>{{i.typename}}</td>
<td class="moneyadd moneyreverse" v-if="i.type==2">-{{i.money}}</td> <td class="moneyadd moneyreverse" v-if="i.type==2">-{{i.money}}</td>
<td class="moneyadd " v-else>+{{i.money}}</td> <td class="moneyadd " v-else>+{{i.money}}</td>
<td @click="navto(4,i.accountid)">查看详情</td> <td style="cursor: pointer;" @click="navto(4,i.accountid)">查看详情</td>
</tr> </tr>
</tbody> </tbody>
@ -347,6 +347,9 @@ export default defineComponent({
text-align: center; text-align: center;
width: 40px; width: 40px;
font-size:11px; font-size:11px;
&:hover{
color: #08ae98;
}
} }
.on { .on {
color: #08ae98; color: #08ae98;
@ -397,6 +400,7 @@ export default defineComponent({
border-radius: 3px; border-radius: 3px;
margin-top: 35px; margin-top: 35px;
margin-right: 12px; margin-right: 12px;
cursor: pointer;
} }
.topbtn1 { .topbtn1 {
color: #d22c2e; color: #d22c2e;
@ -452,7 +456,7 @@ export default defineComponent({
.add { .add {
width: 371px; width: 371px;
height: 228px; height: 228px;
cursor: pointer;
background: #ffffff; background: #ffffff;
border-radius: 17px; border-radius: 17px;
color: #08ae98; color: #08ae98;
@ -515,6 +519,7 @@ export default defineComponent({
text-align: center; text-align: center;
line-height: 23px; line-height: 23px;
margin-right: 11px; margin-right: 11px;
cursor: pointer;
} }
.btn1 { .btn1 {
width: 46px; width: 46px;
@ -525,6 +530,7 @@ export default defineComponent({
text-align: center; text-align: center;
line-height: 23px; line-height: 23px;
color: #d12c2e; color: #d12c2e;
cursor: pointer;
} }
} }
.zhanghao { .zhanghao {

View File

@ -61,6 +61,7 @@
align-items: center; align-items: center;
font-size: 13px; font-size: 13px;
color: #0DBBA4; color: #0DBBA4;
cursor: pointer;
>img{ >img{
width: 7px; width: 7px;
height: 11px; height: 11px;