更新
This commit is contained in:
parent
600ba2eeb3
commit
0f1601c3d2
@ -89,7 +89,7 @@
|
|||||||
<view class="text">{{datas.end_time}}</view>
|
<view class="text">{{datas.end_time}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
<view>进入任务<uni-icons type="right" color="#3175f9"></uni-icons></view>
|
<view>进入任务<uni-icons type="right" color="#0122c7"></uni-icons></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -254,7 +254,7 @@ export default {
|
|||||||
onReady () {
|
onReady () {
|
||||||
uni.setNavigationBarColor({
|
uni.setNavigationBarColor({
|
||||||
frontColor: "#ffffff",
|
frontColor: "#ffffff",
|
||||||
backgroundColor: "#3175f9",
|
backgroundColor: "#0122c7",
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onLoad () {
|
onLoad () {
|
||||||
|
@ -475,6 +475,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
view {
|
view {
|
||||||
margin-bottom: 10rpx;
|
margin-bottom: 10rpx;
|
||||||
@ -498,7 +499,8 @@
|
|||||||
border-top: 1px dashed $theme-oa-color;
|
border-top: 1px dashed $theme-oa-color;
|
||||||
// display: block;
|
// display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 30rpx 0
|
margin-top: 20rpx;
|
||||||
|
padding-bottom: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user