| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .swiper{
- height: 390rpx;
- }
- .swiperImgView{
- width: 750rpx;
- height: 390rpx;
- }
- .swiperImg{
- width: 750rpx;
- height: 390rpx;
- }
- .banner{
- margin-top: 10rpx;
- }
- .goods{
- padding: 10rpx 20rpx;
- }
- .goodsName{
- width: 710rpx;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- margin-top: 10rpx;
- font-size: 30rpx;
- }
- .goodsImgTitle{
- width: 710rpx;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: ellipsis;
- margin-top: 10rpx;
- font-size: 26rpx;
- color: #999999;
- }
- .goodsPrice{
- margin-top: 10rpx;
- font-size: 40rpx;
- color: red;
- }
- .aixinView{
- width: 40rpx;
- height: 40rpx;
- }
- .aixinImg{
- width: 40rpx;
- height: 40rpx;
- }
- .goodsDetail{
- height: 70rpx;
- line-height: 70rpx;
- font-size: 35rpx;
- }
- .goodsDetailImgView{
- }
- .goodsDetailImg{
- width: 750rpx;
- }
- .goods-carts {
- flex-direction: column;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- }
|