C端小程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

73 linhas
1.2 KiB

  1. .dateText_box{
  2. width: 60%;
  3. margin: 0 auto;
  4. overflow: hidden;
  5. text-align: center;
  6. }
  7. .dateMinus{
  8. font-size: 36rpx;
  9. float: left;
  10. line-height: 60rpx;
  11. padding: 10rpx;
  12. height: 60rpx;
  13. margin-left: 100rpx;
  14. }
  15. .dateText{
  16. float: left;
  17. padding: 10rpx;
  18. line-height: 60rpx;
  19. height: 60rpx;
  20. }
  21. .dateAdd{
  22. padding: 10rpx;
  23. line-height: 60rpx;
  24. height: 60rpx;
  25. float: left;
  26. font-size: 36rpx;
  27. }
  28. .weekBox{
  29. width: 96%;
  30. margin: 0 auto;
  31. overflow: hidden
  32. }
  33. .weekItme{
  34. height: 80rpx;
  35. line-height: 80rpx;
  36. width: 80rpx;
  37. margin: 0 10rpx;
  38. text-align: center;
  39. float: left;
  40. /* background-color: red;
  41. border-radius: 50%; */
  42. }
  43. .noThen{
  44. height: 80rpx;
  45. line-height: 80rpx;
  46. width: 80rpx;
  47. margin: 0 10rpx;
  48. text-align: center;
  49. float: left;
  50. color: rgba(0, 0, 0, 0.1)
  51. }
  52. .today{
  53. height: 80rpx;
  54. line-height: 80rpx;
  55. width: 80rpx;
  56. margin: 0 10rpx;
  57. text-align: center;
  58. float: left;
  59. color: #fff;
  60. /* background-color: rgba(50,177,252,1); */
  61. background-image: url('https://formall.oss-accelerate.aliyuncs.com/cimg/jinri.png');
  62. background-size: 50rpx 50rpx;
  63. background-repeat: no-repeat;
  64. background-position: 50% 50%;
  65. }
  66. .concealBnt{
  67. width: 60rpx;
  68. height: 60rpx;
  69. /* background-color: rebeccapurple; */
  70. margin: 0 auto;
  71. }