Showing
6 changed files
with
23 additions
and
14 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-05-26 23:52:36 | 3 | * @Date: 2022-05-26 23:52:36 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2022-06-02 21:31:28 | 5 | + * @LastEditTime: 2022-06-07 11:01:34 |
| 6 | * @FilePath: /tswj/src/App.vue | 6 | * @FilePath: /tswj/src/App.vue |
| 7 | * @Description: | 7 | * @Description: |
| 8 | --> | 8 | --> | ... | ... |
| ... | @@ -71,7 +71,7 @@ | ... | @@ -71,7 +71,7 @@ |
| 71 | <van-field v-model="message" rows="2" autosize label="" type="textarea" maxlength="200" | 71 | <van-field v-model="message" rows="2" autosize label="" type="textarea" maxlength="200" |
| 72 | placeholder="请填写您对小朋友的温馨鼓励" show-word-limit /> | 72 | placeholder="请填写您对小朋友的温馨鼓励" show-word-limit /> |
| 73 | </div> | 73 | </div> |
| 74 | - <div style="margin: 3rem 0;"> | 74 | + <div style="margin-top: 3rem;"> |
| 75 | <my-button @on-click="handleAudit('disable')" type="primary">确定</my-button> | 75 | <my-button @on-click="handleAudit('disable')" type="primary">确定</my-button> |
| 76 | </div> | 76 | </div> |
| 77 | </div> | 77 | </div> | ... | ... |
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | <div class="title"> | 6 | <div class="title"> |
| 7 | <van-row align="center"> | 7 | <van-row align="center"> |
| 8 | <van-col> | 8 | <van-col> |
| 9 | - <span style="font-size: 0.8rem; color: #272727;">尊敬的</span> | 9 | + <span style="font-size: 0.8rem; color: #272727;">亲爱的读者</span> |
| 10 | </van-col> | 10 | </van-col> |
| 11 | <van-col> | 11 | <van-col> |
| 12 | <div style="color: #713610; padding: 1rem;" class="van-hairline--bottom">{{ item.name }}</div> | 12 | <div style="color: #713610; padding: 1rem;" class="van-hairline--bottom">{{ item.name }}</div> |
| ... | @@ -101,7 +101,7 @@ export default { | ... | @@ -101,7 +101,7 @@ export default { |
| 101 | 101 | ||
| 102 | div:first-child { | 102 | div:first-child { |
| 103 | display: inline-block; | 103 | display: inline-block; |
| 104 | - font-size: 0.5rem; | 104 | + font-size: 0.85rem; |
| 105 | vertical-align: middle; | 105 | vertical-align: middle; |
| 106 | margin-right: 0.5rem; | 106 | margin-right: 0.5rem; |
| 107 | } | 107 | } |
| ... | @@ -124,7 +124,7 @@ export default { | ... | @@ -124,7 +124,7 @@ export default { |
| 124 | text-align: center; | 124 | text-align: center; |
| 125 | line-height: 2; | 125 | line-height: 2; |
| 126 | position: relative; | 126 | position: relative; |
| 127 | - color: #0B3A72; | 127 | + color: #000; |
| 128 | padding: 0.5rem 0; | 128 | padding: 0.5rem 0; |
| 129 | } | 129 | } |
| 130 | } | 130 | } |
| ... | @@ -137,12 +137,13 @@ export default { | ... | @@ -137,12 +137,13 @@ export default { |
| 137 | } | 137 | } |
| 138 | .wrapper-border { | 138 | .wrapper-border { |
| 139 | position: absolute; | 139 | position: absolute; |
| 140 | - border: 1px dashed #000; | 140 | + border: 1px dashed #11D2B1; |
| 141 | height: 95%; | 141 | height: 95%; |
| 142 | top: 0; | 142 | top: 0; |
| 143 | width: 93%; | 143 | width: 93%; |
| 144 | margin: 3%; | 144 | margin: 3%; |
| 145 | border-radius: 1rem; | 145 | border-radius: 1rem; |
| 146 | + box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13); | ||
| 146 | } | 147 | } |
| 147 | } | 148 | } |
| 148 | </style> | 149 | </style> | ... | ... |
| 1 | +/* | ||
| 2 | + * @Author: hookehuyr hookehuyr@gmail.com | ||
| 3 | + * @Date: 2022-05-28 10:17:40 | ||
| 4 | + * @LastEditors: hookehuyr hookehuyr@gmail.com | ||
| 5 | + * @LastEditTime: 2022-06-07 11:01:22 | ||
| 6 | + * @FilePath: /tswj/src/utils/axios.js | ||
| 7 | + * @Description: | ||
| 8 | + */ | ||
| 1 | import axios from 'axios'; | 9 | import axios from 'axios'; |
| 2 | import router from '@/router'; | 10 | import router from '@/router'; |
| 3 | import _ from 'lodash' | 11 | import _ from 'lodash' | ... | ... |
| ... | @@ -55,15 +55,15 @@ | ... | @@ -55,15 +55,15 @@ |
| 55 | </van-col> | 55 | </van-col> |
| 56 | </van-row> | 56 | </van-row> |
| 57 | <van-popup v-model:show="showPicker" round position="bottom"> | 57 | <van-popup v-model:show="showPicker" round position="bottom"> |
| 58 | - <van-picker | 58 | + <van-picker :columns="columns" :columns-field-names="{ text: 'text', value: 'val', children: 'children' }" |
| 59 | - :columns="columns" :columns-field-names="{ text: 'text', value: 'val', children: 'children' }" @cancel="showPicker = false" @confirm="onConfirm" | 59 | + @cancel="showPicker = false" @confirm="onConfirm" /> |
| 60 | - /> | ||
| 61 | </van-popup> | 60 | </van-popup> |
| 62 | </div> | 61 | </div> |
| 63 | </van-sticky> | 62 | </van-sticky> |
| 64 | 63 | ||
| 65 | <div class="book-video-list"> | 64 | <div class="book-video-list"> |
| 66 | - <van-list v-model:loading="loading" :finished="finished" :finished-text="finishedTextStatus ? '没有更多了' : ''" @load="onLoad"> | 65 | + <van-list v-model:loading="loading" :finished="finished" :finished-text="finishedTextStatus ? '没有更多了' : ''" |
| 66 | + @load="onLoad"> | ||
| 67 | <template v-for="item in prod_list" :key="item"> | 67 | <template v-for="item in prod_list" :key="item"> |
| 68 | <video-card :item="item"> | 68 | <video-card :item="item"> |
| 69 | <template #bookDetailSub> | 69 | <template #bookDetailSub> |
| ... | @@ -91,10 +91,10 @@ | ... | @@ -91,10 +91,10 @@ |
| 91 | </template> | 91 | </template> |
| 92 | </div> | 92 | </div> |
| 93 | <div class="button"> | 93 | <div class="button"> |
| 94 | - <my-button type="primary" @on-click="uploadVideo">上传作品</my-button> | 94 | + <my-button type="plain" @on-click="uploadVideo">上传作品</my-button> |
| 95 | </div> | 95 | </div> |
| 96 | <div class="button"> | 96 | <div class="button"> |
| 97 | - <my-button type="plain" @on-click="toDonate">爱心助力</my-button> | 97 | + <my-button type="primary" @on-click="toDonate">爱心助力</my-button> |
| 98 | </div> | 98 | </div> |
| 99 | </div> | 99 | </div> |
| 100 | <shortcut-fixed type="C" :item="shortcutItem" /> | 100 | <shortcut-fixed type="C" :item="shortcutItem" /> | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-04-26 16:06:31 | 3 | * @Date: 2022-04-26 16:06:31 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2022-06-03 16:31:30 | 5 | + * @LastEditTime: 2022-06-07 14:04:30 |
| 6 | * @FilePath: /tswj/src/views/client/finishUpload.vue | 6 | * @FilePath: /tswj/src/views/client/finishUpload.vue |
| 7 | * @Description: 作品上传成功提示页面 | 7 | * @Description: 作品上传成功提示页面 |
| 8 | --> | 8 | --> |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | <p style="font-size: 0.9rem;">请耐心等待~~</p> | 15 | <p style="font-size: 0.9rem;">请耐心等待~~</p> |
| 16 | </div> | 16 | </div> |
| 17 | <div style=" padding-top: 2rem; padding-bottom: 2rem; font-size: 0.9rem; color: #713610;"> | 17 | <div style=" padding-top: 2rem; padding-bottom: 2rem; font-size: 0.9rem; color: #713610;"> |
| 18 | - <p style=" margin-bottom: 0.5rem;">您是否愿意与偏远山区的小朋友</p> | 18 | + <p style=" margin-bottom: 0.5rem;">你是否愿意与更多远方的小朋友</p> |
| 19 | <p>共读这么精彩的书籍</p> | 19 | <p>共读这么精彩的书籍</p> |
| 20 | </div> | 20 | </div> |
| 21 | <div v-if="book_id" style="padding: 0 15% 0.5rem 15%;"> | 21 | <div v-if="book_id" style="padding: 0 15% 0.5rem 15%;"> | ... | ... |
-
Please register or login to post a comment