page{ background-color:#f0f0f0 } .gd_content{ background-color: #fff; border-top-left-radius: 20rpx; border-top-right-radius: 20rpx; } .order-item { display: flex; height: 246rpx; border-top: 3rpx solid rgb(245, 245, 245); align-items: center; padding-right: 30rpx; } .goods-img { float: left; width: 200rpx; height: 200rpx; margin: 0 20rpx; } .goods-cont { width: 420rpx; height: 165rpx; font-size: 28rpx; margin-left: 35rpx; padding-top: 7rpx; padding-bottom: 5rpx; } .goods-name{ max-height: 60rpx; line-height: 30rpx; margin-bottom: 16rpx; font-size:26rpx; width: 490rpx; display: -webkit-box; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp:1; overflow: hidden; text-overflow:ellipsis; height: 30rpx; color: #1d1d1d; } .specifications { padding: 3rpx 8rpx; margin-top: 8rpx; font-size: 22rpx; max-width: 356rpx; width: auto; height: 30rpx; line-height: 29rpx; background-color: rgb(236, 236, 236); border-radius: 8rpx; white-space: nowrap; color: rgb(63, 63, 63); display: inline-block; } .line_th { text-decoration: line-through; }