| 1234567891011121314151617181920 |
- .announcement_sty{
- height: 90rpx;width: 100%;background-color:#F3F2F0;border-radius: 5rpx;text-align: left;line-height: 50rpx;padding-left: 20rpx;display: flex;flex-direction: row;
- }
- .announcement_img{
- width: 90rpx;height: 40rpx;margin:10rpx 0 0 10rpx;
- }
- .announcement_sty1{
- height: 64rpx;background-color:#FFF;border-radius: 40rpx;width: 95%;border: 1rpx solid #CCCCCC;display: flex;flex-direction: row;margin-top: 10rpx;
- }
- .newsimgs{
- width: 130rpx;height: 130rpx;margin-top: 10rpx;
- }.newContextSty{
- font-size:28rpx;color:#999999; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;width:600rpx;margin-top: 10rpx;
- }.title{
- font-size:30rpx;color:#000; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;width:600rpx;margin-top: 10rpx;
- }
- .ann_right{
- left:50rpx;
- color: #000000;overflow:hidden; text-overflow:ellipsis;white-space:nowrap;font-size:28rpx; margin:7rpx 20rpx;
- }
|