首页标题

This commit is contained in:
仲么了
2023-08-03 14:51:36 +08:00
parent f798c64930
commit 192bd44c7a
28 changed files with 246 additions and 174 deletions

View File

@@ -83,7 +83,6 @@ page {
}
}
.grid-card {
border-radius: 12rpx;
margin-bottom: 20rpx;
@@ -136,7 +135,6 @@ page {
grid-template-columns: 1fr 2fr 2fr;
}
.grid-card-content-5 {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@@ -147,33 +145,31 @@ page {
}
.index {
.header {
margin: 0 20rpx;
background: $uni-theme-blue;
border-radius: 12rpx;
padding: 30rpx 10rpx 40rpx;
display: grid;
grid-gap: 60rpx 0;
grid-gap: 20rpx;
grid-template-columns: 1fr 1fr 1fr;
.header-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #fff;
padding: 10rpx 10rpx 20rpx;
color: #111;
font-size: 28rpx;
background: #fff;
border-radius: 12rpx;
.header-item-value {
font-size: 40rpx;
margin-bottom: 10rpx;
font-size: 32rpx;
}
.header-item-label{
font-size: 28rpx;
}
}
}
}
.nav {
position: sticky;
top: 0;
@@ -196,10 +192,9 @@ page {
&-active {
background: #dfe5f7;
color: $uni-theme-blue;
color: $uni-theme-color;
}
}
}
.btn {
@@ -207,7 +202,7 @@ page {
align-items: center;
justify-content: center;
flex: 1;
background: $uni-theme-blue;
background: $uni-theme-color;
color: #fff;
height: 80rpx;
border-radius: 12rpx;
@@ -218,7 +213,7 @@ page {
align-items: center;
justify-content: center;
padding: 0 40rpx;
background: $uni-theme-blue;
background: $uni-theme-color;
color: #fff;
height: 60rpx;
font-size: 24rpx;
@@ -260,7 +255,6 @@ page {
overflow: hidden;
}
.popup-header {
display: flex;
align-items: center;
@@ -279,4 +273,4 @@ page {
font-size: 32rpx;
color: #666;
}
}
}

View File

@@ -13,6 +13,7 @@ export default (options = {}) => {
reject({
code: -1,
msg: '请勿重复提交',
data:options.url
})
})
}