|
@@ -295,13 +295,26 @@ body .loading_ p span {
|
|
|
}
|
|
|
|
|
|
.toolbar .tool_bottom {
|
|
|
- height: 20px;
|
|
|
display: flex;
|
|
|
margin-top: 13px;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
+.toolbar .tool_bottom.new_layout.free_user {
|
|
|
+ justify-content:flex-start;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: flex-start;
|
|
|
+ margin-top: .32rem;
|
|
|
+}
|
|
|
+
|
|
|
+.toolbar .tool_bottom.new_layout.free_user .collec_star{
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+.toolbar .tool_bottom.new_layout.free_user .timebefore{
|
|
|
+ margin-top: .24rem;
|
|
|
+}
|
|
|
+
|
|
|
.forecast {
|
|
|
position: absolute;
|
|
|
top: 20px;
|