.top-view { position: sticky; top: 0px; z-index: 999; .nav-view { background-color: #407DB8; width: 100%; .tab-view { display: flex; flex-direction: row; justify-content: space-between; align-content: center; align-items: center; margin-right: 12px; width: 75%; --tabs-nav-background-color: #407DB8; padding-bottom: 10px; van-tabs { width: 180px; } .van-tabs__nav { background-color: #407DB8; } image { margin-left: 10px; } } .gird-view { display: flex; flex-direction: row; justify-content: space-between; align-items: center; align-content: center; &__item { display: flex; flex-direction: column; justify-content: center; align-content: center; width: 40px; height: 40px; text { color: #CAE5FF; font-size: 12px; text-align: center; } image { width: 40px; height: 20px; } } } } .dropdown-menu { --dropdown-menu-title-font-size: 12px; } } .content-view { background-color: #f0f0f0; .vanSwipeCell-item { background-color: #fff; margin: 10px 10px 0px 10px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; align-content: center; &__top, &__dwn, &__mid { width: 100%; } &__top { border-bottom: 1px solid #f0f0f0; padding: 10px; display: flex; flex-direction: row; justify-content: space-between; align-content: center; align-items: center; text:nth-child(1), text:nth-child(2) { color: #000; font-size: 14px; margin-left: 10px; } text:nth-last-child(1) { color: #999; font-size: 14px; margin-right: 10px; } } &__mid { padding: 10px; display: flex; flex-direction: row; justify-content: space-between; align-content: center; align-items: center; &__left, &__mid { margin-left: 10px; } &__left, &__mid, &__right { display: flex; flex-direction: column; align-content: center; width: 100%; text { color: #4D565D; font-size: 13px; padding: 2.5px 0px; } } &__right { margin-right: 10px; border: 1px solid #407DB8; width: 40%; border-radius: 10px; padding: 10px 0px; align-items: center; } } &__dwn { border-top: 1px solid #f0f0f0; display: flex; flex-direction: row; justify-content: space-between; align-content: center; align-items: center; padding: 10px; text:nth-child(1) { color: #000; font-size: 14px; margin-left: 10px; } text:nth-child(2) { color: #999; font-size: 12px; margin-right: 10px; } } } } .vanSwipeCell-right { height: inherit; color: white; display: flex; .item { width: 50px; text-align: center; display: flex; justify-content: center; align-items: center; font-size: 12px; } }