添加了一部分移入效果
This commit is contained in:
		
							parent
							
								
									a9fe2cddbc
								
							
						
					
					
						commit
						a896c8e7e7
					
				@ -115,6 +115,7 @@
 | 
			
		||||
        .more {
 | 
			
		||||
        color: #999999;
 | 
			
		||||
        font-size: 11px;
 | 
			
		||||
        cursor: pointer;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    .info {
 | 
			
		||||
@ -158,6 +159,7 @@
 | 
			
		||||
        border: 1px solid #09ae99;
 | 
			
		||||
        line-height: 23px;
 | 
			
		||||
        text-align: center;
 | 
			
		||||
        cursor: pointer;
 | 
			
		||||
        color: #09ae99;
 | 
			
		||||
        border-radius: 3px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@ -41,6 +41,7 @@
 | 
			
		||||
    border-radius: 17px;
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
    display: flex;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    position: relative;
 | 
			
		||||
    box-shadow: 0px 5px 6px 0px rgba(158, 158, 158, 0.11);
 | 
			
		||||
 | 
			
		||||
@ -74,6 +74,7 @@
 | 
			
		||||
            border-radius: 3px;
 | 
			
		||||
            margin-right: 29px;
 | 
			
		||||
            color: #08AE98;
 | 
			
		||||
            cursor: pointer;
 | 
			
		||||
            font-size: 13px;
 | 
			
		||||
            line-height: 29px;
 | 
			
		||||
            font-weight: bold;
 | 
			
		||||
 | 
			
		||||
@ -73,6 +73,7 @@
 | 
			
		||||
            height: 50px;
 | 
			
		||||
            padding: 0 18px;
 | 
			
		||||
            justify-content: space-between;
 | 
			
		||||
            cursor: pointer;
 | 
			
		||||
            .route{
 | 
			
		||||
                display: flex;
 | 
			
		||||
                .icon{
 | 
			
		||||
 | 
			
		||||
@ -103,6 +103,7 @@
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      line-height: 23px;
 | 
			
		||||
      text-align: center;
 | 
			
		||||
      cursor: pointer;
 | 
			
		||||
    }
 | 
			
		||||
    .modify {
 | 
			
		||||
      background-color: #08ae98;
 | 
			
		||||
 | 
			
		||||
@ -45,6 +45,7 @@
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    position: relative;
 | 
			
		||||
    box-shadow: 0px 5px 6px 0px rgba(158, 158, 158, 0.11);
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
    .cover{
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        height: 127px;
 | 
			
		||||
 | 
			
		||||
@ -80,6 +80,7 @@
 | 
			
		||||
            text-align: center;
 | 
			
		||||
            line-height: 22px;
 | 
			
		||||
            color: #fff;
 | 
			
		||||
            cursor: pointer;
 | 
			
		||||
            font-size: 9px;
 | 
			
		||||
            &:hover{
 | 
			
		||||
                background-color: #07AD97;
 | 
			
		||||
 | 
			
		||||
@ -1035,6 +1035,7 @@ export default defineComponent({
 | 
			
		||||
                                            width: 15px;
 | 
			
		||||
                                            height: 15px;
 | 
			
		||||
                                            margin-right: 6px;
 | 
			
		||||
                                            cursor: pointer;
 | 
			
		||||
                                        }
 | 
			
		||||
                                    }
 | 
			
		||||
                                }
 | 
			
		||||
 | 
			
		||||
@ -188,7 +188,7 @@
 | 
			
		||||
              <td>{{i.typename}}</td>
 | 
			
		||||
              <td class="moneyadd moneyreverse" v-if="i.type==2">-¥{{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>
 | 
			
		||||
         
 | 
			
		||||
          </tbody>
 | 
			
		||||
@ -347,6 +347,9 @@ export default defineComponent({
 | 
			
		||||
      text-align: center;
 | 
			
		||||
      width: 40px;
 | 
			
		||||
      font-size:11px;
 | 
			
		||||
      &:hover{
 | 
			
		||||
        color: #08ae98;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    .on {
 | 
			
		||||
      color: #08ae98;
 | 
			
		||||
@ -397,6 +400,7 @@ export default defineComponent({
 | 
			
		||||
      border-radius: 3px;
 | 
			
		||||
      margin-top: 35px;
 | 
			
		||||
      margin-right: 12px;
 | 
			
		||||
      cursor: pointer;
 | 
			
		||||
    }
 | 
			
		||||
    .topbtn1 {
 | 
			
		||||
      color: #d22c2e;
 | 
			
		||||
@ -452,7 +456,7 @@ export default defineComponent({
 | 
			
		||||
    .add {
 | 
			
		||||
      width: 371px;
 | 
			
		||||
      height: 228px;
 | 
			
		||||
 | 
			
		||||
      cursor: pointer;
 | 
			
		||||
      background: #ffffff;
 | 
			
		||||
      border-radius: 17px;
 | 
			
		||||
      color: #08ae98;
 | 
			
		||||
@ -515,6 +519,7 @@ export default defineComponent({
 | 
			
		||||
          text-align: center;
 | 
			
		||||
          line-height: 23px;
 | 
			
		||||
          margin-right: 11px;
 | 
			
		||||
          cursor: pointer;
 | 
			
		||||
        }
 | 
			
		||||
        .btn1 {
 | 
			
		||||
          width: 46px;
 | 
			
		||||
@ -525,6 +530,7 @@ export default defineComponent({
 | 
			
		||||
          text-align: center;
 | 
			
		||||
          line-height: 23px;
 | 
			
		||||
          color: #d12c2e;
 | 
			
		||||
          cursor: pointer;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
      .zhanghao {
 | 
			
		||||
 | 
			
		||||
@ -61,6 +61,7 @@
 | 
			
		||||
            align-items: center;
 | 
			
		||||
            font-size: 13px;
 | 
			
		||||
            color: #0DBBA4;
 | 
			
		||||
            cursor: pointer;
 | 
			
		||||
            >img{
 | 
			
		||||
                width: 7px;
 | 
			
		||||
                height: 11px;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user