Commit fc014d8c authored by xiangzj's avatar xiangzj

UI更改

parent e4eb17b5
......@@ -7,7 +7,7 @@
<view class="icon-view"></view>
<view class="opera-view">
<view class="btn btn-default" v-if="networkType!='none'" @click="retry">
<text class="btn-text">无数据,重新请求</text>
<text class="btn-text">暂无数据</text>
</view>
<view class="btn btn-default" v-if="networkType=='none'" @click="openSettings">
<text class="btn-text">设置</text>
......
......@@ -386,12 +386,16 @@
}
.detal-item-value {
// flex: 1;
color: #333;
font-size: 28rpx;
}
.detal-item-value2 {
font-size: 24rpx;
// width: 200%;
// flex: 2;
// text-align: left;
}
.receive-info {
......
......@@ -254,6 +254,7 @@
}
.detal-item-label {
flex: 1;
color: #999;
font-size: 24rpx;
}
......@@ -261,5 +262,8 @@
.detal-item-value {
color: #333;
font-size: 28rpx;
width: 200%;
flex: 2;
text-align: left;
}
</style>
......@@ -255,6 +255,7 @@
}
.detal-item-label {
flex: 1;
color: #999;
font-size: 24rpx;
}
......@@ -262,5 +263,8 @@
.detal-item-value {
color: #333;
font-size: 28rpx;
width: 200%;
flex: 2;
text-align: left;
}
</style>
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