C端小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

137 řádky
2.3 KiB

  1. .dateText_box {
  2. width: 60%;
  3. margin: 0 auto;
  4. overflow: hidden;
  5. text-align: center;
  6. }
  7. .Box {
  8. width: 94%;
  9. margin: 30rpx auto;
  10. border-radius: 16rpx;
  11. background-color: #fff;
  12. }
  13. .dateMinus {
  14. float: left;
  15. line-height: 60rpx;
  16. padding: 10rpx;
  17. height: 50rpx;
  18. margin-left: 40rpx;
  19. width: 50rpx;
  20. margin-top: 6rpx;
  21. }
  22. .dateText {
  23. float: left;
  24. padding: 10rpx 20rpx;
  25. line-height: 60rpx;
  26. height: 60rpx;
  27. }
  28. .dateAdd {
  29. padding: 10rpx;
  30. line-height: 60rpx;
  31. height: 50rpx;
  32. float: left;
  33. /* font-size: 36rpx;
  34. */
  35. margin-top: 6rpx;
  36. width: 50rpx;
  37. }
  38. .weekBox {
  39. overflow: hidden;
  40. font-family: SimHei;
  41. }
  42. .weekItme {
  43. height: 80rpx;
  44. line-height: 80rpx;
  45. width: 80rpx;
  46. margin: 0 10rpx;
  47. text-align: center;
  48. float: left;
  49. /* background-color: red;
  50. border-radius: 50%; */
  51. }
  52. .weekItme_a {
  53. height: 80rpx;
  54. line-height: 80rpx;
  55. width: 80rpx;
  56. margin: 0 10rpx;
  57. text-align: center;
  58. float: left;
  59. /* background-color: red;*/
  60. border-radius: 50%;
  61. background-color: #ff990050;
  62. }
  63. .deyBox {
  64. height: 80rpx;
  65. line-height: 80rpx;
  66. width: 80rpx;
  67. margin: 0 10rpx;
  68. text-align: center;
  69. }
  70. .noThen {
  71. height: 80rpx;
  72. line-height: 80rpx;
  73. width: 80rpx;
  74. margin: 0 10rpx;
  75. text-align: center;
  76. float: left;
  77. color: rgba(0, 0, 0, 0.1);
  78. }
  79. .noThen_a {
  80. height: 80rpx;
  81. line-height: 80rpx;
  82. width: 80rpx;
  83. margin: 0 10rpx;
  84. text-align: center;
  85. float: left;
  86. color: rgba(0, 0, 0, 0.1);
  87. border-radius: 50%;
  88. background-color: #f90;
  89. }
  90. .today_a {
  91. height: 80rpx;
  92. line-height: 80rpx;
  93. width: 80rpx;
  94. margin: 0 10rpx;
  95. text-align: center;
  96. float: left;
  97. color: #fff;
  98. /* background-color: rgba(50,177,252,1); */
  99. background-image: url('https://formall.oss-accelerate.aliyuncs.com/cimg/jinri.png');
  100. background-size: 50rpx 50rpx;
  101. background-repeat: no-repeat;
  102. background-position: 50% 50%;
  103. }
  104. .today {
  105. height: 80rpx;
  106. line-height: 80rpx;
  107. width: 80rpx;
  108. margin: 0 10rpx;
  109. text-align: center;
  110. float: left;
  111. color: #fff;
  112. /* background-color: rgba(50,177,252,1); */
  113. background-image: url('https://formall.oss-accelerate.aliyuncs.com/cimg/jintian_huise.png');
  114. background-size: 50rpx 50rpx;
  115. background-repeat: no-repeat;
  116. background-position: 50% 50%;
  117. }
  118. .concealBnt {
  119. width: 60rpx;
  120. height: 60rpx;
  121. /* background-color: rebeccapurple; */
  122. margin: 0 auto;
  123. }