poster.wxss 505 B

123456789101112131415161718192021222324252627282930313233
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .container {
  7. background: #f4f4f4;
  8. height: 100%;
  9. overflow: hidden;
  10. width: 100%;
  11. padding:20rpx 24rpx;
  12. }
  13. .bottom{
  14. position: absolute;
  15. bottom: 30rpx;
  16. width: 100%;
  17. display: flex;
  18. }
  19. .btn{
  20. background: #fff;
  21. height: 66rpx;
  22. line-height: 66rpx;
  23. font-size: 30rpx;
  24. font-weight: 500;
  25. text-align: center;
  26. color: #09AFFF;
  27. margin:auto;
  28. border: 1rpx solid #09AFFF;
  29. border-radius: 30rpx;
  30. /* width: 200rpx; */
  31. padding:0 20rpx;
  32. }