Commit f12e7d26 by zhangheng

j

parent fcd0de9c
......@@ -124,7 +124,7 @@
<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" />
<folding>
<marker date="1563378648000" expanded="true" signature="4724:4842" ph="{...}" />
<marker date="1563378837000" expanded="true" signature="4776:4894" ph="{...}" />
</folding>
</state>
</provider>
......@@ -137,8 +137,8 @@
<file leaf-file-name="main.scss" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/Public/static/css/main.scss">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="255">
<caret line="210" column="20" lean-forward="true" selection-start-line="210" selection-start-column="20" selection-end-line="210" selection-end-column="20" />
<state relative-caret-position="388">
<caret line="212" column="19" lean-forward="false" selection-start-line="212" selection-start-column="19" selection-end-line="212" selection-end-column="19" />
<folding />
</state>
</provider>
......@@ -600,12 +600,12 @@
<workItem from="1563354519051" duration="69000" />
<workItem from="1563355155211" duration="115000" />
<workItem from="1563355311998" duration="122000" />
<workItem from="1563377354829" duration="1041000" />
<workItem from="1563377354829" duration="1222000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="16889000" />
<option name="totallyTimeSpent" value="17070000" />
</component>
<component name="ToolWindowManager">
<frame x="0" y="23" width="1440" height="815" extended-state="6" />
......@@ -1066,8 +1066,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/Public/static/css/main.scss">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="255">
<caret line="210" column="20" lean-forward="true" selection-start-line="210" selection-start-column="20" selection-end-line="210" selection-end-column="20" />
<state relative-caret-position="388">
<caret line="212" column="19" lean-forward="false" selection-start-line="212" selection-start-column="19" selection-end-line="212" selection-end-column="19" />
<folding />
</state>
</provider>
......
......@@ -179,14 +179,16 @@ ul, li {
}
#container .btn-prize {
background: url("../images/btn-prize.png") no-repeat center;
background-size: 100% 100%;
position: absolute;
top: 420px;
top: 460px;
left: 182px;
justify-content: center;
align-items: flex-end;
width: 250px;
height: 250px;
font-size: 27px;
color: #f834b0;
}
#container .prize-type {
position: absolute;
......
......@@ -200,8 +200,9 @@ ul, li {
height: torem(1238px);
.btn-prize {
background: url("../images/btn-prize.png") no-repeat center;
background-size: 100% 100%;
position: absolute;
top: 420px;
top: 460px;
left: 182px;
@extend .flex;
justify-content: center;
......@@ -209,6 +210,7 @@ ul, li {
width: 250px;
height: 250px;
font-size: 27px;
color: #f834b0;
}
.prize-type {
position: absolute;
......
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