534 lines
9.5 KiB
SCSS
534 lines
9.5 KiB
SCSS
/* pages/information/information.wxss */
|
|
.persion-icon-box {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
|
|
.nav-right {
|
|
width: 47rpx;
|
|
height: 54rpx;
|
|
margin-right: 28rpx;
|
|
}
|
|
}
|
|
|
|
.logo {
|
|
width: 208rpx;
|
|
height: 37rpx;
|
|
}
|
|
|
|
.bg-box {
|
|
position: relative;
|
|
|
|
.bg {
|
|
width: 750rpx;
|
|
height: 500rpx;
|
|
}
|
|
|
|
.header {
|
|
position: absolute;
|
|
top: 240rpx;
|
|
left: 407rpx;
|
|
|
|
.top {
|
|
font-size: 47rpx;
|
|
font-family: FZZhengHeiS-DB-GB;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
line-height: 69rpx;
|
|
opacity: 0.8;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.bottom {
|
|
font-size: 29rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
line-height: 42rpx;
|
|
opacity: 0.57;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.line {
|
|
width: 79rpx;
|
|
height: 8rpx;
|
|
background: #FFFFFF;
|
|
opacity: 0.32;
|
|
}
|
|
}
|
|
}
|
|
|
|
.scanBtn {
|
|
position: fixed;
|
|
left: 0;
|
|
width: 40rpx;
|
|
top: 200rpx;
|
|
}
|
|
|
|
.white-box {
|
|
margin-top: -32rpx;
|
|
border-radius: 32rpx;
|
|
background: #FFFFFF;
|
|
position: relative;
|
|
z-index: 2;
|
|
padding: 51rpx 30rpx 0 29rpx;
|
|
|
|
.tipBox {
|
|
background: #FFF7F1;
|
|
border-radius: 10rpx;
|
|
padding: 41rpx 31rpx 38rpx 38rpx;
|
|
color: #FE633A;
|
|
margin-bottom: 45rpx;
|
|
|
|
.title {
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.description {
|
|
font-size: 22rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
margin-bottom: 19rpx;
|
|
margin-top: 20rpx;
|
|
line-height: 34rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon_arrow_right {
|
|
width: 8rpx;
|
|
height: 15rpx;
|
|
margin-left: 10rpx;
|
|
position: relative;
|
|
top: 1rpx;
|
|
}
|
|
|
|
.fun-item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 73rpx;
|
|
|
|
.panel {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.left {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
text {
|
|
font-size: 34rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #282828;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.right {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
text {
|
|
font-size: 28rpx;
|
|
color: #C3C3C3;
|
|
margin-right: 26rpx;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
width: 65rpx;
|
|
height: 65rpx;
|
|
margin-right: 37rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
|
|
.fold {
|
|
width: 25rpx;
|
|
height: 14rpx;
|
|
flex-shrink: 0;
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.unfold {
|
|
width: 25rpx;
|
|
height: 14rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
}
|
|
|
|
.infoList {
|
|
// margin-top: 31rpx;
|
|
|
|
.infoItem {
|
|
border-top: 2px solid #F3F5F8;
|
|
// margin: 31rpx 0 42rpx 0;
|
|
padding: 37rpx 4rpx 42rpx 9rpx;
|
|
|
|
.infoItem_top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.key {
|
|
font-size: 32rpx;
|
|
color: #282828;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.value {
|
|
color: #494949;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
.infoItem_bottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
|
|
|
|
.operations {
|
|
display: flex;
|
|
|
|
.operation {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #2F88DB;
|
|
margin-left: 68rpx;
|
|
|
|
.operationIcon {
|
|
margin-right: 9rpx;
|
|
width: 20rpx;
|
|
height: 22rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.valueList {
|
|
margin-top: 31rpx;
|
|
|
|
.deleteTag {
|
|
border: 1px dashed #BFBFBF;
|
|
background: #fff !important;
|
|
|
|
.value {
|
|
&:first-child {
|
|
text-decoration: line-through;
|
|
}
|
|
}
|
|
}
|
|
|
|
.valueItem {
|
|
background: #F3F5F8;
|
|
border-radius: 10rpx;
|
|
padding: 30rpx 38rpx 36rpx 36rpx;
|
|
display: flex;
|
|
margin-bottom: 20rpx;
|
|
flex-direction: column;
|
|
|
|
.operations {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
|
|
.operation {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #2F88DB;
|
|
text-align: right;
|
|
margin-left: 68rpx;
|
|
|
|
.operationIcon {
|
|
margin-right: 9rpx;
|
|
width: 20rpx;
|
|
height: 22rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.eduList {
|
|
.eduItem {
|
|
margin-top: 39rpx;
|
|
border-radius: 10px;
|
|
position: relative;
|
|
|
|
.eduItemTimeLine {
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.deleteTag {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.deleteTagText {
|
|
margin-left: 10rpx;
|
|
color: rgb(255, 76, 76)
|
|
}
|
|
|
|
.eduItemRoute {
|
|
background: #F3F5F8;
|
|
min-height: 130rpx;
|
|
padding-top: 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #282828;
|
|
padding: 32rpx 29rpx 0 37rpx;
|
|
border-radius: 10px;
|
|
|
|
.eduItemDate {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
|
|
text {
|
|
color: #3A61B1;
|
|
}
|
|
}
|
|
|
|
.eduName {
|
|
position: relative;
|
|
// padding-top: 20rpx;
|
|
// padding-bottom: 20rpx;
|
|
margin: 20rpx 0;
|
|
max-width: 530rpx;
|
|
|
|
image {
|
|
width: 22rpx;
|
|
height: 26rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.addBar1 {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
.btn_add {
|
|
display: flex;
|
|
align-items: center;
|
|
// justify-content: center;
|
|
background: #3A61B1;
|
|
border-radius: 24px;
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
// width: 203rpx;
|
|
height: 50rpx;
|
|
// line-height: 47rpx;
|
|
padding-right: 16rpx;
|
|
color: #FFFFFF;
|
|
box-sizing: content-box;
|
|
margin-top: 30rpx;
|
|
|
|
text {
|
|
font-size: 36rpx;
|
|
position: relative;
|
|
top: -1rpx;
|
|
margin-right: 9rpx;
|
|
padding-left: 17rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.report-btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 40rpx;
|
|
// margin-top: 146rpx;
|
|
padding-left: 48rpx;
|
|
padding-right: 58rpx;
|
|
|
|
.reportTip {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #919191;
|
|
|
|
text {
|
|
color: #3A61B1;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
.date {
|
|
font-size: 22rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #C3C3C3;
|
|
padding-bottom: 20rpx;
|
|
// line-height: 60rpx;
|
|
}
|
|
|
|
.icon_add {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
.addBar {
|
|
padding-left: 21rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #3A61B1;
|
|
font-size: 24rpx;
|
|
|
|
.icon_add_form {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
}
|
|
|
|
.icon_time {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 17rpx;
|
|
}
|
|
|
|
.arrow_right {
|
|
width: 14rpx;
|
|
height: 25rpx;
|
|
}
|
|
|
|
.fixed {
|
|
position: fixed;
|
|
left: 30rpx;
|
|
bottom: 10%;
|
|
font-size: 22rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #C3C3C3;
|
|
line-height: 30px;
|
|
|
|
.toggleAll {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 16rpx;
|
|
border: 2rpx solid rgba(180, 180, 180, .7);
|
|
margin-bottom: 15rpx;
|
|
box-sizing: border-box;
|
|
padding: 20rpx;
|
|
line-height: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: #fff;
|
|
}
|
|
|
|
.isShowInvalid {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 16rpx;
|
|
border: 2rpx solid rgba(180, 180, 180, .7);
|
|
box-sizing: border-box;
|
|
line-height: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 15rpx;
|
|
font-size: 18rpx;
|
|
|
|
.icon_invalid {
|
|
width: 36rpx;
|
|
height: 25rpx;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
}
|
|
|
|
.goTop {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 16rpx;
|
|
border: 2rpx solid rgba(180, 180, 180, .7);
|
|
box-sizing: border-box;
|
|
line-height: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.icon_top {
|
|
width: 21rpx;
|
|
height: 26rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.phoneTip {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #AEAEAE;
|
|
line-height: 37rpx;
|
|
margin-bottom: 29rpx;
|
|
|
|
image {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
}
|
|
|
|
.outDate {
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #FF5129;
|
|
margin-left: 23rpx;
|
|
}
|
|
|
|
.stages-cmp {
|
|
.stages-box {
|
|
background: #fff;
|
|
width: 80%;
|
|
border-radius: 20rpx;
|
|
text-align: center;
|
|
|
|
.stages {
|
|
.item {
|
|
padding: 20rpx;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
}
|
|
|
|
.cancel-btn {
|
|
padding: 20rpx;
|
|
color: #AEAEAE;
|
|
}
|
|
}
|
|
} |