down.wxss 957 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .container {
  2. margin: 0rpx 30rpx;
  3. width: calc(100% - 60rpx);
  4. padding: 0 0;
  5. }
  6. .top_boxs {
  7. width: calc(100% - 40rpx);
  8. padding: 20rpx;
  9. background: #fff;
  10. border-radius: 16rpx;
  11. font-size: 32rpx;
  12. }
  13. .title {
  14. font-size: 36rpx;
  15. margin-bottom: 20rpx;
  16. }
  17. .item_boxs {
  18. width: calc(100% - 40rpx);
  19. background: #ffe2e2;
  20. padding: 16rpx;
  21. margin-top: 20rpx;
  22. color: #ea0000;
  23. border-radius: 12rpx;
  24. }
  25. .preview-btn {
  26. background: #409eff;
  27. font-weight: 500;
  28. color: #fff;
  29. width: 100% !important;
  30. height: 80rpx !important;
  31. margin: 50rpx;
  32. border-radius: 40rpx;
  33. }
  34. .dowm_boxs {
  35. display: flex;
  36. padding-top: 20rpx;
  37. }
  38. .dowm_boxs-btn {
  39. width: 45% !important;
  40. background: #409eff;
  41. border: 1rpx solid #409eff;
  42. font-weight: 500;
  43. color: #fff;
  44. border-radius: 40rpx;
  45. }
  46. .dowm_boxs-btns {
  47. width: 45% !important;
  48. background: #ecf5ff;
  49. border: 1rpx solid #409eff;
  50. font-weight: 500;
  51. color: #409eff;
  52. border-radius: 40rpx;
  53. }