yuminge-app/yun-min-program-plugin-master/packageI/AdBright/AdBrightIndex/AdBrightIndex.wxss

136 lines
2.7 KiB
Plaintext

/* packageI/AdBright/AdBrightIndex/AdBrightIndex.wxss */
.AdBright-index view{
box-sizing: border-box;
}
.topTxt {
font-size: 16px;
line-height: 40rpx;
letter-spacing: 2rpx;
display: flex;
align-items: center;
padding: 8px;
width:100%;
background:#ffffff;
}
.topTxt van-icon {
margin-top: 10rpx;
}
.AdBright-index .AdBrightIndex-papel{
margin: 10px 10px 0;
background: #fff;
border-radius: 5px;
padding:0 15px 15px;
}
.AdBright-index .AdBrightIndex-papel .papel-title{
height: 46px;
line-height: 46px;
display: flex;
justify-content: space-between;
font-size: 15px;
border-bottom: 1rpx solid #ebebeb;
}
.AdBright-index .AdBrightIndex-papel .papel-maini-text1{
text-align: left;
font-size: 15px;
font-weight: bold;
height: 50px;
line-height: 50px;
}
.AdBright-index .AdBrightIndex-papel .member-level{
width: 100%;
display: flex;
}
.AdBright-index .AdBrightIndex-papel .member-level .member-level-cell{
display: flex;
flex-direction: column;
margin-right: 26px;
align-items: center;
}
.AdBright-index .AdBrightIndex-papel .member-level .scroll-box{
flex: 1;
overflow-x: scroll;
display: flex;
}
.AdBright-index .AdBrightIndex-papel .member-level .member-level-cell .Circle{
width: 35px;
height: 35px;
line-height: 35px;
background-color: #e7e7e7;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
text-align: center;
}
.AdBright-index .AdBrightIndex-papel .member-level .active-level .Circle{
background-color: #ffeaee;
color: #ff3358;
}
.AdBright-index .AdBrightIndex-papel .member-level .member-level-cell .Circle image{
width: 100%;
height: 100%;
}
.AdBright-index .AdBrightIndex-papel .member-level .member-level-cell .text{
max-width: 60px;
text-align: center;
overflow: hidden;/*超出部分隐藏*/
text-overflow:ellipsis;/* 超出部分显示省略号 */
white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.ads-list .ads-list-item {
display: flex;
align-items: center;
height: 60px;
border-bottom: 1rpx solid #ebebeb;
}
.ads-list .ads-list-item:last-child{
border: none;
}
.ads-list .ads-list-item .icon {
width: 22px;
height: 22px;
line-height: 22px;
background-color: #fda654;
border-radius: 50%;
}
.ads-list .ads-list-item .icon .icon-fontclass-mendianguanggao {
color: #fff;
font-size: 10px;
display: flex;
justify-content: center;
}
.ads-list .ads-list-item .ads-index {
flex: 1;
display: flex;
flex-direction: column;
margin-left: 8px;
}
.ads-list .ads-list-item .watch-ads {
width: 60px;
line-height: 25px;
height: 25px;
background-color: #f05152;
border-radius: 12px;
text-align: center;
color: #fff;
}
.ads-list .ads-list-item .watched{
background-color: #e7e7e7;
color: #727272;
}