packages.wxss 264 B

1234567891011121314151617181920
  1. /**index.wxss**/
  2. page {
  3. background-color: #ffffff;
  4. }
  5. .packages{
  6. }
  7. .tttt{
  8. width: 750rpx;
  9. height: 336rpx;
  10. background-color: violet;
  11. margin-top:100rpx;
  12. }
  13. .pkgimg image{
  14. bottom: 0;
  15. width: 95%;
  16. left: 50%;
  17. position: absolute;
  18. transform: translate(-50%);
  19. }