|
@@ -123,37 +123,68 @@
|
|
|
}
|
|
|
.rankingBox .footer {
|
|
|
width: 100%;
|
|
|
- padding: 26rpx 60rpx 30rpx 90rpx;
|
|
|
+ padding: 24rpx 46rpx 20rpx;
|
|
|
box-sizing: border-box;
|
|
|
+ background-color: white;
|
|
|
+ box-shadow: 0 2rpx 24rpx 0 rgba(0, 0, 0, 0.5);
|
|
|
+}
|
|
|
+.rankingBox .footer .detail {
|
|
|
+ margin-bottom: 30rpx;
|
|
|
display: flex;
|
|
|
+ align-items: center;
|
|
|
justify-content: space-between;
|
|
|
+}
|
|
|
+.rankingBox .footer .detail .left {
|
|
|
+ display: flex;
|
|
|
align-items: center;
|
|
|
- background-color: white;
|
|
|
- box-shadow: 0 2rpx 24rpx 0 rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
-.rankingBox .footer .left {
|
|
|
+.rankingBox .footer .detail .left .avatar {
|
|
|
+ background-color: #EBEBEB;
|
|
|
+ width: 68rpx;
|
|
|
+ height: 68rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ margin-right: 24rpx;
|
|
|
+}
|
|
|
+.rankingBox .footer .detail .left .nickName {
|
|
|
+ font-size: 30rpx;
|
|
|
+ width: 200rpx;
|
|
|
+}
|
|
|
+.rankingBox .footer .detail .right {
|
|
|
+ width: 350rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #FF630C;
|
|
|
+}
|
|
|
+.rankingBox .footer .detail .right .info .i2 {
|
|
|
+ font-size: 20rpx;
|
|
|
+ color: #666666;
|
|
|
+}
|
|
|
+.rankingBox .footer .operate {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
font-size: 26rpx;
|
|
|
- font-weight: bold;
|
|
|
+ color: white;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
-.rankingBox .footer .left text {
|
|
|
- color: #4AC4FF;
|
|
|
- font-size: 38rpx;
|
|
|
- margin-left: 10rpx;
|
|
|
+.rankingBox .footer .operate .record {
|
|
|
+ width: 268rpx;
|
|
|
+ padding: 14rpx 0rpx;
|
|
|
+ background: linear-gradient(141deg, #FC9F02 0%, #FF7C34 100%);
|
|
|
+ box-shadow: inset 0rpx -2rpx 3rpx 0rpx #FF7000;
|
|
|
+ border-radius: 50rpx;
|
|
|
}
|
|
|
-.rankingBox .footer .rigth {
|
|
|
- padding: 12rpx 34rpx;
|
|
|
- padding-left: 26rpx;
|
|
|
+.rankingBox .footer .operate .share {
|
|
|
+ width: 268rpx;
|
|
|
+ padding: 14rpx 0rpx;
|
|
|
border-radius: 50rpx;
|
|
|
background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%);
|
|
|
- box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
|
|
|
color: white;
|
|
|
+ box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
|
|
|
font-size: 26rpx;
|
|
|
}
|
|
|
-.rankingBox .footer .rigth .share {
|
|
|
- width: 26rpx;
|
|
|
- height: 24rpx;
|
|
|
- margin-right: 14rpx;
|
|
|
-}
|
|
|
.invitation {
|
|
|
background: url('http://reader-wx.ai160.com/images/reader/v3/rank2.jpg') no-repeat;
|
|
|
}
|