123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497 |
- .layout {
- background: #F9F9F9;
- }
- .container {
- width: 1200px;
- margin: auto;
- }
- .el-breadcrumb {
- margin-top: 30px;
- margin-bottom: 20px;
- }
- .container_title>div {
- margin-right: 4px;
- }
- .container_title>div:nth-child(5) {
- color: #999999;
- }
- .container_content {
- padding: 30px;
- padding-right: 53px;
- background: #fff;
- margin-bottom: 30px;
- }
- .container_content_message {
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- display: flex;
- }
- .container_content_message_image {
- width: 300px;
- height: 300px;
- margin-right: 40px;
- }
- .container_content_message_image img {
- width: 100%;
- height: 100%;
- border-radius: 8px;
- }
- .container_content_message_value {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- -moz-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- }
- .container_content_message_value_name {
- position: relative;
- margin-top: 30px;
- margin-bottom: 20px;
- color: #282828;
- font-size: 22px;
- font-weight: bold;
- }
- .container_content_message_value_name button {
- position: absolute;
- top: 0;
- right: 0;
- width: 80px;
- height: 30px;
- border: 1px solid #191C6E;
- border-radius: 15px;
- background-color: #FFFFFF;
- font-size: 12px;
- line-height: 30px;
- color: #191C6E;
- }
- .container_content_message_value_name button.followed {
- background-color: #191C6E;
- color: #FFFFFF;
- }
- .container_content_message_value_name .iconfont {
- font-size: 12px;
- }
- .container_content_message_value_tap {
- margin-bottom: 35px;
- }
- .container_content_message_value_tap>span {
- padding: 5px 12px;
- background: #FFF0E5;
- color: #FF6B00;
- margin-right: 10px;
- border-radius: 2px;
- }
- .container_content_message_value_detils {
- color: #666666;
- font-size: 18px;
- line-height: 30px;
- }
- .container_selectTap {
- position: relative;
- height: 56px;
- background: #fff;
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -moz-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .container_selectTap_item {
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- display: flex;
- }
- .container_selectTap_tip {
- position: absolute;
- top: 0;
- left: 0;
- width: 113px;
- -webkit-transition: .3s;
- -o-transition: .3s;
- -moz-transition: .3s;
- transition: .3s;
- }
- .container_selectTap_tip img {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: auto;
- }
- .container_selectTap_item_value {
- width: 113px;
- font-size: 14px;
- color: #282828;
- text-align: center;
- cursor: pointer;
- }
- .container_selectTap_item>div:not(:last-child) {
- border-right: 1px solid #D9D9D9;
- }
- .selectEd {
- color: #191C6E;
- }
- .tab-main .detail {
- padding: 30px;
- background-color: #FFFFFF;
- line-height: 1.5;
- }
- .tab-main .detail img,
- .tab-main .detail video,
- .tab-main .detail audio {
- max-width: 100%;
- }
- .tab-main .special {
- padding: 30px;
- background-color: #FFFFFF;
- }
- /* 课程列表开始 */
- .tab-main .special .list {
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- margin: 0 -28px -28px 0;
- }
- .tab-main .special .item {
- width: 264px;
- border-radius: 8px;
- margin: 0 28px 28px 0;
- -webkit-box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
- box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
- }
- .tab-main .special .item-header {
- position: relative;
- width: 264px;
- height: 148px;
- }
- .tab-main .special .item img:first-child {
- width: 100%;
- height: 100%;
- border-radius: 8px 8px 0 0;
- }
- .tab-main .special .item img:nth-child(2) {
- position: absolute;
- right: 10px;
- bottom: 10px;
- width: 20px;
- height: 20px;
- padding: 4px;
- border-radius: 50%;
- background-color: rgba(0, 0, 0, .5);
- }
- .tab-main .special .item .title {
- padding: 11px 20px 0;
- overflow: hidden;
- white-space: nowrap;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
- font-size: 16px;
- line-height: 21px;
- color: #282828;
- }
- .tab-main .special .item .tags {
- padding: 12px 20px 0;
- font-size: 0;
- }
- .tab-main .special .item .tag {
- display: inline-block;
- padding: 0 7px;
- border-radius: 2px;
- margin-left: 10px;
- background-color: rgba(44, 142, 255, 0.06);
- font-size: 12px;
- line-height: 22px;
- color: #191C6E;
- }
- .tab-main .special .item .tag:first-child {
- margin-left: 0;
- }
- .tab-main .special .item .wrap {
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -moz-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- padding: 20px 20px 15px;
- }
- .tab-main .special .item .money-wrap {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- -moz-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- font-size: 0;
- }
- .tab-main .special .item .money {
- display: inline-block;
- font-size: 12px;
- color: #FF6B00;
- }
- .tab-main .special .item .money span:last-child {
- display: inline-block;
- font-size: 20px;
- line-height: 25px;
- }
- .tab-main .special .item .free {
- display: inline-block;
- font-size: 18px;
- line-height: 25px;
- color: #FF6B00;
- }
- .tab-main .special .item .vip {
- display: inline-block;
- padding-left: 25px;
- margin-left: 5px;
- background: url("../images/vip_money.png") left center/21px 13px no-repeat;
- font-size: 12px;
- line-height: 17px;
- color: #282828;
- }
- .tab-main .special .item .number {
- font-size: 14px;
- color: #999999;
- }
- .course_price_content_truePrice span:nth-child(1) {
- position: relative;
- right: -6px;
- }
- .course_price_content_value>span:nth-child(1) {
- font-size: 14px;
- }
- .course_price_content_value>span:nth-child(2) {
- font-size: 18px;
- }
- .course_price_content_value>span.free {
- font-size: 16px;
- }
- .course_price>div:nth-child(2) {
- color: #666666;
- font-size: 14px;
- }
- /* 课程列表结束 */
- .pagination {
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -moz-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- margin-top: 70px;
- margin-bottom: 100px;
- }
- .tab-main .activity {
- padding: 0 30px;
- background-color: #FFFFFF;
- }
- .tab-main .activity .item {
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -moz-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- padding: 30px 0;
- border-bottom: 1px dashed #D0D0D0;
- }
- .tab-main .activity img {
- width: 202px;
- height: 114px;
- border-radius: 8px;
- vertical-align: middle;
- }
- .tab-main .activity .item-main {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- -moz-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- min-width: 0;
- padding: 0 20px;
- }
- .tab-main .activity .title {
- font-size: 18px;
- line-height: 24px;
- color: #282828;
- }
- .tab-main .activity .time {
- margin-top: 20px;
- font-size: 14px;
- line-height: 19px;
- color: #666666;
- }
- .tab-main .activity .item-main .iconfont {
- margin-right: 6px;
- font-size: 14px;
- color: #191C6E;
- }
- .tab-main .activity .address {
- margin-top: 10px;
- font-size: 14px;
- line-height: 19px;
- color: #666666;
- }
- .tab-main .activity .money {
- font-size: 12px;
- color: #FF6B00;
- }
- .tab-main .activity .money span {
- font-size: 20px;
- }
- .tab-main .material {
- background-color: #FFFFFF;
- }
- .tab-main .material .list {
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- padding: 30px;
- margin: 0 -28px -28px 0;
- }
- .tab-main .material .item {
- width: 264px;
- border-radius: 8px;
- margin: 0 28px 28px 0;
- -webkit-box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
- box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
- }
- .tab-main .material .item img {
- display: block;
- width: 264px;
- height: 146px;
- }
- .tab-main .material .title {
- padding: 15px 20px 0;
- overflow: hidden;
- white-space: nowrap;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
- font-size: 16px;
- line-height: 21px;
- color: #282828;
- }
- .tab-main .material .money {
- padding: 8px 20px 0;
- font-size: 12px;
- line-height: 26px;
- color: #FF6B00;
- }
- .tab-main .material .money span {
- font-size: 20px;
- }
- .tab-main .material .number {
- padding: 19px 20px 18px;
- font-size: 14px;
- line-height: 20px;
- color: #999999;
- }
- .tab-main {
- margin: 10px 0 70px;
- }
- .el-pagination {
- margin: 70px 0;
- text-align: center;
- }
|