Authored by 沈志敏

fix bug

... ... @@ -32,7 +32,7 @@ const component = {
homeModel.getUserHomeData(uid).then(data => {
const proData = data[0];
const result = {
headIco: proData && proData.head_ico ? helpers.image(proData.head_ico, 174, 174) : '',
headIco: proData && proData.head_ico ? helpers.image(proData.head_ico, 170, 170) : '',
nickName: Object.keys(proData).length ? proData.nickname : '登录/注册'
};
... ...

5.73 KB | W: | H:

5.64 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -206,16 +206,17 @@
margin: 0 180px;
color: #000;
font-size: 34px;
height: 190px;
text-align: center;
.user-avatar {
display: inline-block;
position: relative;
width: 174px;
height: 174px;
width: 170px;
height: 170px;
border-radius: 50%;
margin: 0 auto;
border: 3px solid #b0b0b0;
/*border: 3px solid #b0b0b0;*/
background: resolve("me/user-icon.png");
background-size: 100%;
}
... ... @@ -269,6 +270,7 @@
.order-type {
padding: 20px 0;
text-align: center;
height: 150px;
.icon {
font-size: 45px;
... ... @@ -281,6 +283,7 @@
font-size: 24px;
line-height: 1.5;
width: 75px;
margin-top: 13px;
margin-left: 130px;
&.highlight {
... ...