1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- @charset "utf-8";
- #course-experience {
- background: #fff;
- .content {
- width: 1140px !important;
- }
- .top {
- padding: 8px 0;
- height: 60px;
- line-height: 44px;
- }
- .center {
- background: #fff;
- padding-top: 20px;
- .content {
- .total-list {
- margin: 0 -20px;
- margin-bottom: 30px;
- .total-item {
- margin: 0 20px;
- width: 254px;
- display: inline-block;
- padding: 20px;
- padding-right: 10px;
- background: #F7F7F7FF;
- height: 150px;
- vertical-align: top;
- .title {
- line-height: 16px;
- font-size: 16px;
- color: #5E677BFF;
- margin-bottom: 10px;
- }
- .label {
- color: #5E677BFF;
- font-size: 32px;
- text-align: center;
- padding-right: 10px;
- font-weight: bold;
- }
- }
- }
- .user-action {
- border-top: 1px solid #eee;
- }
- .article-item {
- .detail {
- max-height: 140px;
- overflow: hidden;
- background: linear-gradient(360deg, rgba(161, 161, 171, 0) 0%, rgba(104, 104, 114, 1) 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- }
- }
- }
- }
|