123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- .info {
- overflow-x: hidden;
- padding-bottom: 20rpx;
- }
- .info .info-list {
- margin-right: -10rpx;
- margin-left: -10rpx;
- }
- .info-content {
- padding: 0 10rpx;
- width: 100%;
- display: inline-block;
- margin-bottom: 20rpx;
- }
- .info-content .info-bg {
- background-color: #fff;
- position: relative;
- width: 100%;
- height: 100%;
- padding: 0 20rpx;
- }
- .info-content .info-video {
- width: 100%;
- height: 422rpx;
- background-color: #fff;
- position: relative;
- }
- .hide {
- display: none;
- }
- .info-content .info-video .bg {
- width: 100%;
- height: 422rpx;
- position: absolute;
- top: 0;
- left: 0;
- }
- .info-content .info-video .play {
- width: 128rpx;
- height: 128rpx;
- position: absolute;
- top: 137rpx;
- left: 311rpx;
- opacity: 0.8;
- }
- .info-content .info-video video {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .info-content .info-label {
- width: 75%;
- display: inline-block;
- line-height: 80rpx;
- font-weight: bold;
- }
- .info-content .info-date {
- display: inline-block;
- line-height: 80rpx;
- font-weight: bold;
- }
- .info-content .info-date {
- font-size: 0.8rem;
- color: grey;
- }
- .modal {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 1);
- z-index: 9999;
- }
- .modal video {
- width: 100%;
- height: 430rpx;
- }
- .no-scroll {
- height: 100%;
- overflow-y: hidden;
- }
- .info-content .content {
- padding: 0 24rpx;
- }
- .info-content .content.more {
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- }
- .info-content .left {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- padding: 0 20rpx;
- }
- .info-content .right {
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- padding: 0 20rpx;
- }
- .info-content .right image {
- width: 18rpx;
- height: 10rpx;
- margin-right: 16rpx;
- }
- .swiper-top-container {
- position: fixed;
- width: 100%;
- top: 0;
- left: 0;
- height: 88rpx;
- z-index: 4000;
- background-color: #efeff4;
- }
- .swiper-tab {
- width: 100%;
- border-bottom: 2rpx solid #ccc;
- text-align: center;
- height: 88rpx;
- line-height: 88rpx;
- font-weight: bold;
- }
- .swiper-tab-item {
- display: inline-block;
- width: 33.33%;
- color: black;
- }
- .active {
- color: #fb534b;
- border-bottom: 4rpx solid red;
- }
- .sg-swiper {
- margin-top: 88rpx;
- height: 100%;
- }
- .swiper-item {
- overflow: scroll;
- }
- .after-navber {
- height: 100%;
- overflow: scroll;
- }
|