|
@@ -125,8 +125,8 @@ color: #000000;
|
|
|
flex-flow: column nowrap;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- width: 100rpx;
|
|
|
- margin-left: 30rpx;
|
|
|
+ width: 50rpx;
|
|
|
+ margin-right: 50rpx;
|
|
|
}
|
|
|
.bottom_left_top{
|
|
|
height: 50rpx;
|
|
@@ -138,24 +138,27 @@ color: #000000;
|
|
|
position: absolute;
|
|
|
}
|
|
|
.weixin{
|
|
|
-
|
|
|
- display: flex;
|
|
|
- flex-flow: row nowrap;
|
|
|
- justify-content: center;
|
|
|
+ display: flex;
|
|
|
+ flex-flow: column nowrap;
|
|
|
+ justify-content: space-between;
|
|
|
align-items: center;
|
|
|
width: 100rpx;
|
|
|
+ margin-left: 20px;
|
|
|
|
|
|
}
|
|
|
.share_button{
|
|
|
position: relative;
|
|
|
- height: 100rpx!important;
|
|
|
- width: 100rpx!important;
|
|
|
+ height: 50rpx!important;
|
|
|
+ width: 50rpx!important;
|
|
|
padding: 0rpx;
|
|
|
background-color:transparent;
|
|
|
|
|
|
}
|
|
|
.bottom_left_bottom{
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 22rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #D4D4D4;
|
|
|
+
|
|
|
}
|
|
|
.bottom_right{
|
|
|
width: 50%;
|
|
@@ -166,6 +169,6 @@ color: #000000;
|
|
|
color: #fff;
|
|
|
line-height: 70rpx;
|
|
|
border-radius: 30rpx;
|
|
|
- margin-top: 15rpx;
|
|
|
+ /* margin-top: 15rpx; */
|
|
|
}
|
|
|
|