| 12345678910111213141516171819 |
- /* components/recommend/recommend.wxss */
- .head .titleNav{justify-content: space-between;align-items: center;font-size: 36rpx;font-weight: bold;padding-bottom: 30rpx;padding-top: 30rpx;}
- .head .titleNav text{font-size: 24rpx;color: #999;margin-left: 10rpx;font-weight: normal;}
- .more{width: 16rpx;height: 27rpx;margin-left: 10rpx;}
- .imgtit{width: 100%; margin-bottom:20rpx; }
- .jishida .imgtit{width: 100%; margin-bottom:10rpx; }
- .tab{align-items: center;font-size: 28rpx;color: #666;white-space: nowrap;}
- ::-webkit-scrollbar{
- display: none;
- width: 0 !important;
- height: 0 !important;
- -webkit-appearance: none;
- background: transparent;}
- .tab .li{padding: 7rpx 25rpx;margin-right: 20rpx; text-align: center;position: relative;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;display: inline-block;}
- /* .tab .li::after{content: '';display: block;width: 2rpx;height: 28rpx;background: #D2D2D2;position: absolute;left: 0;top: 50%;transform: translateY(-50%);} */
- .tab .li:first-child::after{display: none;}
- .tab .li.active{color: var(--mina) !important;padding: 7rpx 25rpx;background-color: var(--textbg);border-radius: 23rpx 23rpx 23rpx 23rpx;}
- .tabcon{flex-wrap: wrap;margin-top: 20rpx;}
- .tabcon .li{width: 50%;}
|