| | |
| | | /* pages/mService/cSchedule/cSchedule.wxss */ |
| | | .schedule-card { |
| | | position: relative; |
| | | background: linear-gradient(0deg, #e9c07f, #F8BD6B, #FFAC38); |
| | | /* background-color: aqua; */ |
| | | margin: 0 10px; |
| | | padding: 8px; |
| | | color: rgb(255, 255, 255); |
| | | /* background: linear-gradient(0deg, #e9c07f, #F8BD6B, #FFAC38); */ |
| | | /* padding: 8px; */ |
| | | background-color: white; |
| | | color: var(--fyui-text-color_1); |
| | | border-radius: 6px; |
| | | box-shadow: 1px 1px 3px rgba(0, 0, 0, .4); |
| | | } |
| | | |
| | | .schedule-card__2 { |
| | |
| | | position: absolute; |
| | | top: 0; |
| | | right: 4px; |
| | | color: rgba(255, 255, 255, 0.15); |
| | | color: rgba(255, 255, 255, 0.719); |
| | | font-size: 30px; |
| | | } |
| | | |
| | | .schedule-category { |
| | | display: flex; |
| | | background: linear-gradient(0deg, #ffffff, #E2EFFF, #c5dfff); |
| | | align-items: center; |
| | | font-size: 14px; |
| | | font-size: 30rpx; |
| | | padding: 8px; |
| | | border-radius: 6px 6px 0 0; |
| | | } |
| | | |
| | | .schedule-category>text { |
| | |
| | | } |
| | | |
| | | .schedule-title { |
| | | font-size: 20px; |
| | | margin: 12px 0; |
| | | padding: 8px; |
| | | font-size: 36rpx; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | font-weight: 600; |
| | | border-top: 1px solid rgba(151, 151, 151, 0.068); |
| | | } |
| | | |
| | | .schedule-time { |
| | | padding: 0 8px; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | font-size: 14px; |
| | | align-items: baseline; |
| | | font-size: 24rpx; |
| | | } |
| | | |
| | | .schedule-time__day { |
| | | font-size: 36rpx; |
| | | } |
| | | |
| | | .schedule-time__right { |
| | | color: #77b2fa; |
| | | } |
| | | |
| | | .schedule-time__right-2 { |
| | | color: orange; |
| | | } |
| | | |
| | | .schedule-time__right-3 { |
| | | color: red; |
| | | } |