このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
corala
/
biguiyuan
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
修改满屏问题
dev
corala
3年前
親
fe1fa0f10c
コミット
aa23a03c71
3個のファイルの変更
、
8行の追加
、
5行の削除
分割表示
差分オプション
統計情報を表示
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;
書き込み
プレビュー
読み込み中…
キャンセル
保存