6.8 标的物介绍增加详细地址,样式修改
This commit is contained in:
@ -557,6 +557,12 @@ const AuctionViewAuctions: React.FC = () => {
|
|||||||
<Input bordered={false} readOnly />
|
<Input bordered={false} readOnly />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|
||||||
|
<Form.Item
|
||||||
|
label="详细地址"
|
||||||
|
name="auctionBy4">
|
||||||
|
<Input bordered={false} readOnly />
|
||||||
|
</Form.Item>
|
||||||
|
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label="标的物清单附件"
|
label="标的物清单附件"
|
||||||
name="auctionBdwqdfj">
|
name="auctionBdwqdfj">
|
||||||
|
@ -45,11 +45,9 @@ ul.small-img-ul li.img.active{ border-color:#b30000; }
|
|||||||
.saleBlock{ height: 56px;}
|
.saleBlock{ height: 56px;}
|
||||||
.saleBlock span{ font-size: 24px; font-weight: bold; color: #b30000;}
|
.saleBlock span{ font-size: 24px; font-weight: bold; color: #b30000;}
|
||||||
.saleBlock input[type="text"]{ padding: 2px; width: 200px; height: 28px; border: 1px solid #ddd; border-radius: 2px;}
|
.saleBlock input[type="text"]{ padding: 2px; width: 200px; height: 28px; border: 1px solid #ddd; border-radius: 2px;}
|
||||||
.saleBlock button{ width: 64px; height: 32px; line-height: 32px; text-align: center; background: #b30000; color: #fff; border-radius: 3px; cursor: pointer;margin: 0px;padding: 0px;border: 1px solid #fff;}
|
.saleBlock button{ width: 64px; height: 32px; line-height: 32px; text-align: center; background: #b30000; color: #fff; border-radius: 3px; cursor: pointer;}
|
||||||
.otherInform{}
|
.otherInform{}
|
||||||
.otherInform span{ display:inline-block; float: left; width: 49%; line-height: 2;}
|
.otherInform span{ display:inline-block; float: left; width: 49%; line-height: 2;}
|
||||||
.contentParts .rightInform{ position: absolute; top: 10px; right: 15px; width: 280px;}
|
.contentParts .rightInform{ position: absolute; top: 10px; right: 15px; width: 280px;}
|
||||||
.contentParts .rightInform ul{}
|
.contentParts .rightInform ul{}
|
||||||
.contentParts .rightInform ul li{ margin: 2px 0 8px; line-height: 1.8; color: #999;}
|
.contentParts .rightInform ul li{ margin: 2px 0 8px; line-height: 1.8; color: #999;}
|
||||||
.auction-not-started{ height: 48px;}
|
|
||||||
.auction-not-started span{ font-size: 20px; font-weight: bold; color: #b30000;}
|
|
||||||
|
@ -43,11 +43,13 @@ ul.small-img-ul li.img.active{ border-color:#b30000; }
|
|||||||
.priceBlock{ height: 56px; line-height: 56px;}
|
.priceBlock{ height: 56px; line-height: 56px;}
|
||||||
.priceBlock span{ font-size: 24px; font-weight: bold;}
|
.priceBlock span{ font-size: 24px; font-weight: bold;}
|
||||||
.saleBlock{ height: 56px;}
|
.saleBlock{ height: 56px;}
|
||||||
.saleBlock span{ font-size: 24px; font-weight: bold; color: #b30000;}
|
.saleBlock span{ font-size: 24px; font-weight: bold; color: #b30000; position: relative; top: 2px;}
|
||||||
.saleBlock input[type="text"]{ padding: 2px; width: 200px; height: 28px; border: 1px solid #ddd; border-radius: 2px;}
|
.saleBlock input[type="text"]{ padding: 2px; width: 200px; height: auto; border: 1px solid #ddd; border-radius: 2px;}
|
||||||
.saleBlock button{ width: 64px; height: 32px; line-height: 32px; text-align: center; background: #b30000; color: #fff; border-radius: 3px; cursor: pointer;}
|
.saleBlock button{ width: 64px; height: auto; line-height: 32px; text-align: center; background: #b30000; color: #fff; border-radius: 3px; cursor: pointer;margin: 0px;padding: 0px;border: none;}
|
||||||
.otherInform{}
|
.otherInform{}
|
||||||
.otherInform span{ display:inline-block; float: left; width: 49%; line-height: 2;}
|
.otherInform span{ display:inline-block; float: left; width: 49%; line-height: 2;}
|
||||||
.contentParts .rightInform{ position: absolute; top: 10px; right: 15px; width: 280px;}
|
.contentParts .rightInform{ position: absolute; top: 10px; right: 15px; width: 280px;}
|
||||||
.contentParts .rightInform ul{}
|
.contentParts .rightInform ul{}
|
||||||
.contentParts .rightInform ul li{ margin: 2px 0 8px; line-height: 1.8; color: #999;}
|
.contentParts .rightInform ul li{ margin: 2px 0 8px; line-height: 1.8; color: #999;}
|
||||||
|
.auction-not-started{ height: 48px;}
|
||||||
|
.auction-not-started span{ font-size: 20px; font-weight: bold; color: #b30000;}
|
||||||
|
Reference in New Issue
Block a user