|
|
@@ -282,7 +282,7 @@
|
|
|
<style scoped lang="scss">
|
|
|
.say-price-box {
|
|
|
position: fixed;
|
|
|
- width: 456px;
|
|
|
+ width: 476px;
|
|
|
top: 30%;
|
|
|
left: 33%;
|
|
|
/*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
|
|
|
@@ -291,22 +291,24 @@
|
|
|
z-index: 1;
|
|
|
.title {
|
|
|
position: relative;
|
|
|
- height: 44px;
|
|
|
+ height: 38px;
|
|
|
background: #4290f7;
|
|
|
- line-height: 44px;
|
|
|
+ line-height: 38px;
|
|
|
color: #fff;
|
|
|
border: {
|
|
|
top-right-radius: 5px;
|
|
|
top-left-radius: 5px;
|
|
|
}
|
|
|
- > div {
|
|
|
- display: inline-block;
|
|
|
- padding-left: 57px;
|
|
|
- width: 47%;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
- }
|
|
|
+ padding-left: 20px;
|
|
|
+ font-weight: bold;
|
|
|
+ /*> div {*/
|
|
|
+ /*display: inline-block;*/
|
|
|
+ /*padding-left: 57px;*/
|
|
|
+ /*width: 47%;*/
|
|
|
+ /*overflow: hidden;*/
|
|
|
+ /*text-overflow: ellipsis;*/
|
|
|
+ /*white-space: nowrap;*/
|
|
|
+ /*}*/
|
|
|
i {
|
|
|
position: absolute;
|
|
|
right: 10px;
|
|
|
@@ -315,10 +317,10 @@
|
|
|
}
|
|
|
}
|
|
|
.content {
|
|
|
- padding: 9px 0;
|
|
|
+ padding: 9px 0 0 0;
|
|
|
background: #fff;
|
|
|
.content-line {
|
|
|
- margin: 0 0 14px 0;
|
|
|
+ padding: 0 0 14px 0;
|
|
|
.form-item {
|
|
|
display: inline-block;
|
|
|
width: 49%;
|
|
|
@@ -435,9 +437,9 @@
|
|
|
}
|
|
|
.operate {
|
|
|
background: #fff;
|
|
|
- height: 62px;
|
|
|
+ height: 52px;
|
|
|
text-align: center;
|
|
|
- padding-top: 15px;
|
|
|
+ padding-top: 12px;
|
|
|
border: {
|
|
|
top: 1px solid #e4e5e6;
|
|
|
bottom-left-radius: 5px;
|
|
|
@@ -452,6 +454,7 @@
|
|
|
background: #4290f7;
|
|
|
color: #fff;
|
|
|
cursor: pointer;
|
|
|
+ border-radius: 2px;
|
|
|
&:last-child {
|
|
|
margin-left: 15px;
|
|
|
background: #acabab;
|