145 lines
2.5 KiB
Plaintext
Raw Normal View History

2024-07-26 16:36:45 +08:00
.topHead {
position: relative;
2024-07-29 10:32:57 +08:00
height: 639rpx;
}
.topHead .maskView1 {
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #4c81e5;
opacity: 87%;
border-bottom-left-radius: 96rpx;
border-bottom-right-radius: 96rpx;
}
.topHead .maskView2 {
position: absolute;
z-index: 2;
right: 0;
2024-08-05 16:28:32 +08:00
top: 187rpx;
2024-07-29 10:32:57 +08:00
width: 446rpx;
height: 452rpx;
}
.topHead .maskView3 {
position: absolute;
z-index: 3;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #4c81e5;
opacity: 85%;
border-bottom-left-radius: 96rpx;
border-bottom-right-radius: 96rpx;
2024-07-26 16:36:45 +08:00
}
2024-07-30 11:17:41 +08:00
.topHead .homeView{
position: absolute;
z-index: 4;
left: 40rpx;
top: 100rpx;
2024-08-05 16:28:32 +08:00
2024-07-30 11:17:41 +08:00
border-radius: 50rpx;
2024-08-05 16:28:32 +08:00
width: 50rpx;
height: 50rpx;
display: flex;
justify-content: center;
align-items: center;
2024-07-30 11:17:41 +08:00
background: #4b71be;
}
2024-07-29 10:32:57 +08:00
2024-07-26 16:36:45 +08:00
.topHead .title {
position: absolute;
2024-07-29 10:32:57 +08:00
z-index: 4;
2024-07-26 16:36:45 +08:00
left: 50%;
2024-07-29 10:32:57 +08:00
top: 120rpx;
2024-07-26 16:36:45 +08:00
transform: translateX(-50%);
2024-07-29 10:32:57 +08:00
font-size: 32rpx;
color: #FFFFFF;
line-height: 1rpx;
text-align: left;
2024-07-26 16:36:45 +08:00
}
.topHead .contentView {
position: absolute;
2024-07-29 10:32:57 +08:00
z-index: 4;
left: 0;
2024-08-05 16:28:32 +08:00
top: 280rpx;
2024-07-29 10:32:57 +08:00
padding-left: 58rpx;
2024-07-26 16:36:45 +08:00
}
.topHead .contentView .label1 {
2024-07-29 10:32:57 +08:00
font-size: 47rpx;
color: #FFFFFF;
line-height: 1;
2024-07-26 16:36:45 +08:00
}
.topHead .contentView .label2 {
font-size: 26rpx;
2024-07-29 10:32:57 +08:00
color: #FFFFFF;
line-height: 1;
margin-top: 40rpx;
2024-07-26 16:36:45 +08:00
}
.topHead .logo {
position: absolute;
2024-07-29 10:32:57 +08:00
z-index: 4;
2024-07-26 16:36:45 +08:00
left: 50%;
bottom: -80rpx;
transform: translateX(-50%);
2024-07-29 10:32:57 +08:00
2024-08-05 16:28:32 +08:00
width: 210rpx;
height: 210rpx;
2024-07-26 16:36:45 +08:00
}
.menuContainerView {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
2024-07-29 10:32:57 +08:00
padding: 150rpx 80rpx 0;
2024-07-26 16:36:45 +08:00
}
.menuContainerView .menuView {
2024-07-29 10:32:57 +08:00
width: 260rpx;
height: 260rpx;
2024-07-26 16:36:45 +08:00
border-radius: 10rpx;
box-shadow: -2px 2px 10px 0 rgba(102, 116, 166, 0.2);
flex-shrink: 0;
margin-bottom: 80rpx;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.menuContainerView .menuView .menuImg {
2024-07-29 10:32:57 +08:00
width: 120rpx;
height: 120rpx;
2024-07-26 16:36:45 +08:00
}
.menuContainerView .menuView .menuTitle {
2024-07-29 10:32:57 +08:00
font-size: 26rpx;
color: #4B6291;
font-weight: 600;
line-height: 1;
margin-top: 20rpx;
}
.ownership {
position: absolute;
left: 0;
bottom: 34rpx;
width: 100%;
word-break: break-all;
text-align: center;
font-size: 22rpx;
color: #878787;
2024-07-26 16:36:45 +08:00
}