| | |
| | | /* 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; |
| | |
| | | |
| | | .contentBox { |
| | | width: 100%; |
| | | height: calc(100vh - env(safe-area-inset-bottom)); |
| | | background-color: #eee; |
| | | height: 100%; |
| | | background-color: #fff; |
| | | font-size: 28rpx; |
| | | } |
| | | |
| | |
| | | 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); |
| | | height: calc(100% - 55px - 45px - 48px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | |
| | | width: 85vw; |
| | | height: 180px; |
| | | border-radius: 10rpx; |
| | | position: relative; |
| | | } |
| | | |
| | | .block-select-title { |
| | |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | padding: 70rpx 20rpx; |
| | | padding: 50rpx 20rpx; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | padding: 0 20rpx; |
| | | min-height: 120rpx; |
| | | padding: 0rpx 20rpx; |
| | | box-sizing: border-box; |
| | | position: absolute; |
| | | bottom: 0; |
| | | right: 0; |
| | | } |
| | | |
| | | .navBottom { |
| | | width: 100%; |
| | | height: 45px; |
| | | background-color: #fff; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | border-top: 1rpx solid #eee; |
| | | padding: 5px 10px; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | |