talk_appAmin/pages/Friend/addfruebd.vue

126 lines
2.5 KiB
Vue
Raw Normal View History

2024-06-04 21:40:25 +08:00
<!-- 添加好友 -->
<template>
2024-06-08 18:49:58 +08:00
<view class="uninavbar">
<image src="../../static/images/sign/return.png"></image>
</view>
<view class="back">
2024-06-12 12:29:17 +08:00
<image src="../../static/images/sign/myBack.png" style="
position:fixed;
top: 0;
left: 0;
2024-06-08 18:49:58 +08:00
width: 750rpx;
height: 500rpx; z-index: -1;"></image>
2024-06-12 12:29:17 +08:00
2024-06-08 18:49:58 +08:00
<view style="width: 154rpx;
2024-06-12 12:29:17 +08:00
margin-top: 50rpx;
height: 154rpx;">
<image src="../../static/images/icon/tu4-1.jpg"
style="width: 154rpx; height: 154rpx;border-radius: 154rpx;"></image>
</view>
<text style="
font-weight: 600;
width: 272rpx;
height: 45rpx;
font-size: 44rpx;
text-align: left;
color: #FFFFFF;
"> 爱吃饭的小张</text>
<view>
<text class="textrig"></text>
<text class="textrig">LV 2</text>
<text class="textrig">ID:</text>
<text class="textrig">19993849611</text>
</view>
2024-06-08 18:49:58 +08:00
</view>
<view style="position: absolute; top: 424rpx; bottom: 0; left: 0; right: 0; border-radius: 32rpx 32rpx 32rpx 32rpx;
background: #ffffff; ">
2024-06-12 12:29:17 +08:00
<view class="viewtop">
<text style="
font-weight:600;
width: 85rpx;
height: 30rpx;
font-size: 36rpx;
text-align: left;
color: #000000;
">9999 <text style="
font-weight: 400;
width: 57rpx;
height: 28rpx;
font-size: 28rpx;
text-align: left;
color: #999999;
vertical-align: middle;
">获赞</text></text>
2024-06-08 18:49:58 +08:00
</view>
<view>
签名陌上人如玉公子世无双
</view>
<view style="width: 512rpx;
height: 80rpx;
border-radius: 40rpx 40rpx 40rpx 40rpx;
background: #f7f8fa;">
2024-06-12 12:29:17 +08:00
<image style="width: 34rpx; height: 30rpx;" src="../../static/images/sign/go.png"></image>
2024-06-08 18:49:58 +08:00
<text>发消息</text>
</view>
<view style="width:150rpx;
height: 80rpx;
border-radius: 40rpx 40rpx 40rpx 40rpx;
background: #83c4ff;">关注</view>
<view>
<text style="font-weight: Regular;
width: 155rpx;
height: 31rpx;
font-size: 30rpx;
text-align: left;
color: #333333">发布的话题</text>
<view style="width: 154rpx;
height: 12rpx;
border-radius: 6rpx 6rpx 6rpx 6rpx;
background: linear-gradient(-90deg, #c9f6f5, #f7f8e3);"></view>
</view>
2024-06-04 21:40:25 +08:00
</view>
</template>
<script setup>
2024-06-08 18:49:58 +08:00
2024-06-04 21:40:25 +08:00
</script>
2024-06-08 18:49:58 +08:00
<style scoped>
.uninavbar {
position: absolute;
z-index: 9999;
top: 110rpx;
left: 32rpx;
}
.uninavbar>image {
width: 31rpx;
height: 44rpx;
color: #000000;
}
.back {
width: 750rpx;
height: 500rpx;
}
2024-06-12 12:29:17 +08:00
.textrig {
font-weight: Regular;
width: 24rpx;
height: 24rpx;
font-size: 24rpx;
text-align: left;
color: #FFFFFF;
}
2024-06-08 18:49:58 +08:00
</style>