本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
corala
/
biguiyuan
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
修改满屏问题
dev
corala
3 年之前
父節點
fe1fa0f10c
當前提交
aa23a03c71
共有
3 個檔案被更改
,包括
8 行新增
和
5 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
取消
儲存