diff --git a/static/css/listingItems/items.css b/static/css/listingItems/items.css index db3d8a0..f0185f1 100644 --- a/static/css/listingItems/items.css +++ b/static/css/listingItems/items.css @@ -609,4 +609,58 @@ input::-webkit-inner-spin-button { text-align: center; width: 244px; line-height: 50px; +} + +.dialog{ + width: 100%; + height: 100vh; + position: fixed; + top: 0; + left: 0; + z-index: 999999999; +} + +.bg-mengban{ + width: 100%; + height: 100vh; +} + +.dialog_content{ + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + background: #ffffff; + width: 50%; + padding: 2vh; + border-radius: 10px; +} +.dialog_content_center{ + height: 40vh; + overflow-y: scroll; +} + +.dialog_tt{ + font-size: 32px; + font-weight: bold; + line-height: 32px; + margin-bottom: 2vh; + text-align: center; +} + +.dialog_content p{ + line-height: 32px; +} + +.close_dialog{ + text-align: center; +} + +.close_dialog p{ + display: inline-block; + padding: 0px 35px; + background: var(--color); + color: #ffffff; + margin: 0 auto; + border-radius: 50px; } \ No newline at end of file diff --git a/view/listingItems/bond.html b/view/listingItems/bond.html index eb3b4e9..b215616 100644 --- a/view/listingItems/bond.html +++ b/view/listingItems/bond.html @@ -143,13 +143,13 @@

-

1.竞买人请确认以下事项并勾选

-

· 已阅读并知晓:拍下不买的后果,即保证金不予退还并承担相应的后果包括处罚等

-

· 已阅读并知晓:本次报名仅代表本人,未接受他人委托参与竞买。(如需办理委托,请在报名前联系处置单位将双方信息录入系统

-

· 已阅读并知晓:如您报名成功,您的姓名、证件号码、手机号、联系地址等信息将披露给资产处置单位及相关服务提供方,用于核实竞买人的真是身份、竞买资格及相关服务提供

-

· 已阅读并知晓:竞买人如果没有进行实地看样,视为接受标的所有瑕疵等细则

-

· 已阅读并知晓:已阅读并同意《竞拍服务协议》

-

本人已知晓并同意以上所有事项

+

1.竞买人条件确认

+

+

确认已知晓并同意 + 《乳山市农村产权交易项目报名服务协议》及 + 《竞买人承诺书》 + 所有内容 +

竞买人身份确认说明:

@@ -234,6 +234,57 @@
+ + + + +