.userPage { width: 100%; background: url(../../assets/user/bg.png) top center no-repeat; background-size: 100%; // height: calc(100vh - 50px); // padding-bottom: 50px; .simple-header { background: transparent !important; } .userPageBox { height: 100%; width: 100%; height: calc(100% - 50px); padding-bottom: 10px; overflow: auto; overflow-x: hidden; } .userBaseBox { width: 100%; } .baseRow { width: 100%; height: 20px; margin-left: 15px; margin-top: 5px; justify-content: flex-start; .group2 { background-color: #8096ec; border-radius: 2px; width: 4px; height: 16px; margin-top: 4px; } .baseText { width: 150px; height: 20px; margin-top: 2px; overflow-wrap: break-word; color: rgba(64, 77, 116, 1); font-size: 0.35rem; font-family: PingFangSC-Medium; text-align: left; white-space: nowrap; line-height: 0.5rem; display: block; margin-left: 15px; } } .userMessage { text-align: center; width: 80%; margin: 0 auto; margin-top: 30px; // line-height: 1.7; .userText { font-size: 0.35rem; font-family: PingFangSC-Medium; line-height: 0.6rem; margin: 0; } .userLine { width: 1px; height: 3.5em; font-size: 14px; background: #bdc9ff6c; } } .userInfoBox { // margin-top: 25px; padding: 0px 10px 15px; .userInfo { // width: 87%; margin: 0 3px; justify-content: flex-start; margin-top: 15px; position: relative; .filedInpPad { .van-cell { padding: 0 !important; } } .editIcon { position: absolute; right: 0; font-size: 18px; color: #4d6add; } .userInfoLeft { // width: 80px; padding-right: 10px; } .van-cell { padding: 0; } .relationClass { // padding: 0; .van-field__control { // height: 38px; line-height: 0.5rem; padding: 5px; border-radius: 2px; background: #fff; border: 1px solid #dddde8; width: 140px; margin-left: 4px; } .van-field__button { background-color: #4d6add; color: #fff; padding: 0 10px; margin-left: 15px; border-radius: 10px; } } } } .van-cell { background: none; } .lineBox { width: 100%; height: 10px; background-color: #f6f7fc; } .commonOperBox { width: 100%; background: #fff; .operListBox { margin-top: 20px; .taskListRow { width: 100%; height: 1.5rem; flex-wrap: wrap; .taskIcon { width: 13%; height: 100%; position: relative; &.commonToolsIcon::after { content: ""; position: absolute; background: #fff url("../../assets/home/commonTools.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.45rem; } &.taskMessageIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/taskMessageIcon.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.45rem; } &.joinPayMchIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/joinPayMchIcon.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.4rem; } &.announcementIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/announcementIcon.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.4rem; } &.airwallexIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/airwallexIcon.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.4rem; } &.shandeMchIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/shandeMchIcon.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.4rem; } &.bindWechatIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/bindWechatIcon.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.4rem; } &.modifyLocIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/modifyLocIcon.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.4rem; } &.syncOldDataIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/syncOldDataIcon.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.4rem; } &.changePasswordIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/changePasswordIcon.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.4rem; } &.selfPayIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/self.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.4rem; } &.feedbackIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/feedback.png") top center no-repeat; background-size: 100%; width: 0.6rem; height: 0.6rem; right: 0.2rem; top: 0.4rem; } &.loginOutIcon::after { content: ""; position: absolute; background: #fff url("../../assets/user/loginOut.png") top center no-repeat; background-size: 100%; width: 0.55rem; height: 0.55rem; right: 0.2rem; top: 0.4rem; } } .taskRight { width: 87%; // height: 100%; position: relative; border-bottom: 1px solid #e7eaf7; &::after { content: ""; position: absolute; width: 6px; height: 12px; background: url('../../assets/right.png') top center no-repeat; background-size: 100%; right: 0.55rem; top: 0.5rem; } .taskTitle { line-height: 1.5rem; font-size: 0.375rem; } } } } } }