|
|
@@ -9,6 +9,11 @@ body {
|
|
|
padding-top: 0px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ #openPopup:focus {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
/*--------------------------------------------------------------
|
|
|
# Market.html Top photo
|
|
|
--------------------------------------------------------------*/
|
|
|
@@ -63,6 +68,7 @@ body {
|
|
|
.market_each_bid_image_size {
|
|
|
width:250px;
|
|
|
height:250px;
|
|
|
+ margin-left: -12px;
|
|
|
}
|
|
|
|
|
|
/*--------------------------------------------------------------
|
|
|
@@ -143,7 +149,7 @@ body {
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
/*--------------------------------------------------------------
|
|
|
-# detail_art_for_market.html bid table
|
|
|
+# detail_art.html bid table
|
|
|
--------------------------------------------------------------*/
|
|
|
.body-column {
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
@@ -156,6 +162,29 @@ body {
|
|
|
-webkit-appearance: none;
|
|
|
}
|
|
|
|
|
|
+.alert-banner-row {
|
|
|
+ background-color: #6699CC;
|
|
|
+ background-image: linear-gradient(to bottom right, #b19cd9, #7d2ae8);
|
|
|
+ border-radius: 1rem;
|
|
|
+ color: #fff;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.center {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.body-column_banner {
|
|
|
+ padding-top: 1rem;
|
|
|
+ padding-bottom: 1rem;
|
|
|
+ font-family: 'Roboto', sans-serif;
|
|
|
+ margin-left: 500px;
|
|
|
+ font-size: 38px;
|
|
|
+}
|
|
|
+
|
|
|
+.bidding_price_size {
|
|
|
+ max-width: 15rem
|
|
|
+}
|
|
|
/*--------------------------------------------------------------
|
|
|
# create_art.html
|
|
|
--------------------------------------------------------------*/
|
|
|
@@ -178,21 +207,12 @@ body {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-between;
|
|
|
- padding: 70px 50px 57px 118px;
|
|
|
-}
|
|
|
-
|
|
|
-.create_art-pic img {
|
|
|
- width: 480px;
|
|
|
- padding-top: 100px;
|
|
|
-}
|
|
|
-
|
|
|
-.contact100-form {
|
|
|
- width: 390px;
|
|
|
+ padding: 70px 50px 57px 350px;
|
|
|
}
|
|
|
|
|
|
.create_art-form-title {
|
|
|
display: block;
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 26px;
|
|
|
color: #333333;
|
|
|
line-height: 1.2;
|
|
|
text-align: left;
|
|
|
@@ -213,14 +233,14 @@ input.create_art-input {
|
|
|
|
|
|
.create_art-input-box {
|
|
|
position: relative;
|
|
|
- width: 100%;
|
|
|
+ width: 570px;
|
|
|
z-index: 1;
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
|
|
|
.create_art-input {
|
|
|
display: block;
|
|
|
- width: 100%;
|
|
|
+ width: 80%;
|
|
|
background: #e6e6e6;
|
|
|
font-family: Montserrat-Bold;
|
|
|
font-size: 15px;
|
|
|
@@ -230,7 +250,7 @@ input.create_art-input {
|
|
|
|
|
|
|
|
|
.create_art-form-btn {
|
|
|
- width: 100%;
|
|
|
+ width: 80%;
|
|
|
height: 50px;
|
|
|
border-radius: 25px;
|
|
|
background: #846add;
|
|
|
@@ -259,16 +279,18 @@ input.create_art-input {
|
|
|
|
|
|
.upload_Create_art {
|
|
|
position:transparent;
|
|
|
+ width:350px;
|
|
|
}
|
|
|
|
|
|
.upload_Create_art_position {
|
|
|
- margin-left:100px;
|
|
|
+ margin-left:140px;
|
|
|
}
|
|
|
|
|
|
.hr_size{
|
|
|
border: 2px solid rgb(177, 176, 176);
|
|
|
- width:327px;
|
|
|
+ width:350px;
|
|
|
border-radius: 5px;
|
|
|
+ margin-left:50px;
|
|
|
}
|
|
|
.Choose-Time-for-Auction-ends {
|
|
|
height:47px;
|
|
|
@@ -277,7 +299,7 @@ input.create_art-input {
|
|
|
|
|
|
.Closing-date-input-size {
|
|
|
height:47px;
|
|
|
- width:220px;
|
|
|
+ width:280px;
|
|
|
}
|
|
|
|
|
|
.tips_location {
|
|
|
@@ -287,6 +309,7 @@ input.create_art-input {
|
|
|
.word_OR_location {
|
|
|
margin-top: 10px;
|
|
|
font-size: 20px;
|
|
|
+ margin-right:140px;
|
|
|
}
|
|
|
/*--------------------------------------------------------------
|
|
|
# profile.html
|
|
|
@@ -329,6 +352,7 @@ input.create_art-input {
|
|
|
.image_bid_item_size {
|
|
|
width:200px;
|
|
|
height:200px;
|
|
|
+ margin-left: -14px;
|
|
|
}
|
|
|
|
|
|
.user_profile_image_size {
|
|
|
@@ -337,7 +361,7 @@ input.create_art-input {
|
|
|
|
|
|
.change_password_location {
|
|
|
position:relative;
|
|
|
- left:20px;
|
|
|
+ left:40px;
|
|
|
}
|
|
|
/*--------------------------------------------------------------
|
|
|
# base.html
|
|
|
@@ -350,13 +374,6 @@ input.create_art-input {
|
|
|
z-index: 2;
|
|
|
}
|
|
|
|
|
|
-/*--------------------------------------------------------------
|
|
|
-# all detail_*.html
|
|
|
---------------------------------------------------------------*/
|
|
|
-.bidding_price_size {
|
|
|
- max-width: 15rem
|
|
|
-}
|
|
|
-
|
|
|
/*--------------------------------------------------------------
|
|
|
# login & Register .html
|
|
|
--------------------------------------------------------------*/
|