123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- .product-item {
- background-color: #fff;
- box-sizing: border-box;
- border-bottom: 1rpx solid #DDDDDD;
- margin-bottom: 20rpx;
-
- .product {
- padding: 20rpx 30rpx;
- box-sizing: border-box;
-
- .mian {
- position: relative;
- display: flex;
- width: 100%;
- box-sizing: border-box;
-
- .img {
- flex-shrink: 0;
- width: 112rpx;
- height: 112rpx;
- border-radius: 16rpx;
- margin-right: 20rpx;
- overflow: hidden;
-
- .err {
- display: flex;
- width: 100%;
- height: 100%;
- align-items: center;
- justify-content: center;
- font-size: 22rpx;
- border: 1px solid #ddd;
- box-sizing: border-box;
- color: #666;
- }
- }
-
- .dec {
- flex: 1;
- width: 0;
- min-height: 128rpx;
- height: 100%;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
-
- .title {
- display: flex;
- width: 90%;
- height: 40rpx;
- font-size: 28rpx;
- font-weight: 600;
- color: #333333;
-
- .line-1 {
- max-width: 380rpx;
- }
-
- .tag {
- display: inline-block;
- color: #fff;
- background-color: #F80700;
- padding: 0 20rpx;
- margin-left: 20rpx;
- border-radius: 20rpx;
- font-weight: normal;
- font-size: 22rpx;
- line-height: 40rpx;
- }
- }
-
- .subfield {
- display: flex;
- margin-top: 8rpx;
- height: 34rpx;
- line-height: 34rpx;
-
- text {
- display: inline-block;
- width: 48%;
- }
- }
-
- .price {
- font-size: 30rpx;
- color: #FF3B30;
- }
-
- .old-price {
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- margin-left: 8rpx;
- text-decoration-line: line-through;
- }
-
- }
-
- .delete {
- position: absolute;
- width: 68rpx;
- height: 68rpx;
- line-height: 68rpx;
- right: -30rpx;
- top: -20rpx;
- text-align: center;
- font-size: 32rpx;
- color: #999;
- }
- }
- }
-
- .bot {
- width: 690rpx;
- border-top: 1rpx solid #ddd;
- margin: 0 auto;
- padding-bottom: 20rpx;
-
- .row {
- display: flex;
- width: 100%;
- margin-top: 20rpx;
-
- view {
- display: flex;
- height: 54rpx;
- align-items: center;
-
- .label {
- width: 144rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- text-align-last: justify;
- }
- }
-
- .input {
- height: 54rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- border: 1rpx solid #CCCCCC;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- line-height: 44px;
- text-align: center;
- }
-
- .money {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- font-size: 24rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- color: #666666;
- margin-right: 20rpx;
-
- text {
- font-size: 28rpx;
- color: #FF3B30;
- font-weight: 600;
- }
- }
-
- }
- }
- }
|