groud.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .groud {
  2. width: 100%;
  3. padding: 30rpx;
  4. border-bottom: 1px solid #DDDDDD;
  5. .label {
  6. height: 40rpx;
  7. font-size: 28rpx;
  8. font-family: PingFang SC-Regular, PingFang SC;
  9. color: #333333;
  10. }
  11. .content {
  12. display: flex;
  13. flex-wrap: wrap;
  14. width: 100%;
  15. .but {
  16. width: 188rpx;
  17. height: 72rpx;
  18. background: #F5F5F5;
  19. border-radius: 8rpx;
  20. font-size: 28rpx;
  21. font-family: PingFang SC-Regular, PingFang SC;
  22. color: #333333;
  23. box-sizing: border-box;
  24. margin-right: 20rpx;
  25. margin-top: 20rpx;
  26. }
  27. .active {
  28. border: 1px solid #3874F6;
  29. color: #3874F6;
  30. font-weight: bold;
  31. background-color: #F5F5F5;
  32. }
  33. }
  34. .time{
  35. .partition {
  36. margin-right: 20rpx;
  37. display: flex;
  38. align-items: center;
  39. }
  40. .tbox {
  41. width: 220rpx;
  42. height: 72rpx;
  43. text-align: center;
  44. line-height: 72rpx;
  45. background: #F5F5F5;
  46. border-radius: 8rpx;
  47. font-size: 28rpx;
  48. font-family: PingFang SC-Regular, PingFang SC;
  49. color: #333333;
  50. box-sizing: border-box;
  51. margin-right: 20rpx;
  52. margin-top: 20rpx;
  53. }
  54. }
  55. }