12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .groud {
- width: 100%;
- padding: 30rpx;
- border-bottom: 1px solid #DDDDDD;
- .label {
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- }
- .content {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
-
- .but {
- width: 188rpx;
- height: 72rpx;
- background: #F5F5F5;
- border-radius: 8rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- box-sizing: border-box;
- margin-right: 20rpx;
- margin-top: 20rpx;
- padding: 0;
- }
- .active {
- border: 1px solid #3874F6;
- color: #3874F6;
- font-weight: bold;
- background-color: #F5F5F5;
- }
- }
- .time{
- .partition {
- margin-right: 20rpx;
- display: flex;
- align-items: center;
- }
- .tbox {
- width: 220rpx;
- height: 72rpx;
- text-align: center;
- line-height: 72rpx;
- background: #F5F5F5;
- border-radius: 8rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- box-sizing: border-box;
- margin-right: 20rpx;
- margin-top: 20rpx;
- }
- }
- }
|