mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
修改
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view style="background: #F0D8B0;width: 100%;height:100vh">
|
||||
<view style="background: #F0D8B0;width: 100%;">
|
||||
<view class="myub-top">
|
||||
<view class="ub-content">
|
||||
<view class="ub-heard">
|
||||
@@ -120,6 +120,43 @@
|
||||
value: '+2',
|
||||
upperlimit: 20
|
||||
},
|
||||
{
|
||||
name: '回复评论',
|
||||
hear: '在课程、问答、案例中回复一个评论',
|
||||
value: '+2',
|
||||
upperlimit: 20
|
||||
},
|
||||
{
|
||||
name: '提问',
|
||||
hear: '在问答专区提一个问题',
|
||||
value: '+10',
|
||||
upperlimit: 30
|
||||
},
|
||||
{
|
||||
name: '回复问题',
|
||||
hear: '在问答专区回复一个问题',
|
||||
value: '+5',
|
||||
upperlimit: null
|
||||
},
|
||||
{
|
||||
name: ' ',
|
||||
hear: '回答内容被设为最佳答案',
|
||||
value: '+30',
|
||||
upperlimit: null
|
||||
},
|
||||
{
|
||||
name: '被点赞',
|
||||
hear: '作者课程、案例文章、回答每被点赞一次',
|
||||
value: '+1',
|
||||
upperlimit: null
|
||||
},
|
||||
{
|
||||
name: '被转发/分享',
|
||||
hear: '作者课程、案例文章、回答每被转发一次',
|
||||
value: '+1',
|
||||
upperlimit: null
|
||||
},
|
||||
|
||||
],
|
||||
}
|
||||
},
|
||||
@@ -173,7 +210,7 @@
|
||||
}
|
||||
.myub-top{
|
||||
width: 100%;
|
||||
height: 484upx;
|
||||
// height: 484upx;
|
||||
background-image: url(../../static/images/myubimg.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
@@ -181,7 +218,6 @@
|
||||
.ub-content{
|
||||
background-color: #fff;
|
||||
margin: 0 30upx;
|
||||
// height: 100%;
|
||||
border-radius: 6px;
|
||||
padding: 45upx 30upx;
|
||||
.ub-heard{
|
||||
|
||||
Reference in New Issue
Block a user