index.wxss 252 B

12345678910111213141516171819
  1. /* pages/downZS/index.wxss */
  2. .downZS {
  3. width: 750rpx;
  4. height: 100vh;
  5. position: relative;
  6. }
  7. .downZS-item {
  8. width: 100%;
  9. height: 100%;
  10. }
  11. .btn {
  12. position: absolute;
  13. bottom: 10vh;
  14. z-index: 1;
  15. left: 50%;
  16. transform: translateX(-50%);
  17. }