Commit 81857aa5 by 赵雅纹

Merge branch 'dev' into feature-zyw

parents cd855fa2 accc026b
...@@ -23,6 +23,7 @@ Component({ ...@@ -23,6 +23,7 @@ Component({
imgUrls: [], imgUrls: [],
indicatorDots: false, indicatorDots: false,
autoplay: true, autoplay: true,
circular: true,
interval: 5000, interval: 5000,
duration: 1000, duration: 1000,
isAuthorization: false isAuthorization: false
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
autoplay="{{autoplay}}" autoplay="{{autoplay}}"
interval="{{interval}}" interval="{{interval}}"
duration="{{duration}}" duration="{{duration}}"
circular="{{circular}}"
class="image-swiper" class="image-swiper"
> >
<block wx:for="{{imageData}}" wx:key="{{item}}"> <block wx:for="{{imageData}}" wx:key="{{item}}">
......
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
<textarea <textarea
bindblur="bindTextAreaBlur" bindblur="bindTextAreaBlur"
placeholder="请填写真实收件地址" placeholder="请填写真实收件地址"
placeholder-style="color:#999;font-size:13px;"
name="address" name="address"
auto-height auto-height
maxlength='30' maxlength='30'
......
...@@ -91,7 +91,7 @@ page{ ...@@ -91,7 +91,7 @@ page{
.right-input { .right-input {
width: 100%; width: 100%;
color: #666; color: #999;
} }
.form-label{ .form-label{
...@@ -112,7 +112,7 @@ textarea { ...@@ -112,7 +112,7 @@ textarea {
} }
.form-input { .form-input {
color: rgb(112, 112, 112); color: #999;
font-size: 26rpx; font-size: 26rpx;
} }
......
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