使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
corala
/
biguiyuan
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
修改满屏问题
dev
corala
3 年前
父节点
fe1fa0f10c
当前提交
aa23a03c71
共有
3 个文件被更改
,包括
8 次插入
和
5 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-2
pages/index/index.wxss
+2
-1
pages/login/index.wxss
+3
-2
pages/share/index.wxss
+ 3
- 2
pages/index/index.wxss
查看文件
@@ -1,9 +1,10 @@
/**index.wxss**/
.container{
background: url('https://static.quhouse.com/a182a4a222f84d6b9ea346908ddfcf76.png') no-repeat;
width: 750rpx;
height: 1624rpx;
background-size: 750rpx 1624rpx;
min-height: 100vh;
background: url('https://static.quhouse.com/a182a4a222f84d6b9ea346908ddfcf76.png') no-repeat #FFBE49;
background-size: cover;
position: relative;
}
.btn1{
+ 2
- 1
pages/login/index.wxss
查看文件
@@ -3,7 +3,8 @@
background: url('https://static.quhouse.com/26af356fe053431e8bd56f8ea07734a5.png') no-repeat;
width: 750rpx;
height: 1464rpx;
background-size: 750rpx 1464rpx;
min-height: 100vh;
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
+ 3
- 2
pages/share/index.wxss
查看文件
@@ -1,8 +1,9 @@
.container{
background: url('https://static.quhouse.com/7f51a916a2fb4eb983f65295963bddd8.png') no-repeat;
background: url('https://static.quhouse.com/7f51a916a2fb4eb983f65295963bddd8.png') no-repeat
;
width: 750rpx;
height: 1624rpx;
background-size: 750rpx 1624rpx;
min-height: 100vh;
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
撰写
预览
正在加载...
取消
保存