|
|
@@ -1748,41 +1748,6 @@ export default {
|
|
|
</style>
|
|
|
<style lang="less" scoped>
|
|
|
|
|
|
-.currentSlider {
|
|
|
- .el-slider__runway {
|
|
|
- background: linear-gradient(
|
|
|
- 90deg,
|
|
|
- #0a1931 0%,
|
|
|
- /* 凌晨4点 - 深蓝色 */ #1b3b6f 15%,
|
|
|
- /* 清晨 - 蓝色 */ #4a90e2 30%,
|
|
|
- /* 早晨 - 浅蓝色 */ #f7d038 45%,
|
|
|
- /* 上午 - 黄色 */ #ffffff 60%,
|
|
|
- /* 正午 - 白色 */ #ff9966 75%,
|
|
|
- /* 傍晚 - 橙色 */ #6a3093 90%,
|
|
|
- /* 夜晚 - 深紫色 */ #0a1931 100% /* 凌晨4点 - 深蓝色 */
|
|
|
- );
|
|
|
- // background: linear-gradient(
|
|
|
- // to right,
|
|
|
- // #0d1b2a 0%,
|
|
|
- // /* 22:00 - 深夜 */ #1b263b 8.33%,
|
|
|
- // /* 00:00 */ #1b263b 16.67%,
|
|
|
- // /* 02:00 */ #415a77 25%,
|
|
|
- // /* 04:00 - 黎明前 */ #778da9 33.33%,
|
|
|
- // /* 06:00 - 清晨 */ #a8c0e0 41.67%,
|
|
|
- // /* 08:00 */ #d4e4f7 50%,
|
|
|
- // /* 10:00 */ #ffffff 58.33%,
|
|
|
- // /* 12:00 - 正午 */ #ffffff 66.67%,
|
|
|
- // /* 14:00 */ #fff9e6 75%,
|
|
|
- // /* 16:00 */ #ffd89b 83.33%,
|
|
|
- // /* 18:00 - 黄昏 */ #b4846c 91.67%,
|
|
|
- // /* 20:00 */ #0d1b2a 100% /* 22:00 */
|
|
|
- // );
|
|
|
- }
|
|
|
-
|
|
|
- .el-slider__bar {
|
|
|
- background: transparent;
|
|
|
- }
|
|
|
-}
|
|
|
.model-bg-new-right {
|
|
|
width: 100%;
|
|
|
min-height: 135px;
|
|
|
@@ -2104,4 +2069,44 @@ export default {
|
|
|
color: #fff !important;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+.currentSlider {
|
|
|
+ .el-slider__runway {
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ #0a1931 0%,
|
|
|
+ /* 凌晨4点 - 深蓝色 */ #1b3b6f 15%,
|
|
|
+ /* 清晨 - 蓝色 */ #4a90e2 30%,
|
|
|
+ /* 早晨 - 浅蓝色 */ #f7d038 45%,
|
|
|
+ /* 上午 - 黄色 */ #ffffff 60%,
|
|
|
+ /* 正午 - 白色 */ #ff9966 75%,
|
|
|
+ /* 傍晚 - 橙色 */ #6a3093 90%,
|
|
|
+ /* 夜晚 - 深紫色 */ #0a1931 100% /* 凌晨4点 - 深蓝色 */
|
|
|
+ );
|
|
|
+
|
|
|
+ .el-slider__marks-text{
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
+ // background: linear-gradient(
|
|
|
+ // to right,
|
|
|
+ // #0d1b2a 0%,
|
|
|
+ // /* 22:00 - 深夜 */ #1b263b 8.33%,
|
|
|
+ // /* 00:00 */ #1b263b 16.67%,
|
|
|
+ // /* 02:00 */ #415a77 25%,
|
|
|
+ // /* 04:00 - 黎明前 */ #778da9 33.33%,
|
|
|
+ // /* 06:00 - 清晨 */ #a8c0e0 41.67%,
|
|
|
+ // /* 08:00 */ #d4e4f7 50%,
|
|
|
+ // /* 10:00 */ #ffffff 58.33%,
|
|
|
+ // /* 12:00 - 正午 */ #ffffff 66.67%,
|
|
|
+ // /* 14:00 */ #fff9e6 75%,
|
|
|
+ // /* 16:00 */ #ffd89b 83.33%,
|
|
|
+ // /* 18:00 - 黄昏 */ #b4846c 91.67%,
|
|
|
+ // /* 20:00 */ #0d1b2a 100% /* 22:00 */
|
|
|
+ // );
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-slider__bar {
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|