285 lines
6.8 KiB
Plaintext
285 lines
6.8 KiB
Plaintext
page {
|
||
height: 100vh;
|
||
display: flex;
|
||
flex-direction: column;
|
||
background: linear-gradient(#d2e2f9, #eef4f8);
|
||
min-height: 100vh;
|
||
}
|
||
|
||
|
||
|
||
|
||
|
||
/* 页面滚动 start */
|
||
.scrollarea {
|
||
flex: 1;
|
||
height: 100%;
|
||
overflow-y: hidden;
|
||
}
|
||
|
||
/* 页面滚动 end */
|
||
|
||
.container {
|
||
/* height: 100%; */
|
||
position: relative;
|
||
/* margin-top: 10rpx; */
|
||
}
|
||
|
||
/* 顶部半圆背景 start */
|
||
.header-background {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 300rpx;
|
||
z-index: -1;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.header-background::after {
|
||
position: absolute;
|
||
content: '';
|
||
width: 140%;
|
||
height: 300rpx;
|
||
left: -20%;
|
||
top: 0;
|
||
border-radius: 0 0 50% 50%;
|
||
background: #3c8bf6;
|
||
}
|
||
|
||
/* 顶部半圆背景 end */
|
||
|
||
/* 搜索 start */
|
||
|
||
.search-box {
|
||
padding-top: 45rpx;
|
||
}
|
||
|
||
.search {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 90rpx;
|
||
}
|
||
|
||
.search .search_in {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 0 20rpx;
|
||
/* box-sizing: border-box; */
|
||
height: 70rpx;
|
||
background-color: #ffffff;
|
||
border-radius: 10rpx;
|
||
}
|
||
|
||
.search_in image {
|
||
height: 45rpx;
|
||
width: 45rpx;
|
||
}
|
||
|
||
.search input {
|
||
width: 600rpx;
|
||
}
|
||
|
||
/* 搜索 end */
|
||
|
||
|
||
|
||
/* 故障码快速查询样式 */
|
||
|
||
.quick-search-box {
|
||
padding-top: 20px;
|
||
}
|
||
|
||
.quick-search {
|
||
background: #ffffff;
|
||
margin: 0 30rpx;
|
||
border-radius: 10rpx;
|
||
margin-bottom: 30rpx;
|
||
text-align: center;
|
||
}
|
||
|
||
.section-title {
|
||
height: 70rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
line-height: 65rpx;
|
||
font-family: YouSheBiaoTiHei-3;
|
||
font-size: 36rpx;
|
||
color: #3c8af6;
|
||
}
|
||
|
||
.code-grid {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: center;
|
||
}
|
||
|
||
.code-button {
|
||
margin: 5rpx;
|
||
width: 70rpx;
|
||
height: 70rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
background-color: #d7e6f9;
|
||
border-radius: 10rpx;
|
||
font-size: 24rpx;
|
||
/* border: 2rpx solid #ccc; */
|
||
/* box-shadow: 0 5rpx 10rpx rgba(0, 0, 0, 0.1); */
|
||
}
|
||
|
||
.pagination {
|
||
display: flex;
|
||
/* flex-direction:row; */
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin-top: 35rpx;
|
||
padding-bottom: 35rpx;
|
||
}
|
||
|
||
|
||
.btn-disabled {
|
||
background-color: #b1b1b1;
|
||
}
|
||
|
||
.btn-background {
|
||
background-color: #7b9fd1;
|
||
}
|
||
|
||
.pagination .pagination-button {
|
||
margin: 0 10rpx;
|
||
width: 200rpx;
|
||
height: 70rpx;
|
||
/* padding: 10rpx 20rpx; */
|
||
/* background-color: #007aff; */
|
||
border-radius: 10rpx;
|
||
color: #ffffff;
|
||
font-size: 24rpx;
|
||
}
|
||
|
||
/*信息组start*/
|
||
/* .group-item-box { */
|
||
/* padding-top: 10px; */
|
||
/* padding: 16px; */
|
||
/* background-color: #ffffff; */
|
||
/* } */
|
||
|
||
.group-item {
|
||
background: #ffffff;
|
||
margin: 0 30rpx;
|
||
border-radius: 10rpx;
|
||
margin-bottom: 30rpx;
|
||
/* text-align: center; */
|
||
/* margin-left:15rpx;
|
||
margin-right:15rpx; */
|
||
}
|
||
|
||
.group-item-header {
|
||
height: 110rpx;
|
||
/* background: chartreuse; */
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
margin-bottom: 10px;
|
||
margin: 0 15rpx;
|
||
border-bottom: 1rpx solid #efefef;
|
||
}
|
||
|
||
.group-item-header-title {
|
||
/* flex: 1; */
|
||
|
||
width: 255rpx;
|
||
justify-content: center;
|
||
align-items: center;
|
||
/* padding-left: 25rpx;
|
||
padding-right: 25rpx;
|
||
padding-top: 5rpx; */
|
||
padding:5rpx 25rpx 0 25rpx;
|
||
font-family: YouSheBiaoTiHei-3;
|
||
text-align: center;
|
||
font-size: 36rpx;
|
||
color: #3c8af6;
|
||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPUAAAA3CAYAAADUkQzaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE6klEQVR4nO3dzW8VVRzG8e8tgkrEDWnsRmtdQMGgK0JAdGGIgi9bTXDbgBEksjL+Be40vjRY4svORbdqwEBYKEpYsDC02rKA1m4qxI1V0Dbluvidhi7umZd7Z+6559znkzSEO3Pm/ELzMHNnzpzTaDabiEg6BkIXICLVUqhFEnOfb8O1xZVu1uG3NXQB0nV/hi6gMiPAi8B+YAcwDGxx25aAeeA34CLwPXCjzMG3DW1s+XnD951aoZZg4g71BuA14DiwF2gUbNcELgGfApPAal4DX6h1+S1SnQPAFPA1sI/igcbtu8+1nXLHaotCLdK5B4AJ4BwwWsHxRt2xJtyxS1GoRTozCPwAHKnh2EfcsQfLNFKoRdo3CPwI7K6xj92uj8LBVqjTsRP4ALub+q/7+dV9tjNgXanaDHwDbO9CX9tdX5uL7KxQx28Tdsf0KnAS+z52v/vZ4T67CnwGPBioxhR9BOzpYn97XJ+5FOq4bQK+A46R/bscAI4C37o20pkDwFiAfscocFdcoY7bh5R79PE8djku7RsAPg7Y/yfYs3AvhTpeT2Jn37LedG2lPa9jX2tCGcUGt3gp1PEaI+d/bI8NhLl0TMWx0AVgo9W8FOp4HQzUtl69PUR0BBv1Fdpe4AnfRoU6Xt5fas1t+9lByg39rEsDe1GkJYW6Py2HLiBSz4QuYB1vLQp1vK530Ha+sir6Sy/dYPQOKFKo43W2g7bnK6uivzwauoB1hn0bFOp4fUGBd25bWAU+r7iWfrElf5eueci3QaGO1xT2al5ZE66tJEqhjttJyl1KX3BtpD1LoQtY52/fBoU6bsvAy8A4cDdjv7vYGfoVdOe7EwuhC1jnd98GhTp+y9gIo6ewt3hmgRXgH2DaffY0Njz0TqAai+ntgSdgr7L2imnfBu9sohKdaeCd0EUk7iJwOHQRzk++DTpTS2/o/bM02DS+vbCkTROrpSWFWqS468DPoYvAphL2Dj5SqEXKGQ9dADbTjZdCLeHFcem9ZhKYCdj/jKvBS6EWKWcVeDtg/yfIGUmoUIuUdx74KkC/X2KT/GdSqEXacxy43MX+LlPwCkGhFmnPbeBVbLBP3WZdX7eL7KxQi7TvFvAccKXGPq64Pm4VbaBQi3TmJvAscLqGY5/G1ra+WaZRmVBrWReR1u5g0zW/QDWX47PuWEexnJVSJNSpLesyDJzCpvT5z/15ioyZJEQKOodNeXQYG/VVdkjpJeANd4zcu9w+jWazdb/XFlfg3rIuRVeBuAAcosrX+7ZWdiSw2SAnaT2DxRI2SXon0wRJO+IafFLGCJaH/djJ8DHgYbftL+z1yRnsRZEzwI0yB982tLHl53mhHgfeKtORa5M52Xgp1YX6ceAX7v2jtrKEvcI4V1mvki/dUNfKF+qsy+/UlnV5j+xAg53B3+1CLSK1yQp1asu6HCq430u1ViFSs6xQp7asyyMF9xuqtQqRmmWFOrVlXf4ouN9irVWI1KyuwSe9OLndmYL76e63RC0r1Kkt6/I++VO8Lrn9RKKVFerUlnWZw55D+4K99px6rkv1iNQiK9S9saxLtc8wzwK7sDmwF7CvCQvu77vQpbckIGuK4LVlXcoOPun1ZV3msWfpIknKu1GmZV1EIpMXai3rIhKZIo+00lnWRaQPeF/oEJE4aeYTkcQo1CKJ+R8nM+7CXs93fAAAAABJRU5ErkJggg==);
|
||
background-size: cover;
|
||
/* background-position: center; */
|
||
background-position: 0 0;
|
||
background-repeat: no-repeat;
|
||
|
||
|
||
}
|
||
|
||
.group-item-header-tip {
|
||
display: flex;
|
||
align-items: center;
|
||
width: 90rpx;
|
||
}
|
||
|
||
.group-item-header-tip-txt {
|
||
font-size: 25rpx;
|
||
color: #737373;
|
||
}
|
||
|
||
.group-item-header-tip-image {
|
||
height: 20rpx;
|
||
width: 25rpx;
|
||
}
|
||
|
||
|
||
.group-txt-item {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
height: 85rpx;
|
||
padding: 10px 0;
|
||
margin: 0 20rpx;
|
||
|
||
|
||
/*自定义虚线*/
|
||
background-image: linear-gradient(to right, #ddd 30%, rgba(255, 255, 255, 0) 0%);
|
||
/* 35%设置虚线点x轴上的长度 */
|
||
background-position: bottom;
|
||
/* top配置上边框位置的虚线 */
|
||
background-size: 22rpx 1rpx;
|
||
/* 第一个参数设置虚线点的间距;第二个参数设置虚线点y轴上的长度 */
|
||
background-repeat: repeat-x;
|
||
/*自定义虚线*/
|
||
|
||
}
|
||
|
||
/*最后一个元素不带虚线*/
|
||
.group-item .group-txt-item:last-child {
|
||
background-image: none;
|
||
}
|
||
|
||
/*最后一个元素不带虚线*/
|
||
|
||
.group-txt-item-bullet {
|
||
/* color: #318bf7;
|
||
margin-right: 10rpx;
|
||
font-size: 40rpx;
|
||
font-weight: bold;
|
||
line-height: 85rpx; */
|
||
|
||
width: 12rpx;
|
||
height: 12rpx;
|
||
background-color: #3c8bf6; /* 蓝色圆点 */
|
||
border-radius: 50%;
|
||
margin-right: 15rpx;
|
||
}
|
||
|
||
.group-txt-item-text {
|
||
flex: 1;
|
||
font-size: 28rpx;
|
||
}
|
||
|
||
.group-txt-item-text-time {
|
||
color: #b5b5b5;
|
||
font-size: 24rpx;
|
||
}
|
||
|
||
.copyright {
|
||
color: #3c8af6;
|
||
margin-bottom: 60rpx;
|
||
text-align: center;
|
||
} |