index.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. @import "./groud.scss";
  2. .content1 {
  3. display: flex;
  4. flex-wrap: wrap;
  5. width: 100%;
  6. .but {
  7. min-width: 188rpx;
  8. height: 72rpx;
  9. background: #F5F5F5;
  10. border-radius: 8rpx;
  11. font-size: 28rpx;
  12. font-family: PingFang SC-Regular, PingFang SC;
  13. color: #333333;
  14. box-sizing: border-box;
  15. margin-right: 20rpx;
  16. margin-top: 20rpx;
  17. padding: 0 10rpx;
  18. }
  19. .active {
  20. border: 1px solid #3874F6;
  21. color: #3874F6;
  22. font-weight: bold;
  23. background-color: #F5F5F5;
  24. }
  25. }
  26. .footer {
  27. display: flex;
  28. justify-content: space-around;
  29. width: 100%;
  30. box-sizing: border-box;
  31. padding: 10rpx;
  32. box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 8rpx;
  33. .v-but {
  34. width: 190rpx;
  35. height: 90rpx;
  36. background: #FFFFFF;
  37. border-radius: 8rpx;
  38. border: 1px solid #CCCCCC;
  39. font-size: 28rpx;
  40. font-family: PingFang SC-Regular, PingFang SC;
  41. color: #666666;
  42. }
  43. .confirm {
  44. border: none;
  45. background: #3874F6;
  46. font-size: 28rpx;
  47. font-family: PingFang SC-Bold, PingFang SC;
  48. font-weight: bold;
  49. color: #FFFFFF;
  50. }
  51. }