石墨仪设备 前端仓库
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
1.2 KiB

6 months ago
  1. .simple_card{
  2. width: 100px;
  3. height: 137px;
  4. background: #FFFFFF;
  5. border-radius: 8px;
  6. opacity: 1;
  7. .simple_pos{
  8. text-align: center;
  9. font-family: HarmonyOS Sans SC;
  10. font-size: 22px;
  11. font-weight: bold;
  12. line-height: normal;
  13. color: #1871F8;
  14. }
  15. .simple_time{
  16. width: 90px;
  17. height: 70px;
  18. border-radius: 6px;
  19. opacity: 1;
  20. background: #1871F8;
  21. padding-top:2px;
  22. margin-left: 5px;
  23. .simple_remaining_time{
  24. display: flex;
  25. color: #FFFFFF;
  26. text-align: center;
  27. font-size: 12px;
  28. font-weight: bold;
  29. padding-top: 10px;
  30. padding-left: 10px;
  31. }
  32. .simple_countdown{
  33. width: 84px;
  34. height: 32px;
  35. border-radius: 6px;
  36. opacity: 1;
  37. background: #195DC4;
  38. color: #FFFFFF;
  39. padding-top: 5px;
  40. text-align: center;
  41. margin-left:3px;
  42. margin-top:2px;
  43. }
  44. }
  45. .simple_btn{
  46. border-radius: 6px;
  47. width: 90px;
  48. margin-left:5px;
  49. }
  50. }