|
@@ -35,22 +35,47 @@ page{background-color: #f5f5f5;}
|
|
|
.product-list-item{width: 200rpx;height: 200rpx;position: relative;margin-bottom: 18rpx;overflow: hidden;border-radius: 16rpx;text-align: center;}
|
|
|
.product-list-item:nth-child(3n-1){margin-left: 10rpx;margin-right: 10rpx;}
|
|
|
.product-list-item .product-img{width: 100%;height: 100%;}
|
|
|
-.product-list-item .product-text{position: absolute;left: 0;bottom: 0;right: 0;height: 56rpx;line-height: 56rpx;font-size: 24rpx;color: #fff;padding-left: 16rpx;overflow: hidden;text-overflow: ellipsis;background: rgba(0, 0, 0, 0.4);}
|
|
|
+.product-list-item .product-text{position: absolute;left: 0;bottom: 0;right: 0;height: 56rpx;line-height: 56rpx;font-size: 24rpx;color: #fff;padding-left: 16rpx;padding-right: 16rpx;overflow: hidden;text-overflow: ellipsis;background: rgba(0, 0, 0, 0.4);}
|
|
|
|
|
|
.rank-wrap{margin-bottom: 44rpx;border-radius: 16rpx;box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.04);}
|
|
|
.rank-tab{display: flex;background-color: #fff;margin-bottom: 8rpx;box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.04);border-radius: 16rpx;}
|
|
|
.rank-tab-item{flex: 1;position: relative;height: 86rpx;line-height: 86rpx;text-align: center;font-size: 28rpx;color: #333;}
|
|
|
.rank-tab-item.active{color: #26D18B;}
|
|
|
.rank-tab-item.active::after{content: '';width: 130rpx;margin-left: -65rpx;height: 4rpx;background-color: #26D18B;border-radius: 2rpx;position: absolute;left: 50%;bottom: 0;}
|
|
|
-.rank-top{display: flex;justify-content: center;border-radius: 16rpx 16rpx 0 0 ;padding: 105rpx 0 16rpx;background-color: #fff;position: relative;}
|
|
|
+.rank-top{display: flex;justify-content: space-between;border-radius: 16rpx 16rpx 0 0 ;padding: 105rpx 29rpx 16rpx;background-color: #fff;position: relative;}
|
|
|
.rank-top-item{width: 210rpx;text-align: center;}
|
|
|
+.rank-top-item.rank-top-2{width: 190rpx;padding-top: 12rpx;}
|
|
|
+.rank-top-item.rank-top-3{width: 170rpx;padding-top: 25rpx;}
|
|
|
+.rank-top-item.rank-top-3 .rank-top-text{bottom: 0;}
|
|
|
+.rank-top-imgwrap .rank-bg{position: absolute;}
|
|
|
+.rank-top-imgwrap .rank-left{left: 0;}
|
|
|
+.rank-top-imgwrap .rank-right{right: 0;}
|
|
|
+.rank-top-imgwrap .rank-center{bottom: 0;}
|
|
|
+
|
|
|
+.rank-top-1 .rank-right,
|
|
|
+.rank-top-1 .rank-left{width: 55rpx;height: 43rpx;bottom: 16rpx;z-index: 1;}
|
|
|
+.rank-top-1 .rank-center{width: 179rpx;height: 46rpx;left: 16rpx;z-index: 3;}
|
|
|
+.rank-top-2 .rank-right,
|
|
|
+.rank-top-2 .rank-left{width: 49rpx;height: 39rpx;bottom: 15rpx;z-index: 1;}
|
|
|
+.rank-top-2 .rank-center{width: 161rpx;height: 42rpx;left: 14rpx;z-index: 3;}
|
|
|
+.rank-top-3 .rank-right,
|
|
|
+.rank-top-3 .rank-left{width: 44rpx;height: 35rpx;bottom: 13rpx;z-index: 1;}
|
|
|
+.rank-top-3 .rank-center{width: 145rpx;height: 38rpx;left: 12rpx;z-index: 3;}
|
|
|
+
|
|
|
+.rank-top-photo{border: 1px solid transparent;background-clip: padding-box;position: relative;}
|
|
|
+.rank-top-photo::after {content: "";display: block;position: absolute;top: -1px;right: -1px;bottom: -1px;left: -1px;border-radius: 50%;background: linear-gradient(180deg, rgba(253, 227, 127, 1), rgba(251, 189, 78, 1)) 1 1;z-index: -1;}
|
|
|
+
|
|
|
+.rank-top-1 .rank-top-photo{border: 1px solid #FBBD4E;border-color: #FDE37F;}
|
|
|
+.rank-top-2 .rank-top-photo{width: 130rpx;height: 130rpx;border-color: #8DC3FF;}
|
|
|
+.rank-top-3 .rank-top-photo{width: 117rpx;height: 117rpx;border-color: #FBBD4E;}
|
|
|
+
|
|
|
+.rank-top-text{font-size: 20rpx;color: #fff;position: absolute;left: 0;right: 0;bottom: 4rpx;text-align: center;z-index: 4;}
|
|
|
.rank-top-imgwrap{position: relative;margin-bottom: 12rpx;}
|
|
|
.rank-top-bg{width: 100%;height: 61rpx;position: absolute;left: 0;bottom: 0;}
|
|
|
-.rank-top-photo{width: 144rpx;height: 144rpx;border-radius: 50%;}
|
|
|
+.rank-top-photo{position: relative;width: 144rpx;height: 144rpx;border-radius: 50%;z-index: 2;}
|
|
|
.rank-top-name{font-size: 28rpx;color: #333;line-height: 40rpx;font-weight: 500;}
|
|
|
.rank-top-carbon{font-size: 20rpx;color: #999;}
|
|
|
-.rank-wrap .rank-top-item:nth-child(2){transform: scale(0.9);transform-origin: bottom;}
|
|
|
-.rank-wrap .rank-top-item:nth-child(3){transform: scale(0.8);transform-origin: bottom;}
|
|
|
+
|
|
|
.my-rank-wrap{flex: unset;position: absolute;top: 24rpx;right: 0;align-items: center;display: flex;}
|
|
|
.my-rank-photo{width: 80rpx;height: 80rpx;position: relative;right: -30rpx;box-sizing: border-box;border-radius: 50%;overflow: hidden;border: 2rpx solid #fff;}
|
|
|
.my-rank-photo .photo{width: 100%;height: 100%;}
|
|
@@ -60,7 +85,7 @@ page{background-color: #f5f5f5;}
|
|
|
.rank-list-header{display: flex;align-items: center;height: 68rpx;font-size: 24rpx;color: #666;text-align: center;}
|
|
|
.rank-list-header-rank{width: 128rpx;}
|
|
|
.rank-list-header-user{flex: 1;}
|
|
|
-.rank-list-header-carbon{width: 170rpx;margin-left: 0;}
|
|
|
+.rank-list-header-carbon{width: 170rpx;margin-left: 0;padding-right: 40rpx;}
|
|
|
.rank-list{overflow: hidden;background-color: #fff;padding: 0 40rpx 0 0;border-radius: 0 0 16rpx 16rpx;}
|
|
|
.rank-list-item{display: flex;align-items: center;margin: 24rpx 0;padding-bottom: 31rpx;position: relative;}
|
|
|
.rank-list-item::after{content: '';width: calc( 100% - 128rpx );height: 2px;background-color: #EDEEED;position: absolute;right: 0;bottom: 0;}
|