1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- .like {
- margin-bottom: 100rpx;
- }
- .like-title {
- font-size: 30rpx;
- text-align: center;
- font-weight: bold;
- color: #666;
- margin-bottom: 20rpx;
- }
- .like-list {
- position: relative;
- padding: 20rpx;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- z-index: 0;
- }
- .new-comers-item {
- background-color: #fff;
- width: 345rpx;
- box-sizing: border-box;
- padding: 30rpx;
- border-radius: 10px;
- font-size: 28rpx;
- margin-bottom: 20rpx;
- }
- .new-comers-item .new-img {
- width: 285rpx;
- height: 285rpx;
- margin-bottom: 20rpx;
- }
- .new-comers-item .title {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .new-comers-item .new-bot {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 10rpx;
- }
- .new-comers-item .add-cart {
- width: 44rpx;
- height: 44rpx;
- padding: 0;
- margin: 0;
- }
- .new-comers-item .add-cart .img {
- width: 44rpx;
- height: 44rpx;
- display: block;
- }
- .new-comers-item .price {
- color: #ff5041;
- }
- .new-comers-item {
- position: relative;
- }
- .new-comers-item .act-end {
- position: absolute;
- height: 60rpx;
- border-radius: 10rpx;
- background: rgba(0, 0, 0, 0.5);
- color: #fff;
- font-size: 28rpx;
- text-align: center;
- line-height: 60rpx;
- left: 50%;
- top: 120rpx;
- padding: 0 12rpx;
- transform: translateX(-50%);
- }
- .i-number-img {
- font-size: 44rpx!important;
- }
|