Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
920e09dc77
2 changed files with 0 additions and 14 deletions
  1. 3
      pages/article/attention-factory/index.wxml
  2. 11
      pages/article/detail/index.wxss

3
pages/article/attention-factory/index.wxml

@ -28,9 +28,6 @@
</view> </view>
</view> </view>
</scroll-view> </scroll-view>
<!-- <view style="width:100%;height:130rpx;padding-top:10rpx;padding-right:10rpx">
<button class="cu-btn bg-red round shadow-blur page-btn" disabled="{{loopRequesting}}" bindtap="submitForm">确认</button>
</view> -->
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding: 32rpx 32rpx {{safeBottom + 32}}rpx 32rpx;"> <view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding: 32rpx 32rpx {{safeBottom + 32}}rpx 32rpx;">
<button class="cu-btn bg-red round shadow-blur page-btn" bindtap="submitForm">确认</button> <button class="cu-btn bg-red round shadow-blur page-btn" bindtap="submitForm">确认</button>
</view> </view>

11
pages/article/detail/index.wxss

@ -37,17 +37,6 @@
border: none; border: none;
} }
.shengcheng {
width: 700rpx;
height: 1190rpx;
position: fixed;
top: 100rpx;
left: 50%;
margin-left: -46%;
z-index: 10;
margin-top: 2%;
}
.shengcheng2 { .shengcheng2 {
width: 700rpx; width: 700rpx;
height: 80%; height: 80%;

Loading…
Cancel
Save