作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

手机端问题

... ... @@ -3,7 +3,7 @@
<component name="ChangeListManager">
<list default="true" id="3bd62d6a-e12b-4534-8418-e8a5d7424d73" name="默认的" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/application/home/view/index/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/home/view/index/index.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/public/assets/adverh5/css/index.css" beforeDir="false" afterPath="$PROJECT_DIR$/public/assets/adverh5/css/index.css" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
... ... @@ -68,7 +68,7 @@
</provider>
</entry>
</file>
<file leaf-file-name="index.html" pinned="false" current-in-tab="true">
<file leaf-file-name="index.html" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/application/home/view/index/index.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="374">
... ... @@ -81,11 +81,11 @@
</provider>
</entry>
</file>
<file leaf-file-name="index.css" pinned="false" current-in-tab="false">
<file leaf-file-name="index.css" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/public/assets/adverh5/css/index.css">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1190">
<caret line="70" column="31" selection-start-line="70" selection-start-column="31" selection-end-line="70" selection-end-column="31" />
<state relative-caret-position="476">
<caret line="70" column="28" selection-start-line="70" selection-start-column="28" selection-end-line="70" selection-end-column="28" />
</state>
</provider>
</entry>
... ... @@ -139,8 +139,8 @@
<option value="$PROJECT_DIR$/application/home/view/index/login.html" />
<option value="$PROJECT_DIR$/application/config.php" />
<option value="$PROJECT_DIR$/application/home/controller/Index.php" />
<option value="$PROJECT_DIR$/public/assets/adverh5/css/index.css" />
<option value="$PROJECT_DIR$/application/home/view/index/index.html" />
<option value="$PROJECT_DIR$/public/assets/adverh5/css/index.css" />
</list>
</option>
</component>
... ... @@ -309,7 +309,7 @@
<option name="presentableId" value="Default" />
<updated>1571368480027</updated>
<workItem from="1571368481262" duration="23015000" />
<workItem from="1571618159935" duration="8188000" />
<workItem from="1571618159935" duration="8231000" />
</task>
<task id="LOCAL-00001" summary="自动部署与数据可配置">
<created>1571621636094</created>
... ... @@ -437,11 +437,18 @@
<option name="project" value="LOCAL" />
<updated>1571626573357</updated>
</task>
<option name="localTasksCounter" value="19" />
<task id="LOCAL-00019" summary="手机端问题">
<created>1571626698202</created>
<option name="number" value="00019" />
<option name="presentableId" value="LOCAL-00019" />
<option name="project" value="LOCAL" />
<updated>1571626698202</updated>
</task>
<option name="localTasksCounter" value="20" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="31203000" />
<option name="totallyTimeSpent" value="31246000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
... ... @@ -766,13 +773,6 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/public/assets/adverh5/css/index.css">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1190">
<caret line="70" column="31" selection-start-line="70" selection-start-column="31" selection-end-line="70" selection-end-column="31" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/application/home/view/index/index.html">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="374">
... ... @@ -784,6 +784,13 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/public/assets/adverh5/css/index.css">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="476">
<caret line="70" column="28" selection-start-line="70" selection-start-column="28" selection-end-line="70" selection-end-column="28" />
</state>
</provider>
</entry>
</component>
<component name="masterDetails">
<states>
... ...
... ... @@ -68,7 +68,7 @@ html, body{
}
.box-bottom{
width: 6.88rem;
margin: 0.42rem auto 0.2rem;
margin: 0.42rem auto 0.4rem;
background:rgba(61,68,77,1);
box-shadow:0 0.06rem 0.12rem rgba(0,0,0,1);
opacity:0.8;
... ...