Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panyongping
uni-pdtravel
Commits
6179142c
Commit
6179142c
authored
Oct 12, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
无用文件删除
parent
1f53fe3c
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
68 deletions
+13
-68
index.scss
index.scss
+0
-23
myVlogPhotos.vue
pages/vlog/myVlogPhotos/myVlogPhotos.vue
+3
-1
orderPay.vue
pages/vlog/orderPay/orderPay.vue
+4
-4
productDetails.vue
pages/vlog/productDetails/productDetails.vue
+6
-2
theme.scss
theme.scss
+0
-38
No files found.
index.scss
deleted
100644 → 0
View file @
1f53fe3c
// 引入公共基础类
@import
"./libs/css/common.scss"
;
@import
"./libs/css/color.scss"
;
// 非nvue的样式
/* #ifndef APP-NVUE */
@import
"./libs/css/style.vue.scss"
;
/* #endif */
// nvue的特有样式
/* #ifdef APP-NVUE */
@import
"./libs/css/style.nvue.scss"
;
/* #endif */
// 小程序特有的样式
/* #ifdef MP */
@import
"./libs/css/style.mp.scss"
;
/* #endif */
// H5特有的样式
/* #ifdef H5 */
@import
"./libs/css/style.h5.scss"
;
/* #endif */
\ No newline at end of file
pages/vlog/myVlogPhotos/myVlogPhotos.vue
View file @
6179142c
<
template
>
<
template
>
<view
class=
"content"
>
<view
class=
"content"
>
<view
class=
""
style=
"display: flex;padding: 40rpx 20rpx 0 20rpx;"
>
<view
class=
""
style=
"display: flex;padding: 40rpx 20rpx 0 20rpx;"
>
<!--
<u-section
title=
"精彩瞬间"
:right=
"false"
color=
"#303133"
></u-section>
-->
<view
style=
"color: #303133;font-weight: bold;font-size: 32rpx;"
>
精彩瞬间
</view>
<text
style=
"font-size: 24rpx;color: #ccc;margin-left: 30rpx;"
>
MOMENT
</text>
<text
style=
"font-size: 24rpx;color: #ccc;margin-left: 30rpx;"
>
MOMENT
</text>
</view>
</view>
<image
src=
"../static/vlog/icon/fengexian.png"
mode=
""
style=
"width: 100%;height: 15rpx;"
></image>
<image
src=
"../static/vlog/icon/fengexian.png"
mode=
""
style=
"width: 100%;height: 15rpx;"
></image>
...
...
pages/vlog/orderPay/orderPay.vue
View file @
6179142c
...
@@ -22,10 +22,10 @@
...
@@ -22,10 +22,10 @@
<view
class=
"price"
>
¥
{{
price
}}
</view>
<view
class=
"price"
>
¥
{{
price
}}
</view>
</view>
</view>
</view>
</view>
<
!--
<
u-cell-group>
<u-cell-group>
<u-cell
-item
title=
"商品金额"
:value=
"'¥'+ price"
:arrow=
"false"
></u-cell-item
>
<u-cell
title=
"商品金额"
:value=
"'¥'+ price"
:arrow=
"false"
></u-cell
>
<u-cell
-item
title=
"运费"
:value=
"Freight.defaultCost==0?'包邮':'¥'+Freight.defaultCost"
:arrow=
"false"
></u-cell-item
>
<u-cell
title=
"运费"
:value=
"Freight.defaultCost==0?'包邮':'¥'+Freight.defaultCost"
:arrow=
"false"
></u-cell
>
</u-cell-group>
-->
</u-cell-group>
<view
class=
"bottom"
>
<view
class=
"bottom"
>
<view
class=
"price"
>
<view
class=
"price"
>
¥
{{
allprice
|
money
}}
¥
{{
allprice
|
money
}}
...
...
pages/vlog/productDetails/productDetails.vue
View file @
6179142c
...
@@ -13,7 +13,9 @@
...
@@ -13,7 +13,9 @@
</view>
</view>
</view>
</view>
<view
class=
""
style=
"display: flex;"
>
<view
class=
""
style=
"display: flex;"
>
<!--
<u-section
title=
"模板选择"
:right=
"false"
color=
"#303133"
></u-section>
-->
<view
style=
"color: #303133;font-weight: bold;font-size: 32rpx;"
>
模板选择
</view>
<text
style=
"font-size: 24rpx;color: #ccc;margin-left: 30rpx;"
>
Template Selection
</text>
<text
style=
"font-size: 24rpx;color: #ccc;margin-left: 30rpx;"
>
Template Selection
</text>
</view>
</view>
<image
src=
"../static/vlog/icon/fengexian.png"
style=
"width: 100%;height: 5rpx;"
></image>
<image
src=
"../static/vlog/icon/fengexian.png"
style=
"width: 100%;height: 5rpx;"
></image>
...
@@ -40,7 +42,9 @@
...
@@ -40,7 +42,9 @@
</view>
</view>
</view>
</view>
<view
style=
"display: flex;margin-top: 30rpx;"
>
<view
style=
"display: flex;margin-top: 30rpx;"
>
<!--
<u-section
title=
"详细参数"
:right=
"false"
color=
"#303133"
></u-section>
-->
<view
style=
"color: #303133;font-weight: bold;font-size: 32rpx;"
>
详细参数
</view>
<text
style=
"font-size: 24rpx;color: #ccc;margin-left: 30rpx;"
>
Parameters
</text>
<text
style=
"font-size: 24rpx;color: #ccc;margin-left: 30rpx;"
>
Parameters
</text>
</view>
</view>
<image
src=
"../static/vlog/icon/fengexian.png"
mode=
""
style=
"width: 100%;height: 5rpx;"
></image>
<image
src=
"../static/vlog/icon/fengexian.png"
mode=
""
style=
"width: 100%;height: 5rpx;"
></image>
...
...
theme.scss
deleted
100644 → 0
View file @
1f53fe3c
// 此文件为uView的主题变量,这些变量目前只能通过uni.scss引入才有效,另外由于
// uni.scss中引入的样式会同时混入到全局样式文件和单独每一个页面的样式中,造成微信程序包太大,
// 故uni.scss只建议放scss变量名相关样式,其他的样式可以通过main.js或者App.vue引入
$u-main-color
:
#303133
;
$u-content-color
:
#606266
;
$u-tips-color
:
#909399
;
$u-light-color
:
#c0c4cc
;
$u-border-color
:
#e4e7ed
;
$u-bg-color
:
#f3f4f6
;
$u-type-primary
:
#2979ff
;
$u-type-primary-light
:
#ecf5ff
;
$u-type-primary-disabled
:
#a0cfff
;
$u-type-primary-dark
:
#2b85e4
;
$u-type-warning
:
#ff9900
;
$u-type-warning-disabled
:
#fcbd71
;
$u-type-warning-dark
:
#f29100
;
$u-type-warning-light
:
#fdf6ec
;
$u-type-success
:
#19be6b
;
$u-type-success-disabled
:
#71d5a1
;
$u-type-success-dark
:
#18b566
;
$u-type-success-light
:
#dbf1e1
;
$u-type-error
:
#fa3534
;
$u-type-error-disabled
:
#fab6b6
;
$u-type-error-dark
:
#dd6161
;
$u-type-error-light
:
#fef0f0
;
$u-type-info
:
#909399
;
$u-type-info-disabled
:
#c8c9cc
;
$u-type-info-dark
:
#82848a
;
$u-type-info-light
:
#f4f4f5
;
$u-form-item-height
:
70rpx
;
$u-form-item-border-color
:
#dcdfe6
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment