body {
    background-color: #eee;
}

.asset-item {
    margin: .5rem 0;
    background-color: #FFF;
    border-radius: .5rem;
    padding: .5rem;
}

.my-container {
    margin-top: 1rem;
    background-color: #fff;
}

/* 手动编辑 */
.edit-asset-body .van-form {
    margin: .5rem;
}

.edit-asset-body .van-cell-group {
    padding-top: 1rem;
}

.asset-item .van-swipe-cell__right {
    right: -1px !important;
}

/* 右击菜单 */
.contextmenu {
    margin: 0;
    background: #fff;
    z-index: 3000;
    position: absolute;
    list-style-type: none;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.contextmenu li {
    margin: 0;
    padding: 7px 16px;
    cursor: pointer;
}

.contextmenu li:hover {
    background: #eee;
}

.total-assets {
    margin-top: .5rem;
    border-top: #eee solid 1px;
    padding-top: .5rem;
    font-size: 16px;
    font-weight: bold;
}

/* table-vant */
.vant-table{
    padding: 1rem;
    background: #fff;
}
.vant-table .table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-radius: .185185rem;
    -webkit-border-radius: .185185rem;
    -moz-border-radius: .185185rem;
    -ms-border-radius: .185185rem;
    -o-border-radius: .185185rem;
    text-align: left;
}

.vant-table .th {
    font-weight: 600;
    color: #646566;
    height:2.5rem;
    line-height: 2.5rem;
}

.vant-table .list-tr {
    border: 1px solid #646566;
    height:2.5rem;
    line-height: 2.5rem;
}
.vant-table .list-tr:hover {
    background: #eef0f3;
}
.vant-table .th,.vant-table td {
    padding-left: 1rem;
}
