Commit 03375d77 by 袁伟伦

16:36

parent 23a13354
<!--pages/customerService/customerService.wxml--> <!--pages/customerService/customerService.wxml-->
<l-toast></l-toast> <l-toast></l-toast>
<navigation class="navigation" titleText="{{title}}" backIcon="/image/back.png" color="#ffffff"></navigation> <navigation class="navigation" titleText="{{title}}" backIcon="/image/back-w.png" color="#ffffff"></navigation>
<view class="container"> <view class="container">
<image class="banner-img" src="http://upload.miaomiao-bao.com/70161202008161703131621.jpg"></image> <image class="banner-img" src="http://upload.miaomiao-bao.com/70161202008161703131621.jpg"></image>
<view class="customer-body"> <view class="customer-body">
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
<l-collapse> <l-collapse>
<l-collapse-item l-body-class="l-body-class" l-title-class="l-title-class" customTitle="{{true}}"> <l-collapse-item l-body-class="l-body-class" l-title-class="l-title-class" customTitle="{{true}}">
<view class="item-title" slot="title"> <view class="item-title" slot="title">
<view class="row align-c"> <view class="row align-c" style="width:90%;">
<view class="circle"></view> <view class="circle"></view>
<view>{{item.title}}</view> <view style="width:540rpx;">{{item.title}}</view>
</view> </view>
<l-icon name="right" size="28" color="#999"/> <l-icon name="right" size="28" color="#999"/>
</view> </view>
......
...@@ -183,5 +183,6 @@ ...@@ -183,5 +183,6 @@
margin: auto; margin: auto;
line-height: 2; line-height: 2;
font-size: 28rpx; font-size: 28rpx;
padding-left: 40rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
\ No newline at end of file
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 sign in to comment