Browse Source

修改日历样式

master
王健 4 years ago
parent
commit
aab3e94108
  1. 6
      pages/calendar/calendar.wxss

6
pages/calendar/calendar.wxss

@ -20,13 +20,13 @@
.cal-box { .cal-box {
margin-top: 16rpx; margin-top: 16rpx;
width: 100%; width: 100%;
height: 790rpx; height: 830rpx;
position: relative; position: relative;
} }
.cal-back { .cal-back {
width: 100%; width: 100%;
height: 790rpx; height: 830rpx;
position: absolute; position: absolute;
z-index: 1; z-index: 1;
left: 0; left: 0;
@ -41,7 +41,7 @@
width: 684rpx; width: 684rpx;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 710rpx; height: 730rpx;
} }
.timer { .timer {

Loading…
Cancel
Save