猫妈狗爸伴宠师小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
786 B

  1. .active {
  2. color: #FFBF60;
  3. background-color: rgb(255, 241, 240);
  4. }
  5. .daan {
  6. background-color: #F3F3F3;
  7. border-radius: 50rpx;
  8. }
  9. .p20 {
  10. padding: 20px;
  11. }
  12. .box {
  13. height: 180rpx;
  14. background-image: linear-gradient(to bottom, #ffbf60, #f2f2f2);
  15. padding: 16rpx;
  16. position: absolute;
  17. .step {
  18. width: 720rpx;
  19. height: 15rpx;
  20. border-radius: 32rpx;
  21. background-color: #D9D9D9;
  22. .in {
  23. width: 50%;
  24. height: 15rpx;
  25. background-color: #ffbf60;
  26. border-radius: 32rpx;
  27. }
  28. }
  29. }
  30. .content {
  31. border-radius: 20rpx;
  32. padding: 15rpx 20rpx;
  33. position: relative;
  34. bottom: 0;
  35. left: 0;
  36. .label {
  37. width: 80rpx;
  38. justify-content: center;
  39. padding: 5rpx 15rpx;
  40. color: #fff;
  41. background-color: #FFBF60;
  42. }
  43. }
  44. .level{
  45. display: flex;
  46. }