|
@@ -20,6 +20,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
<view class="head_option flex_r flex_ac">
|
|
<view class="head_option flex_r flex_ac">
|
|
|
<!-- <image
|
|
<!-- <image
|
|
|
class="option_weixin"
|
|
class="option_weixin"
|
|
@@ -248,6 +249,7 @@ page {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
border-radius: 4rpx;
|
|
border-radius: 4rpx;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
|
|
+ border-bottom: 3rpx solid rgba(0, 0, 0, 0.12);
|
|
|
}
|
|
}
|
|
|
.head_img {
|
|
.head_img {
|
|
|
width: 79rpx;
|
|
width: 79rpx;
|
|
@@ -278,7 +280,7 @@ page {
|
|
|
}
|
|
}
|
|
|
.head_time {
|
|
.head_time {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 94rpx;
|
|
|
|
|
|
|
+ height: 60rpx;
|
|
|
padding: 0 24rpx;
|
|
padding: 0 24rpx;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
font-size: 22rpx;
|
|
font-size: 22rpx;
|
|
@@ -287,9 +289,9 @@ page {
|
|
|
.head_info {
|
|
.head_info {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
- padding: 40rpx 24rpx 60rpx;
|
|
|
|
|
|
|
+ padding: 40rpx 24rpx 20rpx;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
- border-bottom: 3rpx solid rgba(0, 0, 0, 0.12);
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
// 顶部-end
|
|
// 顶部-end
|
|
|
|
|
|