|
- .dateText_box{
- width: 60%;
- margin: 0 auto;
- overflow: hidden;
- text-align: center;
- }
-
- .dateMinus{
- font-size: 36rpx;
- float: left;
- line-height: 60rpx;
- padding: 10rpx;
- height: 60rpx;
- margin-left: 100rpx;
- }
- .dateText{
- float: left;
- padding: 10rpx;
- line-height: 60rpx;
- height: 60rpx;
- }
- .dateAdd{
- padding: 10rpx;
- line-height: 60rpx;
- height: 60rpx;
- float: left;
- font-size: 36rpx;
- }
- .weekBox{
- width: 96%;
- margin: 0 auto;
- overflow: hidden
- }
- .weekItme{
- height: 80rpx;
- line-height: 80rpx;
- width: 80rpx;
- margin: 0 10rpx;
- text-align: center;
- float: left;
- /* background-color: red;
- border-radius: 50%; */
- }
- .noThen{
- height: 80rpx;
- line-height: 80rpx;
- width: 80rpx;
- margin: 0 10rpx;
- text-align: center;
- float: left;
- color: rgba(0, 0, 0, 0.1)
- }
- .today{
- height: 80rpx;
- line-height: 80rpx;
- width: 80rpx;
- margin: 0 10rpx;
- text-align: center;
- float: left;
- color: #fff;
- /* background-color: rgba(50,177,252,1); */
- background-image: url('https://formall.oss-accelerate.aliyuncs.com/cimg/jinri.png');
- background-size: 50rpx 50rpx;
- background-repeat: no-repeat;
- background-position: 50% 50%;
- }
- .concealBnt{
- width: 60rpx;
- height: 60rpx;
- /* background-color: rebeccapurple; */
- margin: 0 auto;
- }
|