store.wxss 2.5 KB

1
  1. .store{padding-bottom:80rpx;background:#f9f9f9}.store .bg{background:linear-gradient(180deg,#3988ff,#f9f9f9);height:430rpx;background-size:100% 430rpx;display:flex;justify-content:center;align-items:center;color:#fff;position:relative}.store .bg .jump-img{position:absolute;bottom:20rpx;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:660rpx;height:134rpx}.store .bg .info{text-align:center;color:#222}.store .bg .info .num{font-size:56rpx;font-weight:700}.store .bg .info .label{font-size:24rpx}.store .bg .rule{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#fff;color:#fd7300;font-size:28rpx;padding:10rpx 18rpx;border-radius:12rpx}.store .title{font-size:28rpx;font-weight:700;color:#0f0f0f;display:flex;align-items:center;margin:30rpx}.store .title .icon{width:40rpx;height:40rpx;margin-right:10rpx}.store .item{display:flex;flex-direction:column;justify-content:space-between;padding:25rpx;margin:0 30rpx 20rpx;border-radius:16rpx;background:#fff}.store .item .top{display:flex;align-items:center;justify-content:space-between}.store .item .top .item-title{font-size:28rpx}.store .item .top .score{font-size:38rpx;color:#3951fb;color:#0f0f0f;font-weight:700}.store .item .bottom{display:flex;align-items:center;justify-content:space-between;color:#999;margin-top:15rpx;font-size:24rpx}.store .goods-box{padding:20rpx 50rpx}.store .goods-box .store-title{font-size:34rpx;display:flex;align-items:center;position:relative;padding-left:18rpx;font-weight:700;margin:20rpx 0 30rpx}.store .goods-box .store-title::before{width:7rpx;height:100%;background:#3951fb;content:"";display:flex;position:absolute;top:0;left:0}.store .goods-box .box{display:flex;justify-content:space-between;border-bottom:1rpx solid #cacaca;padding-bottom:30rpx}.store .goods-box .box .item{width:200rpx;display:flex;flex-direction:column;justify-content:space-between}.store .goods-box .box .item .icon{width:100%;height:210rpx!important;border-radius:12rpx;object-fit:cover}.store .goods-box .box .item .item-title{font-size:26rpx;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;margin-top:10rpx}.store .goods-box .box .item .handle-box{display:flex;justify-content:space-between;align-items:center;margin-top:15rpx}.store .goods-box .box .item .handle-box .price{font-size:26rpx;color:#fe5b47}.store .goods-box .box .item .handle-box .exchange-btn{width:96rpx;height:40rpx;line-height:40rpx;background:#61b5fd;border-radius:20rpx;text-align:center;color:#fff;font-size:22rpx}