12.17 事件详情相关概念,概念中心增加下拉刷新,分页加载,增加新闻详情展示
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<uni-popup ref="popup" type="center">
|
||||
<view class="popup">
|
||||
<image class="icon" src="/static/image/mine/service.png" mode="widthFix" show-menu-by-longpress></image>
|
||||
<view class="title">企业二维码</view>
|
||||
</view>
|
||||
</uni-popup>
|
||||
</view>
|
||||
@@ -323,10 +324,17 @@ page
|
||||
}
|
||||
.popup
|
||||
{
|
||||
background-color: white;
|
||||
.icon
|
||||
{
|
||||
width: 560rpx;
|
||||
height: auto;
|
||||
}
|
||||
.title
|
||||
{
|
||||
margin-top: 10rpx;
|
||||
border-radius: 10rpx;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user