home.wxss 904 B

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