css0_2.wxss 1.0 KB

12345678910111213
  1. .top-handle { height: 80rpx; display: flex; justify-content: center; align-items: center; }
  2. .week{ height:46rpx; width:700rpx; }
  3. .prev{ height: 50rpx; display: flex; align-items: center; width:50rpx; }
  4. .prev wx-image{ width:12rpx; height: 20rpx; margin-left: 20rpx; }
  5. .next { display: flex; align-items: center; height: 50rpx; width:50rpx; }
  6. .next wx-image{ height: 20rpx; width:12rpx; margin-left: 20rpx; }
  7. .today{ font-size: 13px; font-weight: bolder; color:#353535; margin: 0 60rpx; }
  8. .weeks-day{ width:100rpx; color:#909090; font-size: 12px; float:left; display: flex; justify-content: center; }
  9. .box-flex { display: -webkit-box; display: -webkit-flex; display: flex; flex-wrap: wrap; }
  10. .flex-item { flex-flow: nowrap; flex-grow: 1; flex-shrink: 1; width: 97rpx; }
  11. .item-content { height:97rpx; color:#353535; font-size: 14px; display: flex; justify-content: center; align-items: center; border:1rpx solid #ebebeb; position: relative; }
  12. .item-content-current-day { flex-grow: 2; }
  13. .bk-color-day { background-color: #f7f7f7; }