| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .picture-editor-wrap_edit {
- position: fixed;
- width: 300px;
- right: 0px;
- top:80px;
- z-index: 10;
- bottom: 0px;
- background: #fff;
- border-radius: 5px;
- padding: 10px;
- overflow-y: auto;
- overflow-x: hidden;
- color: #000;
- .title {
- font-size: 16px;
- line-height: 30px;
- height: 30px;
- }
- .title_two {
- color: #000;
- font-size: 15px;
- line-height: 30px;
- height: 30px;
- margin-top: 10px;
- }
- .edit-font-size {
- .bq {
- position: absolute;
- right: 120px;
- }
- }
- .el-button {
- border: 1px solid #D8DCF4;
- background: #D8DCF4;
- color: #000;
- }
- ::v-deep {
- /* .el-input-number__decrease,.el-input-number__increase {
- background: #383838;
- color: #eee;
- border-color:#18191B ;
- }*/
- }
- }
|