123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- .wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 92rpx 24rpx 24rpx;
- box-sizing: border-box;
- }
- .content-box {
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .tab-list {
- width: 100%;
- display: flex;
- background-color: #fff;
- border-top: 1px solid #F6F6F6;
- box-sizing: border-box;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 999;
- }
- .child {
- flex: 1;
- height: 72rpx;
- line-height: 72rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #202020;
- font-size: 32rpx;
- position: relative;
- }
- .border-img {
- width: 15rpx;
- opacity: 0;
- position: absolute !important;
- right: 70rpx !important;
- bottom: 10rpx !important;
- }
- .child.active .border-img {
- opacity: 1;
- }
- .child.active {
- color: #F2501A;
- font-weight: 500;
- }
- .video-module {
- width: 100%;
- display: flex;
- flex-direction: column;
- background-color: #FFFFFF;
- border-radius: 16rpx;
- overflow: hidden;
- }
- .video-title {
- width: 100%;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- height: 76rpx;
- line-height: 76rpx;
- color: #202020;
- font-size: 28rpx;
- font-weight: bold;
- padding: 0 14rpx;
- box-sizing: border-box;
- }
- .list {
- width: 100%;
- background-color: #FFFFFF;
- border-radius: 16rpx;
- margin-top: 20rpx;
- padding-bottom: 50rpx;
- }
- .item {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 28rpx 20rpx 0;
- box-sizing: border-box;
- margin-bottom: 20rpx;
- }
- .item:last-child {
- margin-bottom: 0;
- }
- .item-top {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .img-box {
- display: flex;
- align-items: center;
- margin-left: 24rpx;
- position: relative;
- }
- .item-top-img {
- width: 210rpx;
- height: 168rpx;
- border-radius: 16rpx;
- }
- .item-top-sidebar {
- flex: 1;
- height: 150rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .item-top-name {
- width: 100%;
- color: #202020;
- font-size: 28rpx;
- font-weight: bold;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- }
- .item-top-msg {
- width: 100%;
- color: #A7A7A7;
- font-size: 24rpx;
- }
- .play-img {
- width: 48rpx;
- height: 48rpx;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 10;
- }
- .list-2 {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- padding: 20rpx 20rpx 0;
- box-sizing: border-box;
- background-color: #FFFFFF;
- border-radius: 16rpx;
- margin-top: 20rpx;
- }
- .item-2 {
- width: calc(50% - 10rpx);
- display: flex;
- flex-direction: column;
- margin-bottom: 20rpx;
- }
- .img-box2 {
- width: 100%;
- display: flex;
- align-items: center;
- position: relative;
- margin-bottom: 10rpx;
- }
- .item-img2 {
- width: 100%;
- height: 252rpx;
- border-radius: 12rpx 12rpx 0 0;
- }
- .item-bottom {
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .item-bottom-msg {
- width: 100%;
- color: #A7A7A7;
- font-size: 24rpx;
- margin-top: 2rpx;
- }
- .product-list {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .product-item {
- width: calc(50% - 11rpx);
- height: 500rpx;
- border-radius: 12rpx;
- background-color: #fff;
- margin-bottom: 30rpx;
- }
- .product-item-column2 {
- width: 100%;
- height: 100%;
- border-radius: 12rpx;
- display: flex;
- flex-direction: column;
- }
- .product-item-column2-img {
- width: 100%;
- height: 340rpx;
- border-radius: 12rpx 12rpx 0 0;
- }
- .product-item-column2-bottom {
- width: 100%;
- height: calc(100% - 340rpx);
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- padding: 16rpx;
- box-sizing: border-box;
- border-radius: 0 0 12rpx 12rpx;
- }
- .product-item-column-name2 {
- width: 100%;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- color: #202020;
- font-weight: bold;
- font-size: 26rpx;
- }
- .product-item-column2-row-between {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .product-item-column2-btn {
- width: 40rpx;
- height: 40rpx;
- line-height: 40rpx;
- border-radius: initial;
- }
- .product-item-column2-btn image {
- width: 100%;
- height: 100%;
- }
- .product-item-column2-price {
- color: #F2501A;
- font-size: 28rpx;
- }
- .product-item-column2-price>text {
- color: #919191;
- font-size: 24rpx;
- margin-left: 6rpx;
- text-decoration: line-through;
- }
|