page{ background-color: #F6F6F6; } .container{ width: 100vw; } .item_list1{ width: 92vw; margin: 40rpx auto 180rpx auto; } .item_list2{ width: 92vw; margin: 40rpx auto; } .t-tab-panel,.t-tabs__content { background-color: #F6F6F6; } .t-tabs__item--active{ color: #49B9AD !important; font-size: 36rpx !important; } .t-tabs__item-inner--line{ font-size: 32rpx !important; } .t-tabs__track{ background-color: var(--td-tab-track-color, var(--td-primary-color, #49B9AD)) !important; } .btn{ height: 130rpx; background-color: #fff; position: fixed; bottom: 0; width: 100%; padding-bottom: 30rpx; } .popup_box{ height: 500rpx; background-color: #fff; display: flex; flex-direction: column; } .popup_box_title{ flex: 1; display: flex; border-bottom: 1px solid #E7E7E7; align-items: center; justify-content: center; } .cancle{ font-size: 32rpx; color: rgba(0,0,0,0.6); flex: 1; height: 100rpx; display: flex; justify-content: center; align-items: center; } .title{ font-size: 32rpx; color: rgba(0,0,0,0.9); flex: 1; display: flex; justify-content: center; align-items: center; height: 100rpx; } .confirm{ font-size: 32rpx; color: #3CC7C0; flex: 1; height: 100rpx; display: flex; justify-content: center; align-items: center; } .popup_box_content{ flex: 5; } .delWords{ background-color: red; height: 100%; display: flex; align-items: center; width: 65px; justify-content: center; color: #fff; } .van-cell { padding: 32rpx !important; font-size: 34rpx !important; color: #333 !important; word-wrap: break-word; word-break: normal; word-break:break-all; }