index.wxss 158 B

12345678910111213
  1. /* pages/articleList/index.wxss */
  2. .articleListlist{
  3. position: relative;
  4. }
  5. .image{
  6. width: 750rpx;
  7. height: 422rpx;
  8. }
  9. .title{
  10. padding: 15rpx 10rpx;
  11. }