2014-11-06 20:00:36 +08:00
|
|
|
|
|
|
|
.rl-view-model {
|
|
|
|
&.RL-Login, &.RL-LoginNew, &.RL-AdminLogin, &.RL-About {
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mfp-container .mfp-figure {
|
|
|
|
min-height: 300px;
|
|
|
|
min-width: 300px;
|
2014-12-06 05:01:33 +08:00
|
|
|
}
|
|
|
|
|
2014-12-07 07:00:11 +08:00
|
|
|
.ui-resizable-e {
|
|
|
|
right: -1px;
|
2015-01-19 04:29:11 +08:00
|
|
|
width: 5px;
|
2014-12-07 07:00:11 +08:00
|
|
|
}
|
|
|
|
|
2014-12-06 05:01:33 +08:00
|
|
|
.pswp__error-msg {
|
|
|
|
color: #ccc;
|
|
|
|
a, a:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pswp__img--placeholder {
|
|
|
|
opacity: 0;
|
2015-01-10 03:58:10 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#rl-content {
|
|
|
|
display: block;
|
|
|
|
}
|
2015-04-02 02:18:15 +08:00
|
|
|
|
|
|
|
.opentip-container {
|
2015-04-14 02:45:09 +08:00
|
|
|
|
2015-04-02 02:18:15 +08:00
|
|
|
z-index: 2001 !important;
|
|
|
|
.ot-content {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2015-04-07 03:32:19 +08:00
|
|
|
|
2015-04-10 16:17:49 +08:00
|
|
|
&.style-rainloopErrorTip .ot-content {
|
2015-04-07 03:32:19 +08:00
|
|
|
color: red;
|
|
|
|
}
|
2015-04-14 02:45:09 +08:00
|
|
|
|
|
|
|
&.ot-show-effect-none, &.ot-hide-effect-none {
|
|
|
|
transition: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.ot-show-effect-fade {
|
|
|
|
|
|
|
|
transition: none;
|
|
|
|
|
|
|
|
&.ot-hidden {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.ot-going-to-show {
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 0.2s ease-in-out;
|
|
|
|
}
|
|
|
|
&.ot-showing {
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 0.2s ease-in-out;
|
|
|
|
}
|
|
|
|
&.ot-visible {
|
|
|
|
opacity: 1;
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
}
|
2015-04-02 02:18:15 +08:00
|
|
|
}
|