123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- @import "/icon.wxss";
- @import "/common.wxss";
- .pin-spec {
- position: relative;
- background: #fff;
- margin: 20rpx;
- border-radius: 10rpx;
- overflow: hidden;
- }
- .pin-spec-img {
- width: 100%;
- vertical-align: top;
- border-radius: 10rpx 10rpx 0 0;
- }
- .pin-spec-scroll {
- max-height: 380rpx;
- }
- .pin-spec-wrap {
- position: relative;
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- }
- .pin-spec-item {
- position: relative;
- width: 240rpx;
- box-sizing: border-box;
- padding: 20rpx;
- font-size: 28rpx;
- }
- .pin-spec-item .pin-img {
- width: 200rpx;
- height: 200rpx;
- margin-bottom: 20rpx;
- }
- .pin-spec-item .title {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .pin-spec-item .new-bot {
- margin-top: 10rpx;
- display: flex;
- align-items: center;
- }
- .pin-spec-item .price {
- color: #ff5041;
- }
- .pin-spec-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: 80rpx;
- padding: 0 12rpx;
- transform: translateX(-50%);
- }
- .pin-spec-item .market-price {
- text-decoration: line-through;
- color: #999;
- font-size: 22rpx;
- margin-left: 10rpx;
- }
- .pin-spec-item .pin-tag {
- display: inline-block;
- font-size: 22rpx;
- padding: 0 6rpx;
- margin-right: 10rpx;
- border: 0.1rpx solid #ff5344;
- vertical-align: middle;
- color: #ff5344;
- border-radius: 4rpx;
- }
- /* 标签 */
- .pin-spec .item-tag {
- position: absolute;
- left: 20rpx;
- top: 20rpx;
- width: 54rpx;
- height: 62rpx;
- z-index: 1;
- color: #fff;
- text-align: center;
- }
- .item-tag-bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 54rpx;
- height: 62rpx;
- z-index: 0;
- }
- .pin-spec .item-tag .tag-name {
- position: relative;
- padding-top: 6rpx;
- font-size: 20rpx;
- line-height: 1;
- font-weight: 600;
- z-index: 1;
- }
- .pin-spec .item-tag .tag-name.two-word {
- font-size: 22rpx;
- padding-top: 14rpx;
- }
- .pin-s2-tit {
- width: 240rpx;
- height: 70rpx;
- line-height: 70rpx;
- }
- .pin-s2 .pin-img {
- width: 200rpx;
- height: 200rpx;
- margin-bottom: 0;
- }
- .pin-s2 .act-end {
- position: absolute;
- height: 60rpx;
- border-radius: 10rpx;
- background: rgba(0, 0, 0, 0.5);
- color: #fff;
- font-size: 24rpx;
- text-align: center;
- line-height: 60rpx;
- left: 50%;
- top: 80rpx;
- padding: 0 12rpx;
- transform: translateX(-50%);
- }
- .pin-s2 .title {
- height: 64rpx;
- }
- .pin-s2 .label {
- padding: 4rpx 12rpx 6rpx;
- line-height: 1;
- font-size: 75%;
- font-weight: 700;
- color: #fff;
- text-align: center;
- white-space: nowrap;
- }
- .pin-s2 .label .tag {
- height: 30rpx;
- line-height: 30rpx;
- border: 1rpx solid #FF4544;
- border-radius: 4rpx;
- margin-right: 10rpx;
- }
- .pin-s2 .label .tag.label-person .iconfont {
- display: inline-block;
- width: 30rpx;
- height: 30rpx;
- background-color: #FF4544;
- font-size: 18rpx;
- color: #FFFFFF;
- text-align: center;
- }
- .pin-s2 .label .label-name {
- font-size: 20rpx;
- padding: 0 10rpx;
- color: #FF4544;
- }
- .pin-s2 .bot {
- line-height: 1;
- }
- .pin-s2 .bot .content-price {
- display: flex;
- align-items: flex-end;
- font-size: 24rpx;
- color: #FF4544;
- margin-top: 20rpx;
- height: 32rpx;
- font-weight: 600;
- }
- .content-num {
- font-weight: 500;
- margin-top: 0;
- font-size: 24rpx;
- line-height: 24rpx;
- color: #909399;
- text-decoration: line-through;
- }
- .pin-s2-item-r {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- border-bottom: 1rpx solid #EEEEEE;
- }
- .pin-s2 .pin-s2-item:last-child .pin-s2-item-r {
- border-bottom: 0;
- }
- .pin-s2-btn {
- background-color: #FF4544;
- width: 160rpx;
- height: 50rpx;
- line-height: 50rpx;
- text-align: center;
- border-radius: 50rpx;
- font-size: 28rpx;
- color: #FFFFFF;
- }
- .pin-s3-tit {
- width: 348rpx;
- height: 74rpx;
- text-align: center;
- line-height: 74rpx;
- }
|