正在显示
1 个修改的文件
包含
7 行增加
和
7 行删除
| ... | ... | @@ -143,21 +143,21 @@ |
| 143 | 143 | <view wx:if="{{item.status=='success'}}" class='declare_style_new blue_bg'> {{declareStatus[item.status]}}</view> |
| 144 | 144 | <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view> |
| 145 | 145 | </view> |
| 146 | - <view style='height:70rpx'> | |
| 146 | + <view > | |
| 147 | 147 | <text class='text_999_28 ' style='line-height:70rpx'>发证(批准)日期</text> |
| 148 | 148 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.approval_date}}</text> |
| 149 | 149 | </view> |
| 150 | - <view style='height:70rpx'> | |
| 150 | + <view style='display:flex;flex-direction:row'> | |
| 151 | 151 | <text class='text_999_28 ' style='line-height:70rpx'>证书名称:</text> |
| 152 | - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.certification_name}}</text> | |
| 152 | + <view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_name}}</view> | |
| 153 | 153 | </view> |
| 154 | - <view style='height:70rpx'> | |
| 154 | + <view style='display:flex;flex-direction:row'> | |
| 155 | 155 | <text class='text_999_28 ' style='line-height:70rpx'>证书编号:</text> |
| 156 | - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.certification_no}}</text> | |
| 156 | + <view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_no}}</view> | |
| 157 | 157 | </view> |
| 158 | - <view style='height:70rpx'> | |
| 158 | + <view style='display:flex;flex-direction:row'> | |
| 159 | 159 | <text class='text_999_28 ' style='line-height:70rpx'>发证机关:</text> |
| 160 | - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.certification_authority}}</text> | |
| 160 | + <view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_authority}}</view> | |
| 161 | 161 | </view> |
| 162 | 162 | </view> |
| 163 | 163 | </view> | ... | ... |
请
注册
或
登录
后发表评论