recommend.css 901 B

12345678910111213
  1. /* components/recommend/recommend.wxss */
  2. .head .titleNav{justify-content: space-between;align-items: center;font-size: 36rpx;font-weight: bold;padding-bottom: 30rpx;padding-top: 30rpx;}
  3. .head .titlenav text{font-size: 24rpx;color: #666;margin-left: 10rpx;font-weight: normal;}
  4. .more{width: 16rpx;height: 27rpx;}
  5. .imgtit{width: 100%; margin-bottom:20rpx; }
  6. .jishida .imgtit{width: 100%; margin-bottom:10rpx; }
  7. .tab{align-items: center;font-size: 28rpx;color: #666;}
  8. .tab .li{width: 25%;text-align: center;position: relative;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
  9. .tab .li::after{content: '';display: block;width: 2rpx;height: 28rpx;background: #D2D2D2;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
  10. .tab .li:first-child::after{display: none;}
  11. .tab .li.active{color: var(--mina) !important;}
  12. .tabcon{flex-wrap: wrap;margin-top: 20rpx;}
  13. .tabcon .li{width: 50%;}