123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- .userPage {
- width: 100%;
- background: url(../../assets/user/bg.png) top center no-repeat;
- background-size: 100%;
- // position: relative;
- height: calc(100% - 50px);
- overflow: auto;
- overflow-x: hidden;
- .simple-header {
- background: transparent;
- }
- .userPageBox {
- width: 100%;
- height: 100%;
- // margin-bottom: 100px;
- }
- .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: 14px;
- font-family: PingFangSC-Medium;
- text-align: left;
- white-space: nowrap;
- line-height: 20px;
- display: block;
- margin-left: 15px;
- }
- }
- .userMessage {
- text-align: center;
- width: 80%;
- margin: 0 auto;
- margin-top: 30px;
- line-height: 1.7;
- .userText {
- font-size: 14px;
- font-family: PingFangSC-Medium;
- margin: 0;
- }
- .userLine {
- width: 1px;
- height: 3.5em;
- font-size: 14px;
- background: #e7eaf7;
- }
- }
- .userInfoBox {
- margin-top: 25px;
- padding: 0px 15px 20px;
- .userInfo {
- // width: 87%;
- margin: 0 auto;
- justify-content: flex-start;
- margin-top: 20px;
- position: relative;
- .filedInpPad {
- .van-cell {
- padding: 0 !important;
- }
- }
- .editIcon {
- position: absolute;
- right: 0;
- font-size: 18px;
- color: #4d6add;
- }
- .userInfoLeft {
- width: 76px;
- }
- .relationClass {
- padding: 0;
- .van-field__button {
- background-color: #4d6add;
- color: #fff;
- padding: 0 0.5em;
- margin-left: 10px;
- }
- }
- }
- }
- .lineBox {
- width: 100%;
- height: 15px;
- background-color: #f6f7fc;
- }
- .commonOperBox {
- width: 100%;
- background: #fff;
- .operListBox {
- margin-top: 20px;
- .taskListRow {
- width: 100%;
- height: 53px;
- flex-wrap: wrap;
- .taskIcon {
- width: 13%;
- height: 100%;
- position: relative;
- &.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;
- }
- &.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(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng51122feddbc4a9b3e0b055ed6181d290e60825befaa5c777794f1412ff817e57) top center no-repeat;
- background-size: 100%;
- right: 0.55rem;
- top: 0.5rem;
- }
- .taskTitle {
- line-height: 53px;
- }
- }
- }
- }
- }
- }
|