web.wxss 221 B

1234567891011121314151617
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #fff;
  6. }
  7. .web {
  8. width: 100%;
  9. height: 100%;
  10. }
  11. .ceshi {
  12. position: absolute;
  13. z-index: 99999;
  14. top: 10rpx;
  15. letter-spacing: 10rpx;
  16. }