/* pages/mine/mine.wxss */ /* @import "../../appcommon.wxss"; */ page { height: 90vh; } .container { padding: 10px; } .container .no_login { display: flex; align-items: center; } .container .no_login .t-icon-morentouxiang { width: 56px; height: 56px; } .container .no_login view:last-child { font-size: 22px; } .container .login { margin-top: 30px; } .container .login .loginBtn { width: 200px; height: 42px; background-color: var(--color-ysd); border-radius: 999px; } .container .setting { padding: 18px 10px !important; padding-left: 16px !important; } .container .userinfobox, .container .setting { display: flex; background-color: #fff; justify-content: space-between; align-items: center; border-radius: 8px; padding: 15px 10px; /* padding-left: 20px !important; */ } .container .userinfobox .userinfo, .container .setting .userinfo { display: flex; justify-content: space-between; align-items: center; } .container .userinfobox .userinfo > view:last-child, .container .setting .userinfo > view:last-child { display: flex; flex-direction: column; justify-content: space-between; height: 100%; } .container .userinfobox .userinfo > view:last-child view:last-child, .container .setting .userinfo > view:last-child view:last-child { color: #666; line-height: 1; } .container .userinfobox .userinfo .usernamebox, .container .setting .userinfo .usernamebox { display: flex; justify-content: space-between; flex-direction: column; /* margin-left: 4px; */ } .container .userinfobox .userinfo .usernamebox .username, .container .setting .userinfo .usernamebox .username { display: flex; justify-content: start; flex-direction: row; align-items: center; line-height: 1; margin-bottom: 15px; font-size: 20px; font-weight: 603; } .container .userinfobox .userinfo .usernamebox .username .theusername { max-width: 160px; word-wrap: nowrap; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; color: #333; } .container .userinfobox .userinfo .usernamebox .username i, .container .setting .userinfo .usernamebox .username i { width: 20px; height: 20px; margin-left: 5px; } .container .userinfobox .userinfo image, .container .setting .userinfo image { width: 56px; height: 56px; border-radius: 999px; /* margin-right: 12px; */ } .container .userinfobox > view:last-child, .container .setting > view:last-child { display: flex; align-items: center; color: #acacac; } .container .userinfobox > view:last-child text, .container .setting > view:last-child text { margin-left: 4px; } .balanceBox { border-radius: 8px; margin-bottom: 10px; overflow: hidden; margin-top: 10px; } .balanceBox .myaBill { display: flex; justify-content: space-between; align-items: center; height: 48px; padding: 0 10px 0 16px; background-color: #fff; } .balanceBox .myaBill .icon-gengduo11 { color: #999; font-size: 12px; } .container .userbalance { display: flex; justify-content: space-between; align-items: center; /* padding: 16px; */ border-radius: 8px 8px 0 0; /* width: 355px; */ /* height: 96px; */ box-sizing: border-box; color: #333; background-color: #fff; } .container .userbalance > navigator { height: 100%; display: flex; flex: 1; flex-direction: column; justify-content: space-around; padding: 16px 0 16px 16px; } .container .userbalance > view > view:last-child { font-size: 26px; } .container .userbalance .balanceinfo { display: flex; justify-content: start; flex-direction: row; align-items: center; } .container .userbalance .balanceinfo > view:last-child { width: 20px; height: 20px; background-repeat: no-repeat; background-size: 100% 100%; } .container .userbalance .rightbox { display: flex; justify-content: space-between; flex-direction: column; align-items: center; } .container .userbalance .rightbox > view:last-child { width: 12px; height: 12px; /* margin-left: 8px; */ } .container .mycard, .container .myserve { background-color: #fff; } .container .mycard .title, .container .myserve .title { font-size: 16px; /* font-weight: 400; */ padding: 9px 0px; /* padding-top: 16px; */ } .container .mycard .content, .container .myserve .content { display: flex; justify-content: start; padding: 16px 0px; } .container .mycard .content > view, .container .myserve .content > view { width: 25%; text-align: center; font-size: 14px; color: #666; /* margin-right: 24px; */ } .container .mycard .content > view image, .container .myserve .content > view image { width: 22px; height: 22px; } /* .container .myserve .content { justify-content: space-between; } */ .container .myserve .content > view { margin-right: 0; } .container .servicebox { /* display: flex; justify-content: space-between; flex-direction: column; align-items: start; */ /* padding: 20px; */ padding: 16px 12px; /* padding-bottom: 0; */ /* padding-right: 10px; */ background-color: #fff; } .thover06{ opacity: 0.6; } .container .servicebox .serviceinfo image { width: 52px; height: 52px; } .servicebox .serviceBottom { height: 48px; line-height: 48px; width: 100%; justify-content: space-between; } .servicebox .serviceBottom > view { flex: 1; justify-content: space-between; padding: 0 10px 0 16px; } .container .setting { display: flex; justify-content: space-between; background-color: #fff; align-items: center; padding: 20px; } .container .setting > view:first-child { display: flex; justify-content: space-between; align-items: center; } .weui-dialog .weui-dialog__ft { display: flex; align-items: center; justify-content: space-around; height: 80px; } .weui-dialog .weui-dialog__ft .cancel { flex: unset; width: 112px; color: var(--color-ysd); } .weui-dialog .weui-dialog__ft .call { flex: unset; width: 112px; height: 42px; line-height: 42px; padding: 0; background-color: var(--color-ysd); border-radius: 999px; color: #fff; } .weui-dialog .weui-dialog__bd { text-align: center; padding: 20px 20px 0; margin-bottom: 0; font-weight: normal; } .weui-dialog .weui-dialog__bd .avatar { margin-bottom: 12px; } .weui-dialog .weui-dialog__bd .avatar image { width: 56px; height: 56px; } .weui-dialog .weui-dialog__bd .name { margin-bottom: 8px; font-size: 20px; } .weui-dialog .weui-dialog__bd .job { margin-bottom: 20px; font-size: 14px; } .weui-dialog .weui-dialog__bd .tel { margin-bottom: 20px; font-size: 22px; } .contact { width: 80%; height: 350px; } .contact .weui-dialog__hd { margin-top: 40px; padding: 0; position: relative; } .guanbi { position: absolute; right: 16px; top: -28px; } .contact .contact_bottomBtn .v-center { width: 80px !important; } .contact .contact_bottomBtn .rflex button { padding: 0; width: 100%; } .button-hover { opacity: 0.8; background-color: #fff; } .friendBar .container { display: flex; justify-content: start; padding: 0; } .friendBar .container .sub { flex: 25%; padding: 16px 0; text-align: center; } .friendBar .container .sub .t-icon { margin-bottom: 6px; } .friendBar .container .sub view { line-height: 1; } .myBill .weui-grids { border-top: 1px solid #f5f5f5; } .myBill .weui-grids::before, .myTownsman .weui-grids::before { display: none; } .weui-grids navigator { width: 20%; } .weui-grid4 { padding: 10px 0; text-align: center; } .weui-grid4::before { display: none; } .weui-grid5::before { display: none; } .bb1 { border-bottom: 1px solid #f5f5f5; } .mark { position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); } .moneyView{ padding:12px 12px 12px 20px; background-color: #fff; border-radius: 8px; } .moneyText{ flex: 1; font-size: 14px; color: #333; line-height: 20px; } .moneyM{ flex: 1; font-size: 26px; color: #333; line-height: 30px; } .moneyCash{ width: 44px; height: 20px; border: 1px solid #ffffff; border-radius: 4px; font-size: 12px; color: #ffffff; text-align: center; line-height: 20px; } .moneyCashBtn{ width: 44px; height: 22px; border: 1px solid #ffffff; border-radius: 4px; font-size: 12px; color: #ffffff; text-align: center; line-height: 22px; padding: 0; margin: 0; background-color: transparent !important; } .thover06{ opacity: 0.6; }