123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 |
- .line {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .line-two {
- word-break: break-all;
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .bargaining {
- margin-top: 150rpx;
- padding: 5rpx;
- background: #fdfdfd;
- }
- .bargaining .big {
- width: 680rpx;
- margin: 30rpx auto;
- }
- .bargaining .big .big-img {
- position: relative;
- width: 680rpx;
- height: 460rpx;
- border-radius: 20rpx;
- }
- .bargaining .big .big-img .time-content {
- position: absolute;
- bottom: 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- }
- .bargaining .big .big-img .time-content .secondsKill {
- margin-left: 40rpx;
- }
- .bargaining .big .big-img .time-content .time {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- margin-right: 20rpx;
- }
- .bargaining .big .content {
- padding: 30rpx;
- border-bottom-left-radius: 30rpx;
- border-bottom-right-radius: 30rpx;
- }
- .bargaining .big .content .commodity-content {
- display: flex;
- align-items: center;
- margin-bottom: 10rpx;
- }
- .bargaining .big .content .commodity-content .reduction {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 160rpx;
- height: 40rpx;
- margin-right: 10rpx;
- border-radius: 30rpx;
- }
- .bargaining .big .content .commodity-content .commodity-name {
- width: 500rpx;
- }
- .bargaining .big .content .describe {
- margin-bottom: 10rpx;
- }
- .bargaining .big .content .inventory {
- margin-bottom: 20rpx;
- }
- .bargaining .big .content .price-content {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .bargaining .big .content .price-content .price .discount {
- margin-bottom: 5rpx;
- }
- .bargaining .big .content .price-content .price .original-price {
- text-decoration: line-through;
- }
- .bargaining .big .content .price-content .buy {
- width: 100rpx;
- padding: 0 10rpx;
- border: 1rpx solid red !important;
- margin: 0;
- }
- .bargaining {
- padding: 5rpx;
- background: #fdfdfd;
- }
- .bargaining .two-box {
- display: inline-block;
- margin-left: 20rpx;
- }
- .bargaining .two-box .two {
- width: 340rpx;
- margin: 30rpx auto;
- }
- .bargaining .two-box .two .two-img {
- position: relative;
- width: 340rpx;
- height: 330rpx;
- border-radius: 20rpx;
- }
- .bargaining .two-box .two .two-img .time-content {
- position: absolute;
- bottom: 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- }
- .bargaining .two-box .two .two-img .time-content .secondsKill {
- margin-left: 20rpx;
- }
- .bargaining .two-box .two .two-img .time-content .time {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- margin-right: 20rpx;
- }
- .bargaining .two-box .two .content {
- padding: 20rpx;
- border-bottom-left-radius: 30rpx;
- border-bottom-right-radius: 30rpx;
- }
- .bargaining .two-box .two .content .commodity-content {
- margin-bottom: 10rpx;
- }
- .bargaining .two-box .two .content .commodity-content .reduction {
- float: left;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 140rpx;
- margin-right: 10rpx;
- border-radius: 30rpx;
- }
- .bargaining .two-box .two .content .describe {
- margin-bottom: 10rpx;
- }
- .bargaining .two-box .two .content .inventory {
- margin-bottom: 10rpx;
- }
- .bargaining .two-box .two .content .price-content {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .bargaining .two-box .two .content .price-content .price .original-price {
- text-decoration: line-through;
- }
- .bargaining .two-box .two .content .price-content .buy {
- width: 70rpx;
- padding: 0 6rpx;
- border: 1rpx solid red !important;
- margin: 0;
- }
- .bargaining {
- padding: 5rpx;
- background: #fdfdfd;
- }
- .bargaining .three-box {
- display: inline-block;
- margin-left: 20rpx;
- }
- .bargaining .three-box .three {
- width: 220rpx;
- margin: 30rpx auto;
- }
- .bargaining .three-box .three .three-img {
- width: 220rpx;
- height: 220rpx;
- border-radius: 20rpx;
- }
- .bargaining .three-box .three .content {
- padding: 15rpx;
- border-bottom-left-radius: 30rpx;
- border-bottom-right-radius: 30rpx;
- }
- .bargaining .three-box .three .content .commodity-name {
- margin-bottom: 15rpx;
- }
- .bargaining .three-box .three .content .inventory {
- margin-bottom: 5rpx;
- }
- .bargaining .three-box .three .content .describe {
- margin-bottom: 10rpx;
- }
- .bargaining .three-box .three .content .discount {
- margin-bottom: 5rpx;
- }
- .bargaining .three-box .three .content .original-price {
- text-decoration: line-through;
- }
- .bargaining .three-box .three .content .buy {
- width: 100%;
- margin-top: 10rpx;
- padding: 0 8rpx;
- }
- .bargaining {
- background: #fdfdfd;
- }
- .bargaining .details {
- display: flex;
- width: 680rpx;
- margin: 30rpx auto;
- }
- .bargaining .details .details-img {
- position: relative;
- width: 300rpx;
- height: 300rpx;
- border-radius: 20rpx;
- }
- .bargaining .details .details-img .time-content {
- position: absolute;
- bottom: 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- }
- .bargaining .details .details-img .time-content .secondsKill {
- margin-left: 20rpx;
- }
- .bargaining .details .details-img .time-content .time {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- margin-right: 20rpx;
- }
- .bargaining .details .content {
- width: 340rpx;
- padding: 20rpx;
- border-bottom-left-radius: 30rpx;
- border-bottom-right-radius: 30rpx;
- }
- .bargaining .details .content .commodity-content {
- margin-bottom: 20rpx;
- }
- .bargaining .details .content .commodity-content .reduction {
- float: left;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 130rpx;
- margin-right: 10rpx;
- border-radius: 30rpx;
- }
- .bargaining .details .content .commodity-content .commodity-name {
- margin-bottom: 10rpx;
- }
- .bargaining .details .content .describe {
- margin-bottom: 15rpx;
- }
- .bargaining .details .content .inventory {
- margin-bottom: 15rpx;
- }
- .bargaining .details .content .price-content {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .bargaining .details .content .price-content .price .discount {
- margin-bottom: 10rpx;
- }
- .bargaining .details .content .price-content .price .original-price {
- text-decoration: line-through;
- }
- .bargaining .details .content .price-content .buy {
- width: 80rpx;
- padding: 0 8rpx;
- margin: 0;
- border: 1rpx solid red !important;
- }
- .bargaining {
- background: #fdfdfd;
- }
- .bargaining .scroll-box {
- display: inline-block;
- margin-right: 20rpx;
- }
- .bargaining .scroll-box .scroll {
- width: 220rpx;
- margin: 30rpx auto;
- }
- .bargaining .scroll-box .scroll .scroll-img {
- width: 220rpx;
- height: 220rpx;
- border-radius: 20rpx;
- }
- .bargaining .scroll-box .scroll .content {
- padding: 15rpx;
- border-bottom-left-radius: 30rpx;
- border-bottom-right-radius: 30rpx;
- }
- .bargaining .scroll-box .scroll .content .commodity-name {
- margin-bottom: 10rpx;
- }
- .bargaining .scroll-box .scroll .content .describe {
- margin-bottom: 10rpx;
- }
- .bargaining .scroll-box .scroll .content .inventory {
- margin-bottom: 10rpx;
- }
- .bargaining .scroll-box .scroll .content .discount {
- margin-bottom: 5rpx;
- }
- .bargaining .scroll-box .scroll .content .original-price {
- text-decoration: line-through;
- }
- .bargaining .scroll-box .scroll .content .buy {
- width: 100%;
- padding: 0 8rpx;
- margin-top: 10rpx;
- }
|