Commit 2cc7bb3f authored by 吴冠's avatar 吴冠

11.02

parent f1134b55
...@@ -244,7 +244,7 @@ export default { ...@@ -244,7 +244,7 @@ export default {
cityId: '', cityId: '',
districtId: '', districtId: '',
inquiryCode: '', inquiryCode: '',
priority:"0", priority:0,
startTime: '', startTime: '',
endTime: '', endTime: '',
purchaseAgent: '1', purchaseAgent: '1',
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<!-- <div>中国标准时间:{{ currentTime }}</div> --> <!-- <div>中国标准时间:{{ currentTime }}</div> -->
<div class="hal"> <div class="hal">
<h3 style="text-align: center">{{ projectName }}项目开标大厅</h3> <h3 style="text-align: center">{{ projectName }}项目开标大厅</h3>
<div class="time-message flex-center" style="border-top:1px solid #bfa;width:100%;margin-top:10px;margin-bottom:10px;"> <div class="time-message flex-center" style="border-top:1px solid gray;width:100%;margin-top:10px;margin-bottom:10px;">
<div class="flex" style="margin-left:0px;margin-top:10px"> <div class="flex" style="margin-left:0px;margin-top:10px">
<p>截标倒计时:</p> <p>截标倒计时:</p>
<timeDown :remain-time="remaintime" @countDowmEnd="remaintimeEnd"></timeDown> <timeDown :remain-time="remaintime" @countDowmEnd="remaintimeEnd"></timeDown>
...@@ -477,7 +477,7 @@ export default { ...@@ -477,7 +477,7 @@ export default {
<style scoped> <style scoped>
.content{ .content{
background: #bfa; background: whitesmoke;
} }
.abs { .abs {
position: absolute; position: absolute;
......
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