|
- .dateText_box {
- width: 60%;
- margin: 0 auto;
- overflow: hidden;
- text-align: center;
- }
-
- .Box {
- width: 94%;
- margin: 30rpx auto;
- border-radius: 16rpx;
- background-color: #fff;
- }
-
- .dateMinus {
- float: left;
- line-height: 60rpx;
- padding: 10rpx;
- height: 50rpx;
- margin-left: 40rpx;
- width: 50rpx;
- margin-top: 6rpx;
- }
-
- .dateText {
- float: left;
- padding: 10rpx 20rpx;
- line-height: 60rpx;
- height: 60rpx;
- }
-
- .dateAdd {
- padding: 10rpx;
- line-height: 60rpx;
- height: 50rpx;
- float: left;
- /* font-size: 36rpx;
- */
- margin-top: 6rpx;
- width: 50rpx;
- }
-
- .weekBox {
- overflow: hidden;
- font-family: SimHei;
- }
-
- .weekItme {
- height: 80rpx;
- line-height: 80rpx;
- width: 80rpx;
- margin: 0 10rpx;
- text-align: center;
- float: left;
- /* background-color: red;
- border-radius: 50%; */
- }
-
- .weekItme_a {
- height: 80rpx;
- line-height: 80rpx;
- width: 80rpx;
- margin: 0 10rpx;
- text-align: center;
- float: left;
- /* background-color: red;*/
- border-radius: 50%;
- background-color: #ff990050;
- }
-
- .deyBox {
- height: 80rpx;
- line-height: 80rpx;
- width: 80rpx;
- margin: 0 10rpx;
- text-align: center;
- }
-
- .noThen {
- height: 80rpx;
- line-height: 80rpx;
- width: 80rpx;
- margin: 0 10rpx;
- text-align: center;
- float: left;
- color: rgba(0, 0, 0, 0.1);
- }
-
- .noThen_a {
- height: 80rpx;
- line-height: 80rpx;
- width: 80rpx;
- margin: 0 10rpx;
- text-align: center;
- float: left;
- color: rgba(0, 0, 0, 0.1);
- border-radius: 50%;
- background-color: #f90;
- }
-
- .today_a {
- 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%;
- }
-
- .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/jintian_huise.png');
- background-size: 50rpx 50rpx;
- background-repeat: no-repeat;
- background-position: 50% 50%;
- }
-
- .concealBnt {
- width: 60rpx;
- height: 60rpx;
- /* background-color: rebeccapurple; */
- margin: 0 auto;
- }
|