Commit 1d034654 authored by wangxuelai's avatar wangxuelai

'小程序意见反馈样式修改'

parent df3cb4dd
......@@ -390,7 +390,7 @@ button::after{
width: 750rpx;
height: 1px;
/* background: rgba(0, 0, 0, 0.1); */
box-shadow: 0 0 5rpx 4rpx rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5rpx 2rpx rgba(0, 0, 0, 0.1);
position: fixed;
left: 0;
top: 0;
......
......@@ -14,6 +14,7 @@
color: #222222;
border-bottom: 1px solid #E8E8E8;
word-break: break-all;
font-weight: 600;
}
.detailbox {
padding: 30rpx 24rpx;
......
......@@ -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() {
......
......@@ -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="{{localImageRoot}}2b/helpcenter/icon_add.png?{{imageVersion}}"></image>
<image class="icon-add" src="{{imageRoot}}2b/helpcenter/icon_add.png?{{imageVersion}}"></image>
</view>
</view>
</view>
......
......@@ -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: #16b0fd;
color: #16B0FD;
text-align: center;
}
......@@ -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/arrowright.png?{{imageVersion}}"></image>
</view>
</block>
</view>
......
......@@ -6,20 +6,20 @@ page {
}
.swiperbox {
width: 100%;
height: 500rpx;
height:320rpx;
position: relative;
}
.swiperitembox {
width: 100%;
height: 500rpx;
height: 320rpx;
}
.swiperimg {
width: 100%;
height: 500rpx;
height: 320rpx;
display: block;
}
.swiperbox {
height: 500rpx;
height: 320rpx;
}
.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: 12rpx;
height: 24rpx;
width: 28rpx;
height: 28rpx;
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
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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment