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.
 
 
 
 
 
 

123 lines
1.9 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_day div{
  60. font-size: 0.16rem;
  61. color: #fff!important;
  62. }
  63. .select_go_day{
  64. background-color: #94dcd4;
  65. }
  66. .side_box{
  67. position: fixed;
  68. bottom: 0;
  69. width: 100%;
  70. }
  71. .bor_left_c {
  72. border-bottom: 1px solid #999;
  73. border-left: 1px solid #999;
  74. border-top: 1px solid #999;
  75. color: #999;
  76. }
  77. .bor_right {
  78. border-bottom: 1px solid #333;
  79. border-right: 1px solid #333;
  80. border-top: 1px solid #333;
  81. color: #333;
  82. }
  83. .ui_line2 {
  84. border: 1px solid #333;
  85. }
  86. .bor_left{
  87. border-bottom: 1px solid #333;
  88. border-left: 1px solid #333;
  89. border-top: 1px solid #333;
  90. color: #333;
  91. }
  92. .bor_left_c{
  93. border-bottom: 1px solid #999;
  94. border-left: 1px solid #999;
  95. border-top: 1px solid #999;
  96. color: #999;
  97. }
  98. .bor_right{
  99. border-bottom: 1px solid #333;
  100. border-right: 1px solid #333;
  101. border-top: 1px solid #333;
  102. color: #333;
  103. }
  104. .bor_right_c{
  105. border-bottom: 1px solid #999;
  106. border-right: 1px solid #999;
  107. border-top: 1px solid #999;
  108. color: #999;
  109. }