67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
page{
|
|
background-color: #F6F6F6;
|
|
}
|
|
.container{
|
|
width: 100vw;
|
|
}
|
|
.item_list{
|
|
width: 92vw;
|
|
margin: 40rpx auto;
|
|
}
|
|
.t-tab-panel,.t-tabs__content {
|
|
background-color: #F6F6F6;
|
|
}
|
|
.t-tabs__item--active{
|
|
color: #49B9AD !important;
|
|
font-size: 32rpx !important;
|
|
}
|
|
.t-tabs__item-inner--line{
|
|
font-size: 28rpx !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%;
|
|
}
|
|
.popup_box{
|
|
height: 500rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.popup_box_title{
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
border-bottom: 1px solid #E7E7E7;
|
|
}
|
|
.cancle{
|
|
font-size: 32rpx;
|
|
color: rgba(0,0,0,0.6);
|
|
}
|
|
.title{
|
|
font-size: 32rpx;
|
|
color: rgba(0,0,0,0.9);
|
|
}
|
|
.confirm{
|
|
font-size: 32rpx;
|
|
color: #3CC7C0;
|
|
}
|
|
.popup_box_content{
|
|
flex: 5;
|
|
}
|
|
.delWords{
|
|
background-color: red;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 65px;
|
|
justify-content: center;
|
|
color: #fff;
|
|
} |