Bläddra i källkod

修改中间页样式

dev
corala 3 år sedan
förälder
incheckning
bcbdecaa94
5 ändrade filer med 8 tillägg och 11 borttagningar
  1. +1
    -1
      app.json
  2. +1
    -1
      pages/index/index.wxss
  3. +1
    -2
      pages/middle/index.json
  4. +3
    -5
      pages/middle/index.wxss
  5. +2
    -2
      pages/share/index.wxss

+ 1
- 1
app.json Visa fil

@@ -1,9 +1,9 @@
{
"pages": [
"pages/index/index",
"pages/share/index",
"pages/middle/index",
"pages/login/index",
"pages/share/index",
"pages/out/index",
"pages/rank/index",
"pages/AR/index",


+ 1
- 1
pages/index/index.wxss Visa fil

@@ -3,7 +3,7 @@
width: 750rpx;
/* height: 1624rpx; */
min-height: 100vh;
background: url('https://static.quhouse.com/a182a4a222f84d6b9ea346908ddfcf76.png') no-repeat center #FFBE49;
background: url('https://static.quhouse.com/a182a4a222f84d6b9ea346908ddfcf76.png') no-repeat #FFBE49;
background-size: 750rpx 100vh;
position: relative;
}


+ 1
- 2
pages/middle/index.json Visa fil

@@ -1,4 +1,3 @@
{
"usingComponents": {},
"navigationStyle": "custom"
"usingComponents": {}
}

+ 3
- 5
pages/middle/index.wxss Visa fil

@@ -1,13 +1,14 @@
.container{
background: url('https://static.quhouse.com/da53587733cd4501b4a7d168656bdac4.png') no-repeat;
width: 750rpx;
height: 1446rpx;
/* height: 1446rpx; */
min-height: 100vh;
background: url('https://static.quhouse.com/da53587733cd4501b4a7d168656bdac4.png') no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding-bottom: 200rpx;
}
.my-btn{
width: 394rpx;
@@ -20,8 +21,5 @@
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
/* border: 2rpx solid; */
/* border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 2 2; */
margin-bottom: 143rpx;
box-shadow: 0 3rpx 5rpx #fff;
}

+ 2
- 2
pages/share/index.wxss Visa fil

@@ -1,7 +1,7 @@
.container{
background: url('https://static.quhouse.com/7f51a916a2fb4eb983f65295963bddd8.png') no-repeat center;
background: url('https://static.quhouse.com/7f51a916a2fb4eb983f65295963bddd8.png') no-repeat;
width: 750rpx;
height: 1624rpx;
/* height: 1624rpx; */
min-height: 100vh;
background-size: cover;
display: flex;


Laddar…
Avbryt
Spara