123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- .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;
- }
- }
- }
- }
- }
- }
|