提交 db09617d 编写于 作者: chengxiang.li's avatar chengxiang.li

活动首页姓名样式优化

上级 00acb3e9
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
float: left; float: left;
width: 50px; height: 50px; overflow: hidden; border: 0; display: block; width: 50px; height: 50px; overflow: hidden; border: 0; display: block;
border-radius: 50px; border-radius: 50px;
// border: 1px solid red; // border: 1PX solid red;
img{ img{
width: 50px; height: 50px; width: 50px; height: 50px;
} }
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
color:#373839; color:#373839;
.name{ .name{
width: 100%; width: 100%;
font-size: 18px; line-height: 18px; margin-top: 5px; font-weight: 700; font-size: 18px; line-height: 28px; font-weight: 700;
.ellipsis; .ellipsis;
} }
.company{ .company{
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
.detail{ .detail{
position: relative; position: relative;
float: left; box-sizing: border-box; font-weight: 700; float: left; box-sizing: border-box; font-weight: 700;
width: 68px; height: 25px; overflow: hidden; border-radius: 25px; border: 1px solid #FD5A2F; width: 68px; height: 25px; overflow: hidden; border-radius: 25px; border: 1PX solid #FD5A2F;
font-size: 12px; color: #FD5A2F; line-height: 23px; text-indent: 5px; font-size: 12px; color: #FD5A2F; line-height: 23px; text-indent: 5px;
margin-top: 18px; margin-top: 18px;
img{ img{
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
} }
.billboard-btn{ .billboard-btn{
position: relative; position: relative;
width: 99px; height: 25px; border: 1px solid #FD5A2F; border-radius: 25px; width: 99px; height: 25px; border: 1PX solid #FD5A2F; border-radius: 25px;
margin-top: 15px; margin-top: 15px;
font-size: 12px; font-weight: 700; line-height: 25px; color: #FD5A2F; text-indent: 10px; font-size: 12px; font-weight: 700; line-height: 25px; color: #FD5A2F; text-indent: 10px;
img{ img{
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
position: relative; position: relative;
float: right; float: right;
width: 81px; height: 25px; width: 81px; height: 25px;
border: 1px solid #FD5A2F; border-radius: 25px; border: 1PX solid #FD5A2F; border-radius: 25px;
line-height: 25px; text-indent: 8px; font-size: 12px; line-height: 25px; color: #FD5A2F; font-weight: 700; line-height: 25px; text-indent: 8px; font-size: 12px; line-height: 25px; color: #FD5A2F; font-weight: 700;
img{ img{
position: absolute; right: 5px; top: 50%; margin-top:-6px; position: absolute; right: 5px; top: 50%; margin-top:-6px;
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
position: relative; position: relative;
float: left; float: left;
width: 56px; height: 25px; margin: 14px 0 0 24px; width: 56px; height: 25px; margin: 14px 0 0 24px;
border: 1px solid #FD5A2F; border: 1PX solid #FD5A2F;
border-radius: 25px; font-size: 12px; line-height: 25px; text-indent: 8px; border-radius: 25px; font-size: 12px; line-height: 25px; text-indent: 8px;
color: #FD5A2F; font-weight: 700; color: #FD5A2F; font-weight: 700;
&.login-but-nojoin{ &.login-but-nojoin{
......
...@@ -107,21 +107,25 @@ ...@@ -107,21 +107,25 @@
<li> <li>
<div class="add-btn" @click="eachDoctorClick"> <div class="add-btn" @click="eachDoctorClick">
<img src="../assets/img/stage-two/add-pic-icon.png" alt=""> <img src="../assets/img/stage-two/add-pic-icon.png" alt="">
<p class="text">昵称</p>
</div> </div>
</li> </li>
<li> <li>
<div class="add-btn" @click="eachDoctorClick"> <div class="add-btn" @click="eachDoctorClick">
<img src="../assets/img/stage-two/add-pic-icon.png" alt=""> <img src="../assets/img/stage-two/add-pic-icon.png" alt="">
<p class="text">昵称</p>
</div> </div>
</li> </li>
<li> <li>
<div class="add-btn" @click="eachDoctorClick"> <div class="add-btn" @click="eachDoctorClick">
<img src="../assets/img/stage-two/add-pic-icon.png" alt=""> <img src="../assets/img/stage-two/add-pic-icon.png" alt="">
<p class="text">昵称</p>
</div> </div>
</li> </li>
<li> <li>
<div class="add-btn" @click="eachDoctorClick"> <div class="add-btn" @click="eachDoctorClick">
<img src="../assets/img/stage-two/add-pic-icon.png" alt=""> <img src="../assets/img/stage-two/add-pic-icon.png" alt="">
<p class="text">昵称</p>
</div> </div>
</li> </li>
</template> </template>
...@@ -433,7 +437,7 @@ ...@@ -433,7 +437,7 @@
"seqNo":1 "seqNo":1
},{ },{
"key":"showTitle", "key":"showTitle",
"value": false, "value": true,
"type":1, "type":1,
"seqNo":2 "seqNo":2
},{ },{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册