123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- .container {
- margin: 0rpx 30rpx;
- width: calc(100% - 60rpx);
- padding: 0 0;
- height: 100%;
- }
- .search-bar {
- width: 100%;
- position: relative;
- display: flex;
- align-items: center;
- /* height: 70rpx; */
- background-color: #fff;
- border: 1rpx solid #dcdfe6;
- border-radius: 12rpx;
- padding: 16rpx 20rpx;
- }
- .search-bar input {
- flex: 1;
- height: 100%;
- padding-right: 60rpx;
- font-size: 32rpx;
- border: none;
- background: transparent;
- }
- .search-icon {
- position: absolute;
- right: 20rpx;
- width: 45rpx;
- height: 45rpx;
- }
- .category-tabs {
- width: 100%;
- display: flex;
- /* justify-content: space-between; */
- margin: 20rpx;
- }
- .category-tab {
- margin: 0 16rpx;
- padding: 13rpx 26rpx;
- font-size: 26rpx;
- color: #666;
- border-radius: 25rpx;
- }
- .category-tab.active {
- color: #409eff;
- background: #ecf5ff;
- border: 1rpx solid #d9ecff;
- }
- .course-list{
- width: 100%;
- }
- .course-list.grid {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- gap: 20rpx;
- margin-top: 30rpx;
- }
- .course-list.list .card {
- width: 100%;
- display: flex;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .card {
- width: 48.6%;
- background: #fff9f0;
- border-radius: 16rpx;
- /* padding: 16rpx; */
- }
- .card.list {
- width: calc(100% - 40rpx) !important;
- background: #fff;
- border-radius: 14rpx;
- /* border-bottom: 1rpx solid #ccc; */
- padding: 20rpx;
- }
- .label {
- width: 60rpx;
- height: 43rpx;
- text-align: center;
- line-height: 45rpx;
- font-size: 26rpx;
- padding: 5rpx 16rpx;
- border-radius: 40rpx;
- }
- .label.PDF { background: #ffeaea; color: #ff4d4f; border: 1rpx solid #fde2e2;}
- .label.shipin { background: #e6f7ff; color: #1890ff; border: 1rpx solid #d9ecff;}
- .label.yinpin { background: #f6ffed; color: #52c41a; border: 1rpx solid #e1f3d8;}
- .label.PPT { background: #fff7e6; color: #faad14; border: 1rpx solid #fde2e2;}
- .preview-btn {
- /* width: 200rpx !important; */
- margin-top: 10rpx;
- background: #007aff;
- color: white;
- font-size: 26rpx !important;
- border-radius: 12rpx;
- }
- .preview-btns {
- flex: 1;
- background-color: #409eff;
- color: #fff;
- border: none;
- border-radius: 40rpx;
- padding: 12rpx 0;
- font-size: 32rpx;
- display: flex;
- justify-content: center;
- align-content: center;
- }
- .cardimg {
- background: papayawhip;
- border-radius: 12rpx;
- position: relative;
- }
- .cardimg.grid {
- width: 100%;
- height: 220rpx;
- }
- .cardimg.list {
- width: 100rpx;
- height: 100rpx;
- }
- .labelwg.grid {
- position: absolute;
- top: 16rpx;
- left: 16rpx;
- }
- .labelwg.list {
- position: absolute;
- top: 10rpx;
- left: 10rpx;
- }
- .info {
- display: flex;
- justify-content: space-between;
- padding-top: 16rpx;
- font-size: 26rpx;
- }
- .title_box.list {
- width: 320rpx;
- height: 100%;
- margin-right: 80rpx;
- }
- .button_box.grid {
- display: flex;
- align-items: center;
- align-content: center;
- }
- .button_box.list {
- width: 130rpx;
- height: 100%;
- }
- .group-options {
- display: flex;
- justify-content: space-between;
- margin-top: 20rpx;
- width: 100%;
- }
- .option {
- text-align: center;
- margin-top: 20rpx;
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .option-icon {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .option-text {
- font-size: 28rpx;
- color: #666;
- margin-top: 16rpx;
- }
- .course-lists {
- display: flex;
- flex-direction: column;
- gap: 20rpx;
- margin-top: 20rpx;
- }
- .course-items {
- background-color: #fff;
- border-radius: 8rpx;
- overflow: hidden;
- }
- .course-videos {
- width: 100%;
- height: 385rpx;
- object-fit: cover;
- }
- .course-infos {
- padding: 20rpx;
- }
- .course-titles {
- font-size: 36rpx;
- font-weight: bold;
- color: #333;
- margin-bottom: 10rpx;
- }
- .course-descriptions {
- font-size: 28rpx;
- color: #666;
- line-height: 1.5;
- }
- .download-icon {
- width: 45rpx;
- height: 40rpx;
- margin-left: 20rpx;
- }
- .download-icons {
- width: 45rpx;
- height: 40rpx;
- margin-right: 20rpx;
- }
|