|
@@ -0,0 +1,403 @@
|
|
|
+@charset "UTF-8";
|
|
|
+/**
|
|
|
+ * base.css
|
|
|
+ * @author hgang
|
|
|
+ * Created 2015-12-30.
|
|
|
+ */
|
|
|
+/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
|
+html, body, div, span, applet, object, iframe,
|
|
|
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
|
+a, abbr, acronym, address, big, cite, code,
|
|
|
+del, dfn, em, img, ins, kbd, q, s, samp,
|
|
|
+small, strike, strong, sub, sup, tt, var,
|
|
|
+b, u, i, center,
|
|
|
+dl, dt, dd, ol, ul, li,
|
|
|
+fieldset, form, label, legend,
|
|
|
+table, caption, tbody, tfoot, thead, tr, th, td,
|
|
|
+article, aside, canvas, details, embed,
|
|
|
+figure, figcaption, footer, header, hgroup,
|
|
|
+menu, nav, output, ruby, section, summary,
|
|
|
+time, mark, audio, video {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ border: 0;
|
|
|
+ font: inherit;
|
|
|
+ font-size: 100%;
|
|
|
+ vertical-align: baseline;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 22, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
|
+html {
|
|
|
+ line-height: 1;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 24, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
|
+ol, ul {
|
|
|
+ list-style: none;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 26, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
|
+table {
|
|
|
+ border-collapse: collapse;
|
|
|
+ border-spacing: 0;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 28, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
|
+caption, th, td {
|
|
|
+ text-align: left;
|
|
|
+ font-weight: normal;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 30, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
|
+q, blockquote {
|
|
|
+ quotes: none;
|
|
|
+}
|
|
|
+/* line 103, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
|
+q:before, q:after, blockquote:before, blockquote:after {
|
|
|
+ content: "";
|
|
|
+ content: none;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 32, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
|
+a img {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 116, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
|
|
|
+article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * _font.scss
|
|
|
+ * @author Huwj
|
|
|
+ * Created 2015-08-18 16:40.
|
|
|
+ */
|
|
|
+/* 设置各种字号 */
|
|
|
+/* font-size: 11px; */
|
|
|
+/* line 9, ../../sass/_tool/_font.scss */
|
|
|
+.font9 {
|
|
|
+ font-size: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 10, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font9 {
|
|
|
+ font-size: 27px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 13, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font9 {
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.font10 {
|
|
|
+ font-size: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 10, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font10 {
|
|
|
+ font-size: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 13, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font10 {
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.font11 {
|
|
|
+ font-size: 11px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 10, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font11 {
|
|
|
+ font-size: 33px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 13, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font11 {
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
+/* font-size: 12px; */
|
|
|
+/* line 17, ../../sass/_tool/_font.scss */
|
|
|
+.font12 {
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 18, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font12 {
|
|
|
+ font-size: 36px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 21, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font12 {
|
|
|
+ font-size: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+/* font-size: 14px; */
|
|
|
+/* line 26, ../../sass/_tool/_font.scss */
|
|
|
+.font14 {
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 27, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font14 {
|
|
|
+ font-size: 42px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 30, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font14 {
|
|
|
+ font-size: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 33, ../../sass/_tool/_font.scss */
|
|
|
+.font15 {
|
|
|
+ font-size: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 34, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font15 {
|
|
|
+ font-size: 45px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 37, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font15 {
|
|
|
+ font-size: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+/* font-size: 16px; */
|
|
|
+/* line 42, ../../sass/_tool/_font.scss */
|
|
|
+.font16 {
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 43, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font16 {
|
|
|
+ font-size: 48px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 46, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font16 {
|
|
|
+ font-size: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.font17 {
|
|
|
+ font-size: 17px;
|
|
|
+}
|
|
|
+
|
|
|
+html[data-dpi="3"] body.iPhone .font17 {
|
|
|
+ font-size:51px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 55, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font17 {
|
|
|
+ font-size: 34px;
|
|
|
+}
|
|
|
+/* font-size: 18px; */
|
|
|
+/* line 51, ../../sass/_tool/_font.scss */
|
|
|
+.font18 {
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 52, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font18 {
|
|
|
+ font-size: 54px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 55, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font18 {
|
|
|
+ font-size: 36px;
|
|
|
+}
|
|
|
+
|
|
|
+/* font-size: 20px; */
|
|
|
+/* line 60, ../../sass/_tool/_font.scss */
|
|
|
+.font20 {
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 61, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font20 {
|
|
|
+ font-size: 60px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 64, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font20 {
|
|
|
+ font-size: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+/* font-size: 22px; */
|
|
|
+/* line 69, ../../sass/_tool/_font.scss */
|
|
|
+.font22 {
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 70, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font22 {
|
|
|
+ font-size: 66px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 73, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font22 {
|
|
|
+ font-size: 44px;
|
|
|
+}
|
|
|
+
|
|
|
+/* font-size: 24px; */
|
|
|
+/* line 78, ../../sass/_tool/_font.scss */
|
|
|
+.font24 {
|
|
|
+ font-size: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 79, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="3"] body.iPhone .font24 {
|
|
|
+ font-size: 72px;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 82, ../../sass/_tool/_font.scss */
|
|
|
+html[data-dpi="2"] body.iPhone .font24 {
|
|
|
+ font-size: 48px;
|
|
|
+}
|
|
|
+
|
|
|
+.font28 {
|
|
|
+ font-size:28px;
|
|
|
+}
|
|
|
+
|
|
|
+html[data-dpi="2"] body.iPhone .font28 {
|
|
|
+ font-size: 56px;
|
|
|
+}
|
|
|
+
|
|
|
+html[data-dpi="3"] body.iPhone .font28 {
|
|
|
+ font-size: 84px;
|
|
|
+}
|
|
|
+
|
|
|
+.font24 {
|
|
|
+ font-size:24px;
|
|
|
+}
|
|
|
+
|
|
|
+html[data-dpi="2"] body.iPhone .font24 {
|
|
|
+ font-size: 48px;
|
|
|
+}
|
|
|
+
|
|
|
+html[data-dpi="3"] body.iPhone .font24 {
|
|
|
+ font-size: 72px;
|
|
|
+}
|
|
|
+
|
|
|
+.font34 {
|
|
|
+ font-size:34px;
|
|
|
+}
|
|
|
+
|
|
|
+html[data-dpi="2"] body.iPhone .font34 {
|
|
|
+ font-size: 68px;
|
|
|
+}
|
|
|
+
|
|
|
+html[data-dpi="3"] body.iPhone .font34 {
|
|
|
+ font-size: 102px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* line 3, ../../sass/_tool/_footer.scss */
|
|
|
+footer {
|
|
|
+ background: #eeeeee;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+/* line 6, ../../sass/_tool/_footer.scss */
|
|
|
+footer .index_foot_content {
|
|
|
+ margin: 0 0 .47rem;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+/* line 9, ../../sass/_tool/_footer.scss */
|
|
|
+footer .index_foot_content .version {
|
|
|
+ color: #989898;
|
|
|
+ margin-left: .4rem;
|
|
|
+}
|
|
|
+/* line 13, ../../sass/_tool/_footer.scss */
|
|
|
+footer .index_foot_content .line {
|
|
|
+ border-right: 1px solid #A99F9F;
|
|
|
+ padding-right: .4rem;
|
|
|
+}
|
|
|
+
|
|
|
+input[type="button"], input[type="submit"], input[type="reset"] {
|
|
|
+ -webkit-appearance: none;
|
|
|
+}
|
|
|
+
|
|
|
+textarea { -webkit-appearance: none;}
|
|
|
+input {
|
|
|
+ vertical-align: middle;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+/* line 11, ../../sass/base/base.scss */
|
|
|
+img {
|
|
|
+ width: 100%;
|
|
|
+ height:100%;
|
|
|
+}
|
|
|
+
|
|
|
+select {
|
|
|
+ border: none;
|
|
|
+ -webkit-appearance: none;
|
|
|
+}
|
|
|
+/* line 15, ../../sass/base/base.scss */
|
|
|
+* {
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 18, ../../sass/base/base.scss */
|
|
|
+html,
|
|
|
+body {
|
|
|
+ width: 100%;
|
|
|
+ min-height: 100%;
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 24, ../../sass/base/base.scss */
|
|
|
+.fullPage {
|
|
|
+ overflow: hidden;
|
|
|
+ width: 10rem;
|
|
|
+ height: auto;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+
|
|
|
+/* line 30, ../../sass/base/base.scss */
|
|
|
+a {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+/*# sourceMappingURL=base.css.map */
|
|
|
+/*去除点击a btn 出现一个浅色的遮罩*/
|
|
|
+a,button,input,textarea{
|
|
|
+ /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
|
|
|
+/*-webkit-user-modify:read-write-plaintext-only;*/
|
|
|
+}
|
|
|
+/*禁止用户选择文字*/
|
|
|
+html{
|
|
|
+ -webkit-user-select:none
|
|
|
+}
|
|
|
+
|
|
|
+.center {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.left {
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.middle {
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+.right {
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+
|
|
|
+.price {
|
|
|
+ color: #f6467a;
|
|
|
+}
|
|
|
+.clear {
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+.inline {
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|