Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
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
wangxuelai
wechatapp.shangjiadao.com
Commits
1d034654
Commit
1d034654
authored
Mar 16, 2020
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'小程序意见反馈样式修改'
parent
df3cb4dd
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
25 additions
and
21 deletions
+25
-21
app.wxss
app.wxss
+1
-1
detail.wxss
business/pages/helpcenter/detail.wxss
+1
-0
feedbacksubmit.js
business/pages/helpcenter/feedbacksubmit.js
+1
-1
feedbacksubmit.wxml
business/pages/helpcenter/feedbacksubmit.wxml
+2
-2
feedbacksubmit.wxss
business/pages/helpcenter/feedbacksubmit.wxss
+3
-3
index.wxml
business/pages/helpcenter/index.wxml
+2
-2
index.wxss
business/pages/helpcenter/index.wxss
+11
-8
constants.js
constants/constants.js
+4
-4
No files found.
app.wxss
View file @
1d034654
...
...
@@ -390,7 +390,7 @@ button::after{
width: 750rpx;
height: 1px;
/* background: rgba(0, 0, 0, 0.1); */
box-shadow: 0 0 5rpx
4
rpx rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5rpx
2
rpx rgba(0, 0, 0, 0.1);
position: fixed;
left: 0;
top: 0;
...
...
business/pages/helpcenter/detail.wxss
View file @
1d034654
...
...
@@ -14,6 +14,7 @@
color: #222222;
border-bottom: 1px solid #E8E8E8;
word-break: break-all;
font-weight: 600;
}
.detailbox {
padding: 30rpx 24rpx;
...
...
business/pages/helpcenter/feedbacksubmit.js
View file @
1d034654
...
...
@@ -85,7 +85,7 @@ Page({
contactInput
(
e
)
{
const
{
value
}
=
e
.
detail
;
this
.
setData
({
contact
:
value
contact
:
value
.
length
>
20
?
value
.
substr
(
0
,
20
)
:
value
});
},
publish
()
{
...
...
business/pages/helpcenter/feedbacksubmit.wxml
View file @
1d034654
...
...
@@ -11,11 +11,11 @@
<block wx:for="{{imgs}}" wx:key="index">
<view class="item">
<image class="item-img" src="{{filter.imagify(item)}}" mode="aspectFill" ></image>
<image class="icon-del" src="{{
localImageRoot}}2b/helpcenter/icon_del.png?{{imageVersion}}
" bindtap="delImg" data-index="{{index}}"></image>
<image class="icon-del" src="{{
imageRoot}}2b/helpcenter/icon_del.png?{{imageVersion}}11
" bindtap="delImg" data-index="{{index}}"></image>
</view>
</block>
<view class="item item-add" wx:if="{{imgs.length<4}}" bindtap="imgUpload">
<image class="icon-add" src="{{
localI
mageRoot}}2b/helpcenter/icon_add.png?{{imageVersion}}"></image>
<image class="icon-add" src="{{
i
mageRoot}}2b/helpcenter/icon_add.png?{{imageVersion}}"></image>
</view>
</view>
</view>
...
...
business/pages/helpcenter/feedbacksubmit.wxss
View file @
1d034654
...
...
@@ -79,14 +79,14 @@
margin: 130rpx auto 96rpx;
width: 630rpx;
height: 90rpx;
background:
rgba(22,176,253,1)
;
background:
#16B0FD
;
font-size: 32rpx;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 49rpx;
box-shadow: 0
0 20rpx rgba(22, 176, 253, 0.8)
;
box-shadow: 0
2px 20rpx #16B0FD
;
}
.submitbtn-disabled{
background: rgba(185,199,213,1);
...
...
@@ -94,6 +94,6 @@
}
.btn-mine {
font-size: 28rpx;
color: #16
b0fd
;
color: #16
B0FD
;
text-align: center;
}
business/pages/helpcenter/index.wxml
View file @
1d034654
...
...
@@ -23,9 +23,9 @@
<view class="section-title">常见问题</view>
<view class="list" wx:if="{{list.length>0}}">
<block wx:for="{{list}}" wx:for-item="bigitem" wx:key="bigindex" wx:for-index="bigindex">
<view class="list-item" wx:for="{{bigitem}}" wx:for-item="item" wx:key="index" data-alias="{{item.alias}}" bindtap="toHelpdetail">
<view class="list-item" wx:for="{{bigitem}}" wx:for-item="item" wx:key="index" data-alias="{{item.alias}}"
hover-class="hoverClass"
bindtap="toHelpdetail">
<view class="item-title">{{item.title}}</view>
<image class="icon-arr" src="{{imageRoot}}2b/
organizationalmgt/
right.png?{{imageVersion}}"></image>
<image class="icon-arr" src="{{imageRoot}}2b/
helpcenter/arrow
right.png?{{imageVersion}}"></image>
</view>
</block>
</view>
...
...
business/pages/helpcenter/index.wxss
View file @
1d034654
...
...
@@ -6,20 +6,20 @@ page {
}
.swiperbox {
width: 100%;
height:
50
0rpx;
height:
32
0rpx;
position: relative;
}
.swiperitembox {
width: 100%;
height:
50
0rpx;
height:
32
0rpx;
}
.swiperimg {
width: 100%;
height:
50
0rpx;
height:
32
0rpx;
display: block;
}
.swiperbox {
height:
50
0rpx;
height:
32
0rpx;
}
.swiperdots {
position: absolute;
...
...
@@ -50,7 +50,7 @@ page {
line-height: 50rpx;
padding: 32rpx 0 20rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
/* font-weight: bold; */
}
.list {
}
...
...
@@ -70,7 +70,7 @@ page {
}
.list .list-item .item-title {
font-size: 30rpx;
color:
rgba(34, 34, 34, 1)
;
color:
#666
;
line-height: 42rpx;
max-width: 650rpx;
word-wrap: break-word;
...
...
@@ -79,8 +79,8 @@ page {
text-overflow: ellipsis; */
}
.list .list-item .icon-arr {
width:
12
rpx;
height: 2
4
rpx;
width:
28
rpx;
height: 2
8
rpx;
position: absolute;
right: 0;
top: 50%;
...
...
@@ -136,3 +136,6 @@ page {
height: 50rpx;
margin-right: 14rpx;
}
.hoverClass {
background-color: #E0E0E0;
}
\ No newline at end of file
constants/constants.js
View file @
1d034654
export
default
{
imageRoot
:
'https://cdn.img.shangjiadao.cn/qingxiao/daka/images/'
,
host
:
'https://qxapi.qingxiao.online/daka'
,
host2
:
'https://wx.m.shangjiadao.cn'
,
//
host: 'https://qxapi.qingxiao.online/daka',
//
host2: 'https://wx.m.shangjiadao.cn',
storageVersion
:
'5.0'
,
imageVersion
:
'20200117'
,
//
host: 'https://clock.wp53.cn',
//
host2: 'https://test.wp53.cn',
host
:
'https://clock.wp53.cn'
,
host2
:
'https://test.wp53.cn'
,
appId
:
'wxc1246ea029394785'
,
miniProgram
:
{
clock
:
'wxdeee20e52a1fd7ee'
...
...
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