notice.wxss 1.1 KB
/* pages/18/18.wxss */
.mine{
   padding: 20rpx 34rpx;
   display: flex;
   margin-top: 20rpx;
   position: relative;
}
.mine image{
     vertical-align: middle;
   width: 88rpx;
   height: 88rpx; 
}
.rights{
    margin-left: 24rpx;
}
.rights text {
    font-size: 28rpx;
    font-weight: 600;
    line-height: 36rpx;
   
}
.rights view{
    font-size: 28rpx;
    line-height: 36rpx;
    margin-top: 10rpx;
    color:rgba(196,196,196,1);
}
.red_spot{
    width: 14rpx;
    height: 14rpx;
    border-radius: 50%;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 100rpx;
    top: 20rpx;
}
.red_spot text{
    color: #fff;
    font-size: 20rpx;
}
.no>view{
    display: flex;
    justify-content: center;

}
.no{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -160rpx;
    margin-top: -40%;
}
.no>view>image{
    width: 320rpx;
    height: 320rpx;
}
.no>view>text{
    color: rgba(0,0,0,1);
    font-size: 26rpx;
    font-family: "PingFang SC";
    letter-spacing: 0.3px;  
}