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.
 
 
 
 
 
 

77 lines
1.1 KiB

  1. .month_title{
  2. padding-top: 0.24rem;
  3. padding-bottom: 0.13rem;
  4. }
  5. .current_year{
  6. color: #3d434f;
  7. font-size: 0.14rem;
  8. margin-left: 0.05rem;
  9. }
  10. .current_month{
  11. color: #3d434f;
  12. font-size: 0.32rem;
  13. padding-left: 0.25rem;
  14. padding-top: 0.15rem;
  15. }
  16. .aweek{
  17. color: #519d9e;
  18. font-size: 0.14rem;
  19. /*float: left;*/
  20. /*padding: 0.16rem;*/
  21. /*width: 0.457rem;
  22. height: 0.457rem;
  23. text-align: center;
  24. line-height: 0.457rem;*/
  25. }
  26. .aday{
  27. float: left;
  28. color: #666666;
  29. width: 0.478rem;
  30. height: 0.478rem;
  31. text-align: center;
  32. border-radius: 50%;
  33. font-size: 0.16rem;
  34. display: -webkit-box;
  35. display: -moz-box;
  36. display: box;
  37. position:relative;
  38. -webkit-box-align:center;
  39. -moz-box-align:center;
  40. box-align:center;
  41. -webkit-box-pack:center;
  42. -moz-box-pack:center;
  43. box-pack:center;
  44. -webkit-box-orient:vertical;
  45. -moz-box-orient:vertical;
  46. box-orient:vertical;
  47. }
  48. .disday{
  49. color: rgb(207,207,207);
  50. }
  51. .calendar{
  52. margin-bottom: 0.2rem;
  53. }
  54. .select_day{
  55. background-color: #3d434f;
  56. font-size: 0.16rem;
  57. color: #fff;
  58. }
  59. .select_go_day{
  60. background-color: #3d434f;
  61. color: #ffffff;
  62. }