doings.wxss 419 B

123456789101112131415161718
  1. /* pages/doings/doings.wxss */
  2. .dy{
  3. width: 300rpx;
  4. height: 80rpx;
  5. background-image: url(https://img1.imgtp.com/2023/07/12/35zNfCJb.png);
  6. background-size: contain;
  7. background-repeat: no-repeat;
  8. margin: 50rpx auto 0;
  9. }
  10. .title{
  11. background-image: url(https://www.cqna.gov.cn/mnazw/applet/hd-font.png);
  12. background-size: 100% 100%;
  13. width: 70vw;
  14. height: 55px;
  15. margin-left: 15vw;
  16. }