| | |
| | | /* packageCourse/pages/course/index.wxss */ |
| | | .custom-css { |
| | | --td-button-default-disabled-bg: #ccc; |
| | | --td-button-default-bg-color: #67c23a; |
| | | --td-button-default-border-color: #67c23a; |
| | | } |
| | | |
| | | .custom-tabs { |
| | | --td-tab-item-active-color: #ff6d00; |
| | | --td-tab-track-color: #ff6d00; |
| | | } |
| | | |
| | | .demo-section__content { |
| | | margin-top: 32rpx; |
| | |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .tabComtyent { |
| | | width: 100%; |
| | | } |
| | | |
| | | .tabComtyent .t-tabs__item--active { |
| | | color: #ff6d00 !important; |
| | | } |
| | | |
| | | .header .t-search__input-box { |
| | | height: 70rpx !important; |
| | | font-size: 28rpx; |
| | |
| | | |
| | | .contentList { |
| | | width: 100%; |
| | | height: calc(100% - 55px - 45px); |
| | | height: calc(100% - 55px - 45px - 48px); |
| | | background-color: #fff; |
| | | } |
| | | |