Commit cc7db732 by 李静静

对页面

parent 14257a08
...@@ -39,7 +39,10 @@ ...@@ -39,7 +39,10 @@
</view> </view>
</view> </view>
</view> </view>
<view class="join-btn" bindtap="showModal">加入专属备考群</view> <view class="join-btn" bindtap="showModal">
<image src="../../images/Button_Background@2x.png" class="join-btn-bg"/>
<view class="join-btn-text" >加入专属备考群</view>
</view>
<view wx:if="{{modal}}" class="modal" > <view wx:if="{{modal}}" class="modal" >
<view class="modal-content"> <view class="modal-content">
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
font-size: 32rpx; font-size: 32rpx;
line-height: 44rpx; line-height: 44rpx;
color:#282828; color:#282828;
font-weight: 600;
} }
.content-p{ .content-p{
display: block; display: block;
...@@ -61,17 +62,27 @@ ...@@ -61,17 +62,27 @@
color:#999; color:#999;
} }
.join-btn{ .join-btn{
margin: 54rpx auto 20rpx; position: fixed;
width: 686rpx; left:0;
height: 96rpx; bottom:0;
line-height: 96rpx; width: 100%;
line-height: 176rpx;
text-align: center; text-align: center;
background: #3396ff;
border-radius: 48rpx;
color:#fff; color:#fff;
font-size: 30rpx; font-size: 30rpx;
font-weight: 600;
z-index: 1;
}
.join-btn-bg{
position: absolute;
left: 0;
width: 750rpx;
height: 176rpx;
}
.join-btn-text{
position: relative;
z-index: 1;
} }
/* modal */ /* modal */
.modal{ .modal{
position: absolute; position: absolute;
......
...@@ -8,7 +8,8 @@ Page({ ...@@ -8,7 +8,8 @@ Page({
onLoad: function(query) { onLoad: function(query) {
this.setData({ this.setData({
url:'https://work.weixin.qq.com/gm/'+(query.gId||'') // url:'https://work.weixin.qq.com/gm/'+(query.gId||'')
url:query.gId
}) })
}, },
startmessage:function(){ startmessage:function(){
......
/**index.wxss**/ /**index.wxss**/
.hidden{ .hidden{
/* opacity: 0; */ /* opacity: 0; */
padding: 40rpx;
} }
\ No newline at end of file
...@@ -38,24 +38,28 @@ ...@@ -38,24 +38,28 @@
"simulatorType": "wechat", "simulatorType": "wechat",
"simulatorPluginLibVersion": {}, "simulatorPluginLibVersion": {},
"condition": { "condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"plugin": { "plugin": {
"list": [] "list": []
}, },
"game": { "game": {
"list": [] "list": []
}, },
"gamePlugin": {
"list": []
},
"miniprogram": { "miniprogram": {
"list": [ "list": [
{ {
"id": -1, "id": -1,
"name": "db guide", "name": "db guide",
"pathName": "pages/databaseGuide/databaseGuide" "pathName": "pages/databaseGuide/databaseGuide",
"query": ""
},
{
"name": "pages/joinGroup/index",
"pathName": "pages/joinGroup/index",
"query": "gId=https://work.weixin.qq.com/gm/24e84fe11d990cd99fa67ccd99f1aa4b",
"scene": null
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment