123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .hotWares {
- display: flex;
- flex-wrap: wrap;
- padding-top:22rpx;
- background: rgba(240, 241, 245, 1);
- }
- .hotWares .hotWareCard {
- position: relative;
- overflow: hidden;
- width: 100%;
- height: 384rpx;
- background: #fff;
- /* padding: 26rpx; */
- /* border-radius: 12rpx; */
- /* margin: 0 0 18rpx 16rpx; */
- margin: 0 auto 20rpx;
- /* box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28); */
- }
- .hotWareCard .wareCardImg {
- display: block;
- width: 704rpx;
- height: 290rpx;
- margin: 26rpx auto 0;
- border-radius: 20rpx;
- }
- .resultData {
- display: flex;
- justify-content: space-between;
- margin-top: 12rpx;
- }
- .hotWareCard .titleSummary {
- display: flex;
- justify-content: space-between;
- margin-top: 12rpx;
- }
- .hotWareCard .wareCardTitle {
- /* margin: 0 auto; */
- width: 80%;
- height: 46rpx;
- display: block;
- /* text-align: left; */
- color: #414141;
- font-size: 32rpx;
- /* letter-spacing: 4rpx; */
- margin-left: 28rpx;
- /* font-family: MicrosoftYaHei; */
- }
- .hotWareCard .bottomData {
- height: 34rpx;
- margin-top: 10rpx;
- display: flex;
- /* flex-direction: row; */
- justify-content: space-between;
- align-items: center;
- }
- .hotWareCard .bottomData .wareCardPlays {
- width: 100rpx;
- margin-left: 270rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .hotWareCard .wareCardTip {
- width: 178rpx;
- height: 40rpx;
- display: block;
- text-align: left;
- color: #444;
- font-size: 24rpx;
- line-height: 41rpx;
- }
- .search-placerholder{
- width: 100%;
- height: 50rpx;
- line-height: 50rpx;
- text-align: center;
- font-size: 32rpx;
- font-weight: 800;
- color: #393939;
- background: #fff;
- }
|