使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
corala
/
biguiyuan
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
修改开屏页
dev
corala
3 年前
父节点
c0aad1595f
当前提交
0023264c90
共有
1 个文件被更改
,包括
6 次插入
和
6 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+6
-6
pages/index/index.wxss
+ 6
- 6
pages/index/index.wxss
查看文件
@@ -1,23 +1,23 @@
/**index.wxss**/
.container{
width: 750rpx;
height: 1624rpx;
/*
height: 1624rpx;
*/
min-height: 100vh;
background: url('https://static.quhouse.com/a182a4a222f84d6b9ea346908ddfcf76.png') no-repeat #FFBE49;
background-size:
cover
;
background-size:
750rpx 100vh
;
position: relative;
}
.btn1{
position: absolute;
bottom: 1
45
rpx;
bottom: 1
10
rpx;
left: 36rpx;
width: 320rpx;
height:
96
rpx;
height:
122
rpx;
}
.btn2{
position: absolute;
bottom: 1
3
0rpx;
bottom: 1
1
0rpx;
right: 38rpx;
width: 320rpx;
height:
96
rpx;
height:
122
rpx;
}
撰写
预览
正在加载...
取消
保存