1234567891011121314151617181920212223242526272829303132333435 |
- @import "./cssAuthorTheme.scss";
- .announcement{
- background: #fff;
- padding: 0 30rpx;
- .content-ul {
- border-top: 1px solid #f6f6f6;
- padding:0;
- // .li-type {
- // min-width: 126rpx;
- // padding: 0 15rpx;
- // // width: 91rpx;
- // height: 34rpx;
- // // margin-top: 6rpx;
- // display: flex;
- // align-items: center;
- // justify-content: center;
- // flex-shrink: 0;
- // border-radius: 4rpx;
- // color: #fff;
- // font-size: 20rpx;
- // font-weight: 500;
- // }
- .li-item {
- .li-user {
- width: 200rpx;
- .user_report-img {
- width: 23rpx;
- height: 26rpx;
- flex-shrink: 0;
- }
- }
- }
- }
- }
|