onDoorClock.wxss 713 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* pages/new/onDoorClock/onDoorClock.wxss */
  2. .container {
  3. background: #f4f4f4;
  4. height:1100rpx;
  5. /* padding-top: 30rpx; */
  6. width: 100%;
  7. }
  8. .tuimg {
  9. width: 702rpx;
  10. height: 382rpx;
  11. /* border: 1px solid red; */
  12. margin: 20rpx auto;
  13. padding-top:50rpx;
  14. padding-bottom: 20rpx;
  15. }
  16. .uploadimg {
  17. width: 100%;
  18. height: 100%;
  19. object-fit: cover;
  20. top: 0;
  21. bottom: 0;
  22. left: 0;
  23. right: 0;
  24. }
  25. .fb-btn {
  26. display: flex;
  27. justify-content: center;
  28. align-items: center;
  29. width: 90%;
  30. height: 120rpx;
  31. line-height: 98rpx;
  32. border-radius: 50rpx;
  33. margin-left: 5%;
  34. text-align: center;
  35. font-size: 48rpx;
  36. letter-spacing: 3rpx;
  37. color: #fff;
  38. background: #09afff;
  39. margin-bottom: 30rpx;
  40. margin-top:80rpx;
  41. }