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