Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- .dateText_box{
- width: 60%;
- margin: 60rpx auto;
- overflow: hidden;
- text-align: center;
- }
-
- .dateMinus{
- font-size: 36rpx;
- float: left;
- line-height: 68rpx;
- padding: 10rpx;
- height: 68rpx;
- margin-left: 100rpx;
- }
- .dateText{
- float: left;
- padding: 10rpx;
- line-height: 68rpx;
- height: 68rpx;
- }
- .dateAdd{
- padding: 10rpx;
- line-height: 68rpx;
- height: 68rpx;
- 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%; */
-
- }
|