You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
180 lines
2.5 KiB
180 lines
2.5 KiB
@import "/assets/css/style.wxss"; |
|
|
|
/**app.wxss**/ |
|
.pages { |
|
height: 100vh; |
|
width: 100%; |
|
overflow: hidden; |
|
display: flex; |
|
flex-direction: column; |
|
background-color: #F8F8F8; |
|
font-size: 24rpx; |
|
} |
|
|
|
.main { |
|
flex: 1; |
|
overflow-y: auto; |
|
padding-bottom: 200rpx; |
|
} |
|
|
|
.set-bar text { |
|
font-weight: bold; |
|
color: #262936; |
|
font-size: 36rpx; |
|
} |
|
|
|
.flex-center { |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
} |
|
|
|
.my-pos { |
|
position: absolute; |
|
left: 0; |
|
width: 100%; |
|
height: 100%; |
|
z-index: 1; |
|
} |
|
|
|
.center { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
|
|
.option-box { |
|
padding-top: 10rpx; |
|
} |
|
|
|
.o-item { |
|
height: 120rpx; |
|
border-bottom: 2rpx solid #E3E3E3; |
|
font-size: 30rpx; |
|
color: #262936; |
|
font-weight: bold; |
|
} |
|
|
|
.icon { |
|
width: 24rpx; |
|
height: 24rpx; |
|
transform: rotate(-90deg); |
|
margin-right: 30rpx; |
|
} |
|
|
|
.sign-out { |
|
width: 514rpx !important; |
|
height: 86rpx; |
|
line-height: 50rpx; |
|
background: linear-gradient(171deg, #3d7dfc 0%, #0e63df 100%); |
|
border-radius: 44rpx; |
|
margin-top: 110rpx; |
|
font-size: 32rpx; |
|
color: #FFFFFF; |
|
} |
|
|
|
.see { |
|
font-size: 24rpx; |
|
color: #036EF3; |
|
text-decoration: underline; |
|
} |
|
|
|
.ycj { |
|
background-color: #FF652F; |
|
} |
|
|
|
.wcj { |
|
background-color: #666A7A; |
|
} |
|
|
|
.gsz { |
|
background-color: #02D775; |
|
} |
|
|
|
.look-top { |
|
padding: 14rpx 30rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
} |
|
|
|
.look-search { |
|
min-width: 110rpx; |
|
height: 62rpx; |
|
background: #ECECEC; |
|
border-radius: 30rpx; |
|
} |
|
|
|
.look-s-icon { |
|
width: 32rpx; |
|
height: 32rpx; |
|
} |
|
|
|
.look-top-tag { |
|
width: 30rpx; |
|
height: 30rpx; |
|
} |
|
|
|
.look-top-text { |
|
font-size: 32rpx; |
|
color: #222222; |
|
text-indent: 10rpx; |
|
} |
|
|
|
.one-title { |
|
overflow: hidden; |
|
white-space: nowrap; |
|
text-overflow: ellipsis; |
|
} |
|
|
|
.two-title { |
|
text-overflow: -o-ellipsis-lastline; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
display: -webkit-box; |
|
-webkit-line-clamp: 2; |
|
-webkit-box-orient: vertical; |
|
} |
|
|
|
.table-title { |
|
font-size: 30rpx; |
|
font-weight: bold; |
|
color: #565a6b; |
|
line-height: 90rpx; |
|
} |
|
|
|
.table-box { |
|
background-color: #ffffff; |
|
padding: 0 30rpx 50rpx 30rpx; |
|
margin-top: 20rpx; |
|
} |
|
|
|
.table { |
|
border: 1px solid #E1E1E1; |
|
} |
|
|
|
.table-item { |
|
font-size: 26rpx; |
|
display: flex; |
|
} |
|
|
|
.table-item:last-of-type { |
|
border: none; |
|
} |
|
|
|
.table-lable { |
|
padding-left: 30rpx; |
|
display: flex; |
|
align-items: center; |
|
width: 200rpx; |
|
color: #838B99; |
|
border-right: 1px solid #E1E1E1; |
|
background: rgba(225, 225, 225, 0.2); |
|
} |
|
|
|
.table-info { |
|
padding: 20rpx 30rpx; |
|
line-height: 50rpx; |
|
color: #262936; |
|
flex: 1; |
|
} |