修改首页及样式

This commit is contained in:
xuli3099
2025-08-19 13:27:26 +08:00
parent 5e36cbb244
commit 93e1557cb2
8 changed files with 170 additions and 191 deletions

View File

@@ -5,7 +5,8 @@ page {
height: 100%;
padding: 0;
margin: 0;
background-color: #F5F5F5;
background-color: #307AF5;
/* background-color: #F5F5F5; */
color: #333;
}
@@ -19,26 +20,30 @@ page {
width: 100%;
margin: 0;
padding: 0;
background-color: #F5F5F5;
}
.con-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
/* #ifdef APP-PLUS */
background: url('@/static/images/bg-Blue.png') no-repeat;
background-size: 100vw 761rpx;
width: 100vw;
height: 761rpx;
background-color: #F5F5F5;
background-image: url('@/static/images/bg-Blue.png');
background-repeat: no-repeat;
background-size: 750rpx 761rpx;
width: 750rpx;
/* height: 761rpx; */
left: 0;
/* #endif */
/* #ifndef APP-PLUS */
background: url('@/static/images/bg-Blue.png') no-repeat;
background-color: #F5F5F5;
background-image: url('@/static/images/bg-Blue.png');
background-repeat: no-repeat;
background-size: 750rpx 761rpx;
width: 750rpx;
height: 761rpx;
/* height: 761rpx; */
left: 50%;
margin-left: -375rpx;
/* #endif */
@@ -187,7 +192,7 @@ page {
/* width:690rpx; */
width:630rpx;
height:56rpx;
margin:0 auto 30rpx;
margin:10rpx auto 30rpx;
padding:0 30rpx;
display: flex;
color:#fff;