| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .picture-editor-wrap_edit {
- position: fixed;
- width: 280px;
- right: 0px;
- top:80px;
- z-index: 100;
- bottom: 0px;
- background: #fff;
- border-radius: 5px;
- padding: 0px;
- overflow-y: auto;
- box-shadow: 0px 2px 4px 0px rgba(170,177,255,0.54);
- overflow-x: hidden;
- color: #000;
- .title {
- font-size: 16px;
- line-height: 40px;
- height: 40px;
- border-bottom: 1px solid #eee;
- background: #fafafa;
- text-align:left;
- padding-left: 10px;
- }
- .title_two {
- color: #000;
- font-size: 15px;
- line-height: 30px;
- height: 30px;
- margin-top: 10px;
- padding-left: 10px;
- text-align: left;
- margin-bottom:5px;
- }
- .edit-font-size {
- .bq {
- position: absolute;
- right: 120px;
- }
- }
- .el-button {
- padding: 15px !important;
- height: 32px;
- line-height: 32px;
- }
- .edit-wrap
- {
- >div.flex {
- margin-left: 10px;
- }
- }
- ::v-deep {
- /* .el-input-number__decrease,.el-input-number__increase {
- background: #383838;
- color: #eee;
- border-color:#18191B ;
- }*/
- }
- }
|