123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- page{
- padding-bottom: 60rpx;
- }
- /* 拼团顶部图片 */
- .top{
- position: relative;
- }
- .top image{
- width: 750rpx;
- height: 400rpx;
- }
- /* 活动说明 */
- .activeExplain{
- position: absolute;
- top: 14rpx;
- right: 0;
- padding: 2rpx 22rpx;
- width: 140rpx;
- height: 40rpx;
- border-radius: 200rpx 0 0 200rpx;
- color: #fff;
- font-size: 24rpx;
- text-align: center;
- box-sizing: border-box;
- background-color: rgba(0, 0, 0, 0.3);
- line-height: 40rpx;
- text-align: center;
- }
- /* 拼团记录 */
- .groupRecord {
- position: absolute;
- top: 66rpx;
- right: 0;
- padding: 2rpx 22rpx;
- width: 140rpx;
- height: 40rpx;
- border-radius: 200rpx 0 0 200rpx;
- color: #fff;
- font-size: 24rpx;
- text-align: center;
- box-sizing: border-box;
- background-color: rgba(0, 0, 0, 0.3);
- line-height: 40rpx;
- text-align: center;
- }
- /* 次卡拼团 商品拼团*/
- .title-name{
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .title-name .line{
- width: 140rpx;
- height: 2rpx;
- background-color: #FA7D22;
- margin-top: 20rpx;
- }
- .cardGroupTitle,.goodsGroupTitle{
- height: 50rpx;
- font-size: 36rpx;
- color: #333;
- font-weight: 600;
- text-align: center;
- line-height: 50rpx;
- margin: 40rpx 20rpx 20rpx 20rpx;
- }
- .group-item{
- height: 240rpx;
- width: 690rpx;
- background-color: #fff;
- margin-left: 30rpx;
- display: flex;
- border-radius: 24rpx;
- margin-top: 20rpx;
- }
- .group-item-left image{
- width: 200rpx;
- height: 200rpx;
- margin-top: 20rpx;
- margin-left: 20rpx;
- margin-right: 44rpx;
- border-radius: 20rpx;
- }
- .group-item-right{
- flex: 1;
- padding: 40rpx 24rpx 40rpx 0;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- }
- .group-item-right .item-title{
- height: auto;
- font-size: 32rpx;
- color: #333;
- font-weight: 600;
- }
- .group-item-right .item-oldPrice{
- font-size: 28rpx;
- color: #999999;
- text-decoration: line-through
- }
- .right-bottom{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .group-item-right .item-price text{
- color: #FA4622;
- font-size: 24rpx;
- }
- .group-item-right .item-price .price__big {
- color: #FA4622;
- font-size: 40rpx;
- }
- .group-item-right .item-button{
- width: 140rpx;
- height: 48rpx;
- background-color: #FA7D22;
- color: #fff;
- border-radius: 28rpx;
- text-align: center;
- line-height:48rpx ;
- font-size: 28rpx;
- }
|