/var/www/hkosl.com/innoutstorage2019/tc/storage_tips.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?php
    
require_once ('../webadmin/basic_info.php');
?>

<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
    <?php require_once ("html_head.php"?>
</head>

<body class="stretched no-transition">

<?php require_once ("google_analysis.php"); ?>

<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">

    <!-- Header
    ============================================= -->
    <?php require_once ("html_header.php"?>

    <!-- Content
    ============================================= -->
    <section id="content">

        <div class="content-wrap">

            <div class="container clearfix">

                <div class="col-md-9 bottommargin">
                    <div class="heading-block center">
                        <h1>付款方式</h1>
                        <span></span>
                    </div>

                    <div>
                        <p class="one_page_head_title">貨物重量和體積小貼士 :</p>
                        ★ 盡量每箱物品重量和體積平均,好處在搬運時較易安排更快捷完成。<br><br>

                        <p class="one_page_head_title">包裝小貼士 :</p>
                        ★ 貨物選用劃一小箱子,不倫搬運或堆放都能較易掌握使用空間。<br>
                        ★ 儲物箱內的空間,應盡量保持放滿,箱內物品不易趺落和變雜亂。<br>
                        ★ 儲存衣物而又不想有摺皺,可使用輕便衣箱或輕便掛衣架。<br>
                        ★ 儲存鞋類物品,建議使用鞋盒再放箱子,以免壓壞變形。<br>
                        ★ 儲存手袋,使用防塵袋包好,再放箱內。<br>
                        ★ 儲物箱所有物品放置完成後,使用包裝膠紙把箱子封密,以免物品趺出和防止灰塵進入。<br>
                        ★ 物品包裝完成後,在每個側面及頂部注明或貼上標籤,以便日後較易較快存取。<br><br>

                        <p class="one_page_head_title">大形物品包裝小貼士 :</p>
                        ★ 如傢俱盡量拆開後包好,以便搬運和擺放,又能節省更多空間。<br>
                        ★ 在每件物品包好後在外圍做好標記,方便日後回覆安裝。<br><br>

                        <p class="one_page_head_title">入箱完成小貼士 :</p>
                        ★ 儲物箱物品擺放完成後,使用包裝膠紙把箱子封密,以免物品趺出和防止灰塵進入。<br>
                        ★ 物品包裝完成後,在每個側面及頂部注明或貼上標籤,以便日後較易較快存取。<br>
                    </div>
                </div>

                <div class="col-md-3 center">
                </div>

            </div>

        </div>

    </section><!-- #content end -->

    <!-- Footer
    ============================================= -->
    <?php require_once ("html_footer.php"); ?>

</div><!-- #wrapper end -->

<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>

<!-- Footer Scripts
============================================= -->
<script type="text/javascript" src="../js/functions.js"></script>

</body>
</html>