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.
 
 
 
 
 

64 lines
836 B

  1. .month_title{
  2. padding-top: 0.15rem;
  3. padding-bottom: 0.15rem;
  4. border-bottom: 1px dashed #e5e5e5;
  5. }
  6. .current_year{
  7. color: #5cc4bb;
  8. font-size: 0.14rem;
  9. margin-left: 0.05rem;
  10. }
  11. .current_month{
  12. color: #5cc4bb;
  13. font-size: 0.32rem;
  14. padding-left: 0.25rem;
  15. padding-top: 0.15rem;
  16. }
  17. .aweek{
  18. color: #5cc4bb;
  19. font-size: 0.14rem;
  20. /*float: left;*/
  21. /*padding: 0.16rem;*/
  22. /*width: 0.457rem;
  23. height: 0.457rem;
  24. text-align: center;
  25. line-height: 0.457rem;*/
  26. }
  27. .aday{
  28. float: left;
  29. color: #666666;
  30. width: 0.478rem;
  31. height: 0.478rem;
  32. text-align: center;
  33. line-height: 0.478rem;
  34. border-radius: 50%;
  35. font-size: 0.14rem;
  36. }
  37. .disday{
  38. color: rgb(207,207,207);
  39. }
  40. .calendar{
  41. margin-bottom: 0.2rem;
  42. }
  43. .select_day{
  44. background-color: #5cc4bb;
  45. font-size: 0.16rem;
  46. color: #fff;
  47. }
  48. .select_go_day{
  49. background-color: #94dcd4;
  50. }