|
@@ -14,14 +14,7 @@
|
|
|
</view>
|
|
|
<view class="head" :style="[{ height: tovw(+CustomBar + 184) }]"
|
|
|
style="background: linear-gradient( 225deg, #F43A50 0%, #C30D23 100%)">
|
|
|
- <view class="custom" :style="{ height: tovw(Custom.height), top: tovw(Custom.top - 3) }">
|
|
|
- <view v-if="userInfo.name">{{ userInfo.name }}的名片</view>
|
|
|
- <view v-else>暂无信息</view>
|
|
|
- <view class="back" :style="{ lineHeight: tovw(Custom.height) }" @click="onBack">
|
|
|
- <text class=" iconfont icon-a-wodetiaozhuan" />
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <image class="bg-bottom" mode="widthFix" src="/static/workbench/减去.svg">
|
|
|
+ <image class="bg-bottom" mode="aspectFill" src="/static/workbench/减去.svg">
|
|
|
</image>
|
|
|
<view class="card">
|
|
|
<view class="header">
|
|
@@ -291,9 +284,6 @@ export default {
|
|
|
.header {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- align-content: center;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
.left {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -342,7 +332,6 @@ export default {
|
|
|
box-shadow: 0px 3px 6px 1px #E0D6D7;
|
|
|
border: 2px solid #FFFFFF;
|
|
|
border-radius: 50%;
|
|
|
-
|
|
|
image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -354,6 +343,7 @@ export default {
|
|
|
.bottom {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
+ align-items: flex-start;
|
|
|
font-family: Source Han Sans SC, Source Han Sans SC;
|
|
|
font-weight: 400;
|
|
|
font-size: 12px;
|
|
@@ -386,7 +376,8 @@ export default {
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
align-content: center;
|
|
|
-
|
|
|
+ padding: 3px;
|
|
|
+ border-radius: 5px;
|
|
|
text {
|
|
|
font-weight: 400;
|
|
|
font-size: 12px;
|
|
@@ -431,6 +422,7 @@ export default {
|
|
|
margin-right: 5px;
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
+ border-radius: 50%;
|
|
|
}
|
|
|
|
|
|
text {
|
|
@@ -449,7 +441,9 @@ export default {
|
|
|
flex-direction: column;
|
|
|
align-content: center;
|
|
|
align-items: center;
|
|
|
-
|
|
|
+ width: 35px;
|
|
|
+ height: 40px;
|
|
|
+ border-radius: 3px;
|
|
|
i {
|
|
|
display: block;
|
|
|
color: #666666;
|
|
@@ -579,7 +573,6 @@ export default {
|
|
|
|
|
|
.footer {
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
left: 0;
|