作者 乔爽

更新礼品页面 布局

... ... @@ -2,11 +2,7 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="140167ac-33fb-4284-bf2f-897ad51069a4" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/cplb.html" beforeDir="false" afterPath="$PROJECT_DIR$/cplb.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/css/cplb.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/cplb.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/css/gift.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/gift.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gift.html" beforeDir="false" afterPath="$PROJECT_DIR$/gift.html" afterDir="false" />
</list>
<ignored path="$PROJECT_DIR$/.tmp/" />
<ignored path="$PROJECT_DIR$/temp/" />
... ... @@ -163,13 +159,13 @@
</usages-collector>
<usages-collector id="statistics.file.extensions.edit">
<counts>
<entry key="css" value="186" />
<entry key="css" value="196" />
<entry key="html" value="408" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.types.edit">
<counts>
<entry key="CSS" value="186" />
<entry key="CSS" value="196" />
<entry key="HTML" value="408" />
</counts>
</usages-collector>
... ... @@ -256,8 +252,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/css/gift.css">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="238">
<caret line="141" column="25" selection-start-line="141" selection-start-column="25" selection-end-line="141" selection-end-column="25" />
<state relative-caret-position="103">
<caret line="132" column="19" lean-forward="true" selection-start-line="132" selection-start-column="19" selection-end-line="132" selection-end-column="19" />
</state>
</provider>
</entry>
... ... @@ -369,8 +365,8 @@
<sorting>DEFINITION_ORDER</sorting>
</component>
<component name="ProjectFrameBounds">
<option name="x" value="838" />
<option name="y" value="98" />
<option name="x" value="1137" />
<option name="y" value="83" />
<option name="width" value="1298" />
<option name="height" value="825" />
</component>
... ... @@ -499,18 +495,18 @@
<workItem from="1549869995528" duration="627000" />
<workItem from="1550632894400" duration="4869000" />
<workItem from="1550650134755" duration="467000" />
<workItem from="1550825433637" duration="892000" />
<workItem from="1550825433637" duration="2342000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="232520000" />
<option name="totallyTimeSpent" value="233970000" />
</component>
<component name="ToolWindowManager">
<frame x="838" y="98" width="1298" height="825" extended-state="0" />
<frame x="1137" y="83" width="1298" height="825" extended-state="0" />
<editor active="true" />
<layout>
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.16666667" />
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.16666667" />
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
<window_info id="Favorites" order="2" side_tool="true" />
<window_info anchor="bottom" id="Message" order="0" />
... ... @@ -522,7 +518,7 @@
<window_info anchor="bottom" id="TODO" order="6" />
<window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
<window_info anchor="bottom" id="Version Control" order="8" />
<window_info anchor="bottom" id="Terminal" order="9" visible="true" weight="0.31594202" />
<window_info active="true" anchor="bottom" id="Terminal" order="9" visible="true" weight="0.31594202" />
<window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
... ... @@ -774,8 +770,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/css/gift.css">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="238">
<caret line="141" column="25" selection-start-line="141" selection-start-column="25" selection-end-line="141" selection-end-column="25" />
<state relative-caret-position="103">
<caret line="132" column="19" lean-forward="true" selection-start-line="132" selection-start-column="19" selection-end-line="132" selection-end-column="19" />
</state>
</provider>
</entry>
... ...
... ... @@ -114,8 +114,8 @@ body{
/*overflow-y: scroll;*/
}
.item{
margin-bottom: 0.36rem;
/*margin-bottom: 0.36rem;*/
height: 3.8rem;
}
.item_img{
width: 2.53rem;
... ... @@ -131,7 +131,7 @@ body{
}
.item_text_intro{
width: 2.29rem;
height: 0.64rem;
/*height: 0.64rem;*/
line-height: 0.32rem;
font-size: 0.21rem;
font-family:SourceHanSansSC-Medium;
... ...