Commit a4f7a6d3 authored by zhengke's avatar zhengke

修改

parent a6a29b1f
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
margin-top: 2px; margin-top: 2px;
font-size: 13px; font-size: 13px;
color:#808080; color:#808080;
text-align: right;
} }
.comInBtn{ .comInBtn{
position: fixed; position: fixed;
...@@ -102,7 +103,7 @@ ...@@ -102,7 +103,7 @@
<view class="comInforName"> <view class="comInforName">
成立时间 成立时间
</view> </view>
<view @click="showStart=true" style="width:75%;color:#808080;">{{msg.FoundingTime}}</view> <view @click="showStart=true" style="width:75%;color:#808080;text-align: right;">{{msg.FoundingTime}}</view>
</view> </view>
<view class="compInfoList"> <view class="compInfoList">
<view class="comInforName"> <view class="comInforName">
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
margin-top: 2px; margin-top: 2px;
font-size: 13px; font-size: 13px;
color: #808080; color: #808080;
text-align: right;
} }
.comInBtn { .comInBtn {
...@@ -115,7 +116,7 @@ ...@@ -115,7 +116,7 @@
<view class="comInforName"> <view class="comInforName">
成立时间 成立时间
</view> </view>
<view @click="showStart=true" style="width:75%;color:#808080;">{{msg.FoundingTime}}</view> <view @click="showStart=true" style="width:75%;color:#808080;text-align: right;">{{msg.FoundingTime}}</view>
</view> </view>
<view class="compInfoList"> <view class="compInfoList">
<view class="comInforName"> <view class="comInforName">
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
margin-top: 2px; margin-top: 2px;
font-size: 13px; font-size: 13px;
color: #808080; color: #808080;
text-align: right;
} }
.comInBtn { .comInBtn {
...@@ -121,7 +122,7 @@ ...@@ -121,7 +122,7 @@
<view class="comInforName"> <view class="comInforName">
成立时间 成立时间
</view> </view>
<view @click="showStart=true" style="width:75%;color:#808080;">{{msg.FoundingTime}}</view> <view @click="showStart=true" style="width:75%;color:#808080;text-align:right;">{{msg.FoundingTime}}</view>
</view> </view>
<view class="compInfoList"> <view class="compInfoList">
<view class="comInforName"> <view class="comInforName">
......
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