Commit a4f7a6d3 authored by zhengke's avatar zhengke

修改

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