|
@@ -304,7 +304,7 @@ export default {
|
|
|
//@import url(); 引入公共css类
|
|
|
.Big-Book-prev-Textdes {
|
|
|
width: 100%;
|
|
|
- padding: 24px 0 24px 24px;
|
|
|
+ padding: 15px 0 15px 15px;
|
|
|
// background: #f7f7f7;
|
|
|
// border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
.dv {
|
|
@@ -316,7 +316,7 @@ export default {
|
|
|
.remove {
|
|
|
width: 40px;
|
|
|
height: 39px;
|
|
|
- background: #ffffff;
|
|
|
+ // background: #ffffff;
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
box-sizing: border-box;
|
|
|
border-radius: 8px;
|
|
@@ -337,7 +337,7 @@ export default {
|
|
|
.uploadBtn {
|
|
|
width: 96px;
|
|
|
height: 39px;
|
|
|
- background: #ffffff;
|
|
|
+ // background: #ffffff;
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
box-sizing: border-box;
|
|
|
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
|
|
@@ -358,20 +358,20 @@ export default {
|
|
|
margin-top: 23px;
|
|
|
width: 477px;
|
|
|
// height: 292px;
|
|
|
- background: #ffffff;
|
|
|
+ // background: #ffffff;
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
box-sizing: border-box;
|
|
|
border-radius: 8px;
|
|
|
// display: flex;
|
|
|
// align-items: center;
|
|
|
// justify-content: center;
|
|
|
- padding: 16px;
|
|
|
+ padding: 10px;
|
|
|
.content {
|
|
|
width: 445px;
|
|
|
height: 260px;
|
|
|
border-radius: 4px;
|
|
|
box-sizing: border-box;
|
|
|
- background: linear-gradient(0deg, #ebebeb, #ebebeb);
|
|
|
+ // background: linear-gradient(0deg, #ebebeb, #ebebeb);
|
|
|
// overflow-y: scroll;
|
|
|
display: flex;
|
|
|
justify-content: center;
|