qa-prevention-xgf-app/styles/home_style.scss

279 lines
4.5 KiB
SCSS
Raw Normal View History

2023-11-07 10:24:08 +08:00
.status_bar {
2024-08-08 11:08:55 +08:00
height: var(--status-bar-height);
width: 100%;
background-color: #0037ff;
2023-11-07 10:24:08 +08:00
.top_view {
2024-08-08 11:08:55 +08:00
height: var(--status-bar-height);
width: 100%;
position: fixed;
background-color: #0037ff;
top: 0;
z-index: 9999;
2023-11-07 10:24:08 +08:00
}
}
2024-08-08 11:08:55 +08:00
.wui_banner {
2023-11-07 10:24:08 +08:00
height: 507upx;
position: relative;
overflow: hidden;
2024-08-08 11:08:55 +08:00
.wui-bar {
2023-11-07 10:24:08 +08:00
display: flex;
align-items: center;
min-height: 100upx;
justify-content: flex-end;
z-index: 9999;
position: absolute;
width: 100%;
2024-08-08 11:08:55 +08:00
.search-form {
background: rgba(255, 255, 255, 0.2);
2023-11-07 10:24:08 +08:00
border-radius: 100upx;
flex: 1;
height: 60upx;
line-height: 60upx;
font-size: 24upx;
color: #333333;
display: flex;
align-items: center;
margin: 0 30upx;
padding: 0 30upx;
2024-08-08 11:08:55 +08:00
.cuIcon-search {
color: rgba(255, 255, 255, 0.5);
2023-11-07 10:24:08 +08:00
margin-right: 16upx;
font-size: 28upx;
}
2024-08-08 11:08:55 +08:00
input {
color: rgba(255, 255, 255, 0.5);
2023-11-07 10:24:08 +08:00
flex: 1;
padding-right: 30upx;
height: 64upx;
line-height: 64upx;
font-size: 26upx;
background-color: transparent;
2024-08-08 11:08:55 +08:00
.phcolor {
color: rgba(255, 255, 255, 0.5);
2023-11-07 10:24:08 +08:00
}
}
}
.icon-ui {
color: #fff;
font-size: 42upx;
margin-right: 22upx;
}
}
2024-08-08 11:08:55 +08:00
.banner_img {
2023-11-07 10:24:08 +08:00
z-index: 1;
width: 100%;
height: 100%;
image {
width: 100%;
height: 100%;
}
}
}
.home-apps {
position: relative;
top: -180upx;
background-color: #fff;
padding: 30upx 20upx;
border-radius: 40upx;
margin: 0 30upx;
display: flex;
2024-08-08 11:08:55 +08:00
flex-wrap: wrap;
2023-11-07 10:24:08 +08:00
.home-apps-item {
display: flex;
flex-direction: column;
align-items: center;
flex-grow: 0;
width: 25%;
.text {
margin: 10upx 0;
font-size: 28upx;
text-align: center;
width: 140upx;
}
.home-apps-item-img {
width: 136upx;
height: 136upx;
image {
width: 100%;
height: 100%;
}
}
}
}
2024-08-08 11:08:55 +08:00
.home-message {
2023-11-07 10:24:08 +08:00
position: relative;
top: -160upx;
height: 120upx;
background-color: #fff;
border-radius: 40upx;
margin: 0 30upx;
padding: 0 30upx;
display: flex;
align-items: center;
2024-08-08 11:08:55 +08:00
.home-title {
2023-11-07 10:24:08 +08:00
width: 54px;
height: 54px;
margin-right: 10upx;
2024-08-08 11:08:55 +08:00
image {
2023-11-07 10:24:08 +08:00
width: 100%;
height: 100%;
}
}
2024-08-08 11:08:55 +08:00
.home-content {
2023-11-07 10:24:08 +08:00
font-size: 28upx;
flex: 1;
}
2024-08-08 11:08:55 +08:00
.home-more {
2023-11-07 10:24:08 +08:00
color: #ccc;
font-size: 26upx;
}
}
2024-08-08 11:08:55 +08:00
.home-letters {
2023-11-07 10:24:08 +08:00
position: relative;
top: -140upx;
background-color: #fff;
border-radius: 40upx;
margin: 0 30upx;
padding: 30upx;
2024-08-08 11:08:55 +08:00
.letters-title {
2023-11-07 10:24:08 +08:00
width: 80px;
height: 21px;
2024-08-08 11:08:55 +08:00
image {
2023-11-07 10:24:08 +08:00
width: 100%;
height: 100%;
}
}
2024-08-08 11:08:55 +08:00
.letters-content {
.letters-item {
2023-11-07 10:24:08 +08:00
border-bottom: 1upx solid #e5e5e5;
padding: 20upx 0;
2024-08-08 11:08:55 +08:00
&:last-child {
2023-11-07 10:24:08 +08:00
border: none;
}
2024-08-08 11:08:55 +08:00
.lable {
2023-11-07 10:24:08 +08:00
font-size: 30upx;
white-space: nowrap;
}
2024-08-08 11:08:55 +08:00
.font {
2023-11-07 10:24:08 +08:00
font-size: 28upx;
color: #666;
}
2024-08-08 11:08:55 +08:00
.letters-title {
2023-11-07 10:24:08 +08:00
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%;
2024-08-08 11:08:55 +08:00
.color-red {
2023-11-07 10:24:08 +08:00
color: #e50d0d;
2024-08-08 11:08:55 +08:00
font-weight: 700;
2023-11-07 10:24:08 +08:00
}
2024-08-08 11:08:55 +08:00
.color-org {
2023-11-07 10:24:08 +08:00
color: #ff5806;
2024-08-08 11:08:55 +08:00
font-weight: 700;
2023-11-07 10:24:08 +08:00
}
2024-08-08 11:08:55 +08:00
.color-nomal {
2023-11-07 10:24:08 +08:00
color: #e5a60d;
2024-08-08 11:08:55 +08:00
font-weight: 700;
2023-11-07 10:24:08 +08:00
}
}
2024-08-08 11:08:55 +08:00
.letters-sub-title {
2023-11-07 10:24:08 +08:00
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%;
font-size: 30upx;
margin: 10upx 0;
}
2024-08-08 11:08:55 +08:00
.letters-date {
2023-11-07 10:24:08 +08:00
display: flex;
align-items: center;
width: 100%;
font-size: 30upx;
}
}
}
}
2024-08-08 11:08:55 +08:00
.home-line {
2023-11-07 10:24:08 +08:00
position: relative;
top: -70upx;
text-align: center;
color: #ccc;
}
2024-08-08 11:08:55 +08:00
.sub_grid {
2023-11-07 10:24:08 +08:00
display: flex;
flex-wrap: wrap;
2024-08-08 11:08:55 +08:00
.grid_z {
2023-11-07 10:24:08 +08:00
z-index: 999;
}
2024-08-08 11:08:55 +08:00
.grid_item {
2023-11-07 10:24:08 +08:00
width: calc(47% - 4upx);
display: block;
padding: 30upx 0;
color: #fff;
margin-left: 2%;
margin-top: 2%;
text-align: center;
2024-08-08 11:08:55 +08:00
background-image: linear-gradient(
to bottom right,
rgba(0, 138, 255, 1),
rgba(91, 74, 255, 1)
);
2023-11-07 10:24:08 +08:00
border: 1upx solid #2084d9;
position: relative;
2024-08-08 11:08:55 +08:00
.grid_text {
2023-11-07 10:24:08 +08:00
display: flex;
padding-left: 30upx;
2024-08-08 11:08:55 +08:00
.grid_tut {
2023-11-07 10:24:08 +08:00
width: 85%;
}
}
}
}
2024-08-08 11:08:55 +08:00
.message_list {
2023-11-07 10:24:08 +08:00
padding: 30upx;
2024-08-08 11:08:55 +08:00
.message_item {
2023-11-07 10:24:08 +08:00
position: relative;
2024-08-08 11:08:55 +08:00
.message_flex {
2023-11-07 10:24:08 +08:00
width: calc(100% - 30upx);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
2024-08-08 11:08:55 +08:00
.fontstyle {
2023-11-07 10:24:08 +08:00
font-size: 32upx;
line-height: 60upx;
}
2024-08-08 11:08:55 +08:00
.font0 {
2023-11-07 10:24:08 +08:00
font-size: 30upx;
color: #666;
flex-basis: 72upx;
}
2024-08-08 11:08:55 +08:00
.message_time {
2023-11-07 10:24:08 +08:00
font-size: 26upx;
color: #666;
line-height: 60upx;
}
}
}
}
.message_item.arrow:after {
2024-08-08 11:08:55 +08:00
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: block;
margin: auto;
width: 30upx;
height: 30upx;
color: #b4b4b4;
content: "\e6a3";
text-align: center;
font-size: 34upx;
font-family: cuIcon;
line-height: 30upx;
}