123456789101112131415161718 |
- /* pages/doings/doings.wxss */
- .dy{
- width: 300rpx;
- height: 80rpx;
- background-image: url(https://img1.imgtp.com/2023/07/12/35zNfCJb.png);
- background-size: contain;
- background-repeat: no-repeat;
- margin: 50rpx auto 0;
- }
- .title{
- background-image: url(https://www.cqna.gov.cn/mnazw/applet/hd-font.png);
- background-size: 100% 100%;
- width: 70vw;
- height: 55px;
- margin-left: 15vw;
- }
|