1234567891011121314151617181920 |
- /**index.wxss**/
- page {
- background-color: #ffffff;
- }
- .packages{
-
- }
- .tttt{
- width: 750rpx;
- height: 336rpx;
- background-color: violet;
- margin-top:100rpx;
- }
- .pkgimg image{
- bottom: 0;
- width: 95%;
- left: 50%;
- position: absolute;
- transform: translate(-50%);
- }
|