139 lines
2.0 KiB
Plaintext
139 lines
2.0 KiB
Plaintext
page,
|
|
._binge_page_html {
|
|
background-color: #F1F4FA;
|
|
}
|
|
|
|
._binge_page_body {
|
|
padding: 30rpx 0;
|
|
}
|
|
|
|
._bin_bo_step_sign_in {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 190rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
._bin_bo_sign_in_btn {
|
|
position: absolute;
|
|
left: 60rpx;
|
|
bottom: 40rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 160rpx;
|
|
height: 50rpx;
|
|
border: 2rpx solid #fff;
|
|
border-radius: 30rpx;
|
|
}
|
|
|
|
._bin_bo_sign_in_btn >text{
|
|
font-size: 22rpx;
|
|
line-height: 1;
|
|
color: #fff;
|
|
}
|
|
|
|
._bin_bo_step_my_vido {
|
|
padding: 0 30rpx 30rpx;
|
|
}
|
|
|
|
._step_my_vido_warp {
|
|
width: 100%;
|
|
padding: 30rpx 0 20rpx 20rpx;
|
|
background-color: #fff;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
._vido_warp_header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 30rpx;
|
|
padding-right: 20rpx;
|
|
}
|
|
|
|
._vi_wa_he_title {}
|
|
|
|
._vi_wa_he_title >text {
|
|
line-height: 1;
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|
|
|
|
._vi_wa_he_edit_t >text {
|
|
line-height: 1;
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
color: #999;
|
|
margin-left: 6rpx;
|
|
}
|
|
|
|
._vido_warp_content {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
._pursue_item {
|
|
width: 33.33%;
|
|
padding-right: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
._pursue_item_li {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
._pursue_it_li_img {
|
|
width: 100%;
|
|
height: 280rpx;
|
|
position: relative;
|
|
}
|
|
|
|
._pursue_it_li_img_b {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
._pursue_it_li_name {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
line-height: 1;
|
|
margin-top: 20rpx;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
._pursue_it_li_order {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
line-height: 1;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
._pursue_item_li_del {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
._pursue_item_li_del_text {
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.my_footer {
|
|
padding: 40rpx 0;
|
|
} |