2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.b-compose {
|
|
|
|
|
|
|
|
&.modal {
|
2020-08-19 17:30:31 +08:00
|
|
|
width: 98%;
|
|
|
|
max-width: 1000px;
|
2020-09-19 19:31:59 +08:00
|
|
|
/* height: calc(100% - 52px);*/
|
2020-09-16 15:32:36 +08:00
|
|
|
min-height: calc(100% - 52px);
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.modal-body {
|
2020-09-19 19:31:59 +08:00
|
|
|
/* height: calc(100% - 60px);*/
|
2020-09-12 19:57:09 +08:00
|
|
|
padding: 0;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-01-05 03:30:07 +08:00
|
|
|
.textAreaParent, .attachmentAreaParent {
|
2020-09-19 19:31:59 +08:00
|
|
|
box-sizing: border-box;
|
2020-08-19 17:30:31 +08:00
|
|
|
min-height: 200px;
|
2020-09-19 19:31:59 +08:00
|
|
|
position: relative;
|
2015-01-05 03:30:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentAreaParent {
|
|
|
|
padding: 10px 10px 6px 10px;
|
|
|
|
background: #ddd;
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentAreaParent {
|
|
|
|
|
|
|
|
.no-attachments-desc {
|
|
|
|
padding: 50px 10px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 24px;
|
|
|
|
color: #666;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentList {
|
|
|
|
margin: 0;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2014-02-12 08:08:31 +08:00
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-header-toolbar {
|
|
|
|
|
|
|
|
height: 40px;
|
|
|
|
|
|
|
|
color: #fff;
|
2014-08-28 23:27:30 +08:00
|
|
|
background-color: @rlMainDarkColor;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
background-color: #333;
|
|
|
|
background-color: rgba(0,0,0,0.8) !important;
|
|
|
|
|
2015-02-08 09:11:13 +08:00
|
|
|
.close, .close-custom, .minimize-custom {
|
2014-08-28 23:27:30 +08:00
|
|
|
opacity: 1;
|
2015-02-08 09:11:13 +08:00
|
|
|
color: #fff;
|
|
|
|
border-color: #eee;
|
2015-02-22 06:00:51 +08:00
|
|
|
|
2015-04-10 16:17:49 +08:00
|
|
|
font-size: 24px;
|
|
|
|
line-height: 24px;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
2014-04-12 09:05:57 +08:00
|
|
|
.btn.disabled {
|
2013-11-16 06:21:12 +08:00
|
|
|
&.button-delete {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-save, .button-delete, .saved-text {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2014-12-28 03:48:55 +08:00
|
|
|
.button-close, .button-skip {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2014-04-12 09:05:57 +08:00
|
|
|
.disabled.button-delete {
|
2020-09-12 19:57:09 +08:00
|
|
|
margin-left: 0;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.b-header {
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
background-color: #eee;
|
|
|
|
color: #333;
|
2017-02-15 05:06:51 +08:00
|
|
|
|
|
|
|
html.rl-mobile &{
|
2020-09-16 05:36:42 +08:00
|
|
|
overflow: auto;
|
2017-02-15 05:06:51 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.e-identity {
|
2014-04-13 08:32:07 +08:00
|
|
|
|
|
|
|
color: #333;
|
|
|
|
text-decoration: none;
|
2013-11-16 06:21:12 +08:00
|
|
|
font-weight: bold;
|
|
|
|
|
2014-04-13 08:32:07 +08:00
|
|
|
&:hover {
|
|
|
|
color: #333;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
&.multiply {
|
|
|
|
cursor: pointer;
|
|
|
|
border-bottom: 1px dashed #555;
|
|
|
|
}
|
|
|
|
}
|
2014-12-02 01:34:21 +08:00
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.e-row {
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.e-label {
|
|
|
|
text-align: right;
|
|
|
|
width: 1%;
|
2017-02-15 05:06:51 +08:00
|
|
|
min-width: 70px;
|
|
|
|
padding: 6px 10px;
|
2016-07-16 01:21:24 +08:00
|
|
|
|
2017-02-15 05:06:51 +08:00
|
|
|
html.rl-mobile &{
|
2016-07-16 01:21:24 +08:00
|
|
|
min-width: 50px;
|
2020-09-12 19:57:09 +08:00
|
|
|
padding: 6px 10px 6px 0;
|
2016-07-16 01:21:24 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.e-value {
|
|
|
|
|
2020-09-12 19:57:09 +08:00
|
|
|
padding: 2px 0;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
textarea, input[type="text"] {
|
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.error-desc {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2015-04-10 16:17:49 +08:00
|
|
|
.error-to {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-appachments {
|
|
|
|
|
|
|
|
.b-attacment {
|
|
|
|
line-height: 20px;
|
2013-12-13 07:23:47 +08:00
|
|
|
padding-bottom: 10px;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.b-attacment-in-process {
|
|
|
|
|
|
|
|
line-height: 20px;
|
2013-12-13 07:23:47 +08:00
|
|
|
padding-bottom: 10px;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.uploading {
|
|
|
|
display: none;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.uploading .uploading {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload-progress {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.error .namedStr {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
}
|
2015-02-08 09:11:13 +08:00
|
|
|
.close, .close-custom {
|
2013-11-16 06:21:12 +08:00
|
|
|
float: left;
|
|
|
|
padding-right: 13px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-12-02 01:34:21 +08:00
|
|
|
.cke_chrome {
|
|
|
|
border-left-width: 0 !important;
|
|
|
|
border-right-width: 0 !important;
|
|
|
|
border-bottom-width: 0 !important;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-attachment-button {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b-attachment-place {
|
|
|
|
|
|
|
|
position: absolute;
|
2015-03-19 05:26:52 +08:00
|
|
|
left: 5px;
|
|
|
|
right: 5px;
|
|
|
|
top: 5px;
|
|
|
|
bottom: 5px;
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
border: 2px #777 dashed;
|
2015-03-19 05:26:52 +08:00
|
|
|
z-index: 300;
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
line-height: 119px;
|
|
|
|
text-align: center;
|
2015-03-19 05:26:52 +08:00
|
|
|
background-color: #efefef;
|
2013-11-16 06:21:12 +08:00
|
|
|
font-size: 24px;
|
|
|
|
|
2015-03-19 05:26:52 +08:00
|
|
|
border-radius: 10px;
|
|
|
|
|
|
|
|
&.dragAndDropOver {
|
|
|
|
background-color: #fff;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
2017-02-25 22:33:20 +08:00
|
|
|
}
|