index.css 459 B

1234567891011121314151617181920212223242526272829303132333435
  1. page {
  2. box-sizing: border-box;
  3. padding: 20rpx 0rpx;
  4. }
  5. .btnZoom {
  6. position: relative;
  7. width: 100%;
  8. height: 300px;
  9. }
  10. button {
  11. margin: 20rpx 40rpx 0rpx;
  12. }
  13. .container {
  14. width: 100%;
  15. height: 600rpx;
  16. }
  17. .bgPic,
  18. .emptyBg {
  19. height: 600rpx;
  20. width: 600rpx;
  21. }
  22. .emptyBg {
  23. border: 2px solid #3677f0;
  24. }
  25. .cbtn {
  26. background-color: #3677f0;
  27. color: #fff;
  28. box-sizing: border-box;
  29. }