|
@@ -3,7 +3,8 @@
|
|
|
<statusBar :item="navBarData"></statusBar>
|
|
|
<view class="main_part">
|
|
|
<view class="content">
|
|
|
- <img class="image" src="../../static/logo.png" alt="" />
|
|
|
+ <!-- <img class="image" src="../../static/logo.png" alt="" /> -->
|
|
|
+ <image class="image" src="../../static/mine/Avatar.png" mode=""></image>
|
|
|
<view class="text">
|
|
|
<p class="t1">橘子很橘子</p>
|
|
|
<p class="dy">订阅了您的教研室 2023-04-01</p>
|
|
@@ -11,7 +12,8 @@
|
|
|
<button class="btn">回粉</button>
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
- <img class="image" src="../../static/logo.png" alt="" />
|
|
|
+ <!-- <img class="image" src="../../static/logo.png" alt="" /> -->
|
|
|
+ <image class="image" src="../../static/mine/Avatar.png" mode=""></image>
|
|
|
<view class="text">
|
|
|
<p class="t1">橘子很橘子</p>
|
|
|
<p class="dy">订阅了您的教研室 2023-04-01</p>
|
|
@@ -19,7 +21,8 @@
|
|
|
<button class="btn">回粉</button>
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
- <img class="image" src="../../static/logo.png" alt="" />
|
|
|
+ <!-- <img class="image" src="../../static/logo.png" alt="" /> -->
|
|
|
+ <image class="image" src="../../static/mine/Avatar.png" mode=""></image>
|
|
|
<view class="text">
|
|
|
<p class="t1">橘子很橘子</p>
|
|
|
<p class="dy">订阅了您的教研室 2023-04-01</p>
|
|
@@ -27,7 +30,8 @@
|
|
|
<button class="btn">+关注</button>
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
- <img class="image" src="../../static/logo.png" alt="" />
|
|
|
+ <!-- <img class="image" src="../../logo.png" alt="" /> -->
|
|
|
+ <image class="image" src="../../static/mine/Avatar.png" mode=""></image>
|
|
|
<view class="text">
|
|
|
<p class="t1">橘子很橘子</p>
|
|
|
<p class="dy">订阅了您的教研室 2023-04-01</p>
|
|
@@ -53,7 +57,7 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.content {
|
|
|
- margin-top: 5px;
|
|
|
+ // margin-top: 5px;
|
|
|
background-color: white;
|
|
|
display: flex;
|
|
|
flex-direction: row; /* 使内容垂直排列 */
|
|
@@ -88,13 +92,14 @@ export default {
|
|
|
// justify-content: center; /* 水平居中 */
|
|
|
// align-items: center; /* 垂直居中 */
|
|
|
background-color: #adadad;
|
|
|
- width: 100px;
|
|
|
+ width: 90px;
|
|
|
height: 35px;
|
|
|
border-radius: 42px;
|
|
|
margin-top: 15px;
|
|
|
// margin-left: 25px;
|
|
|
+ font-size: 14px;
|
|
|
text-align: center;
|
|
|
- line-height: 35px;
|
|
|
+ // line-height: 35px;
|
|
|
color: white;
|
|
|
}
|
|
|
}
|