|
@@ -78,10 +78,10 @@
|
|
|
</view>
|
|
|
<view style="margin-top: 5rpx;width: 690rpx;margin-left: 30rpx;box-shadow: 0px -2px 5px 0px rgba(153,153,153,0.17);">
|
|
|
<view style="height: 66rpx;display: flex;background-color: #ffffff;">
|
|
|
- <!-- 规范文件 -->
|
|
|
+ <!-- 规范性文件 -->
|
|
|
<view style="position: relative;margin-left: 57rpx;" class="tab-item {{fileTab==0?'active':''}}" bindtap="clickFileTab" data-item="0">
|
|
|
<view wx:if="{{ fileTab==0 }}" style="position: absolute;width: 0;height: 0;border-left: 10rpx solid transparent;border-right: 10rpx solid transparent;border-top: 10rpx solid #508FF4;bottom: -13rpx;" />
|
|
|
- <view style="height:50rpx;color: #333333;">规范文件</view>
|
|
|
+ <view style="height:50rpx;color: #333333;">规范性文件</view>
|
|
|
</view>
|
|
|
<!-- 其他文件 -->
|
|
|
<view style="position: relative;margin-left: 70rpx;" class="tab-item {{fileTab==1?'active':''}}" bindtap="clickFileTab" data-item="1">
|