Commit 7d02382c by zhangheng

j

parent f12e7d26
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<state relative-caret-position="3306"> <state relative-caret-position="3306">
<caret line="174" column="21" lean-forward="false" selection-start-line="174" selection-start-column="21" selection-end-line="174" selection-end-column="21" /> <caret line="174" column="21" lean-forward="false" selection-start-line="174" selection-start-column="21" selection-end-line="174" selection-end-column="21" />
<folding> <folding>
<marker date="1563378837000" expanded="true" signature="4776:4894" ph="{...}" /> <marker date="1563378862000" expanded="true" signature="4774:4892" ph="{...}" />
</folding> </folding>
</state> </state>
</provider> </provider>
...@@ -137,8 +137,8 @@ ...@@ -137,8 +137,8 @@
<file leaf-file-name="main.scss" pinned="false" current-in-tab="true"> <file leaf-file-name="main.scss" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/Public/static/css/main.scss"> <entry file="file://$PROJECT_DIR$/Public/static/css/main.scss">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="388"> <state relative-caret-position="369">
<caret line="212" column="19" lean-forward="false" selection-start-line="212" selection-start-column="19" selection-end-line="212" selection-end-column="19" /> <caret line="211" column="20" lean-forward="false" selection-start-line="211" selection-start-column="20" selection-end-line="211" selection-end-column="20" />
<folding /> <folding />
</state> </state>
</provider> </provider>
...@@ -600,12 +600,12 @@ ...@@ -600,12 +600,12 @@
<workItem from="1563354519051" duration="69000" /> <workItem from="1563354519051" duration="69000" />
<workItem from="1563355155211" duration="115000" /> <workItem from="1563355155211" duration="115000" />
<workItem from="1563355311998" duration="122000" /> <workItem from="1563355311998" duration="122000" />
<workItem from="1563377354829" duration="1222000" /> <workItem from="1563377354829" duration="1245000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="17070000" /> <option name="totallyTimeSpent" value="17093000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="0" y="23" width="1440" height="815" extended-state="6" /> <frame x="0" y="23" width="1440" height="815" extended-state="6" />
...@@ -1066,8 +1066,8 @@ ...@@ -1066,8 +1066,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Public/static/css/main.scss"> <entry file="file://$PROJECT_DIR$/Public/static/css/main.scss">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="388"> <state relative-caret-position="369">
<caret line="212" column="19" lean-forward="false" selection-start-line="212" selection-start-column="19" selection-end-line="212" selection-end-column="19" /> <caret line="211" column="20" lean-forward="false" selection-start-line="211" selection-start-column="20" selection-end-line="211" selection-end-column="20" />
<folding /> <folding />
</state> </state>
</provider> </provider>
......
...@@ -184,10 +184,10 @@ ul, li { ...@@ -184,10 +184,10 @@ ul, li {
top: 460px; top: 460px;
left: 182px; left: 182px;
justify-content: center; justify-content: center;
align-items: flex-end; align-items: center;
width: 250px; width: 250px;
height: 250px; height: 250px;
font-size: 27px; font-size: 35px;
color: #f834b0; color: #f834b0;
} }
#container .prize-type { #container .prize-type {
......
...@@ -206,10 +206,10 @@ ul, li { ...@@ -206,10 +206,10 @@ ul, li {
left: 182px; left: 182px;
@extend .flex; @extend .flex;
justify-content: center; justify-content: center;
align-items: flex-end; align-items: center;
width: 250px; width: 250px;
height: 250px; height: 250px;
font-size: 27px; font-size: 35px;
color: #f834b0; color: #f834b0;
} }
.prize-type { .prize-type {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment