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.
 
 
 
 

96 lines
1.3 KiB

  1. .month_title{
  2. padding-top: 0.15rem;
  3. padding-bottom: 0.15rem;
  4. }
  5. .current_year{
  6. color: #686872;
  7. font-size: 0.14rem;
  8. margin-left: 0.05rem;
  9. }
  10. .current_month{
  11. color: #686872;
  12. font-size: 0.32rem;
  13. padding-left: 0.12rem;
  14. padding-top: 0.15rem;
  15. }
  16. .aweek{
  17. color: #686872;
  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: #2d2e3a;
  29. width: 0.478rem;
  30. height: 0.478rem;
  31. text-align: center;
  32. border-radius: 50%;
  33. font-size: 0.14rem;
  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. -webkit-overflow-scrolling: touch;
  54. }
  55. .select_day{
  56. background-color: #2d2e3a;
  57. font-size: 0.16rem;
  58. color: #ffffff;
  59. }
  60. .select_go_day{
  61. /*background-color: #8d8dc3;*/
  62. background-color: #2d2e3a;
  63. color: #ffffff;
  64. }
  65. .price{
  66. color:#ef5b4c;
  67. font-size: 0.09rem;
  68. }
  69. .hide_price{
  70. opacity: 0
  71. ;color:#fff;
  72. font-size: 0.09rem;
  73. }
  74. .select_go_price{
  75. color:#FFFFFF;
  76. font-size: 0.09rem;
  77. }
  78. .select_price{
  79. color:#FFFFFF;
  80. font-size: 0.09rem;
  81. }