mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
提交
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<text>200/300</text>
|
||||
<u-line-progress :showText="false" :percentage="50" activeColor="#007DFF" height="4"></u-line-progress>
|
||||
</view>
|
||||
<view class="edit">
|
||||
<view class="edit" @click="navigateTo('setting')">
|
||||
<text>编辑资料</text><u-icon style="float: right;margin-top: 12px;" name="arrow-right" size="8"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
@@ -92,7 +92,7 @@
|
||||
</view>
|
||||
<view class="uc-box" style="margin-top: -260upx;display: none;">
|
||||
<!-- 学习时长模块 -->
|
||||
<view class="uc-box-items">
|
||||
<!-- <view class="uc-box-items">
|
||||
<view class="one" @click="navigateTo('toMeShares')">
|
||||
<view class="" style="font-weight: 600;font-size:22px;margin-top: 30px;">
|
||||
<img style="width: 40px;height:40px;" src="../../static/images/toShare.png">
|
||||
@@ -117,14 +117,14 @@
|
||||
我收藏的
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<!-- 学习内容模块 -->
|
||||
<view class="uc-box">
|
||||
<view class="uc-box-con">
|
||||
<u-grid :border="false">
|
||||
<u-grid-item>
|
||||
<view class="one" @click="navigateTo('toMeComments')">
|
||||
<view class="one" @click="navigateTo('myub')">
|
||||
<view class="one-img">
|
||||
<img src="../../static/images/center/myubicon.png">
|
||||
</view>
|
||||
@@ -144,7 +144,7 @@
|
||||
</view>
|
||||
</u-grid-item>
|
||||
<u-grid-item>
|
||||
<view class="one" @click="navigateTo('toMeComments')">
|
||||
<view class="one" @click="navigateTo('rankingList')">
|
||||
<view class="one-img">
|
||||
<img src="../../static/images/center/rankingicon.png">
|
||||
</view>
|
||||
@@ -247,7 +247,7 @@
|
||||
</view>
|
||||
</u-grid-item>
|
||||
<u-grid-item>
|
||||
<view class="one" @click="navigateTo('myAssesses')">
|
||||
<view class="one" @click="navigateTo('myFavorites')">
|
||||
<view class="one-img">
|
||||
<img src="../../static/images/center/colle.png">
|
||||
</view>
|
||||
@@ -257,7 +257,7 @@
|
||||
</view>
|
||||
</u-grid-item>
|
||||
<u-grid-item>
|
||||
<view class="one" @click="navigateTo('myAssesses')">
|
||||
<view class="one" @click="navigateTo('myShares')">
|
||||
<view class="one-img">
|
||||
<img src="../../static/images/center/mycentericon.png">
|
||||
</view>
|
||||
@@ -267,7 +267,7 @@
|
||||
</view>
|
||||
</u-grid-item>
|
||||
<u-grid-item>
|
||||
<view class="one" @click="navigateTo('myAssesses')">
|
||||
<view class="one" @click="navigateTo('toMeShares')">
|
||||
<view class="one-img">
|
||||
<img src="../../static/images/center/shareme.png">
|
||||
</view>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
@search="findList(true)"
|
||||
@clear="findList(true)"
|
||||
placeholder="搜索"
|
||||
:height="36"
|
||||
v-model="keyword"
|
||||
:showAction="false">
|
||||
</u-search>
|
||||
@@ -148,6 +149,7 @@
|
||||
|
||||
.assess-text {
|
||||
max-width: 300upx;
|
||||
width: 300upx;
|
||||
padding: 0 12upx;
|
||||
margin-top: 24upx;
|
||||
.assess-text-title{
|
||||
|
||||
Reference in New Issue
Block a user