|
@@ -106,174 +106,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.pull- {
|
|
|
- &left {
|
|
|
- float: left !important
|
|
|
- }
|
|
|
-
|
|
|
- &right {
|
|
|
- float: right !important
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.full- {
|
|
|
- &width {
|
|
|
- width: 100% !important
|
|
|
- }
|
|
|
-
|
|
|
- &height {
|
|
|
- height: 100% !important
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.color- {
|
|
|
- &red {
|
|
|
- color: #e44 !important
|
|
|
- }
|
|
|
-
|
|
|
- &blue {
|
|
|
- color: #29f !important
|
|
|
- }
|
|
|
-
|
|
|
- &desc {
|
|
|
- color: #999 !important
|
|
|
- }
|
|
|
-
|
|
|
- &text {
|
|
|
- color: #333 !important
|
|
|
- }
|
|
|
-
|
|
|
- &green {
|
|
|
- color: #090 !important
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.sub-span- {
|
|
|
- &red span {
|
|
|
- color: #e44 !important
|
|
|
- }
|
|
|
-
|
|
|
- &blue span {
|
|
|
- color: #29f !important
|
|
|
- }
|
|
|
-
|
|
|
- &desc span {
|
|
|
- color: #999 !important
|
|
|
- }
|
|
|
-
|
|
|
- &text span {
|
|
|
- color: #333 !important
|
|
|
- }
|
|
|
-
|
|
|
- &green span {
|
|
|
- color: #090 !important
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.sub-strong- {
|
|
|
- &s10 b {
|
|
|
- font-size: 10px;
|
|
|
- }
|
|
|
-
|
|
|
- &s12 b {
|
|
|
- font-size: 12px;
|
|
|
- }
|
|
|
-
|
|
|
- &s14 b {
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- &red b {
|
|
|
- color: #ec494e !important
|
|
|
- }
|
|
|
-
|
|
|
- &blue b {
|
|
|
- color: #2494f2 !important
|
|
|
- }
|
|
|
-
|
|
|
- &desc b {
|
|
|
- color: #999 !important
|
|
|
- }
|
|
|
-
|
|
|
- &text b {
|
|
|
- color: #333 !important
|
|
|
- }
|
|
|
-
|
|
|
- &green b {
|
|
|
- color: #090 !important
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.text- {
|
|
|
- &top {
|
|
|
- vertical-align: top !important
|
|
|
- }
|
|
|
-
|
|
|
- &left {
|
|
|
- text-align: left !important
|
|
|
- }
|
|
|
-
|
|
|
- &right {
|
|
|
- text-align: right !important
|
|
|
- }
|
|
|
-
|
|
|
- ¢er {
|
|
|
- text-align: center !important
|
|
|
- }
|
|
|
-
|
|
|
- &middle {
|
|
|
- vertical-align: middle !important
|
|
|
- }
|
|
|
-
|
|
|
- &bottom {
|
|
|
- vertical-align: bottom !important
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.think-bg- {
|
|
|
- &white {
|
|
|
- background: white !important
|
|
|
- }
|
|
|
-
|
|
|
- &blue {
|
|
|
- background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important
|
|
|
- }
|
|
|
-
|
|
|
- &orig {
|
|
|
- background: linear-gradient(-141deg, #ecca1b, #f39526) !important
|
|
|
- }
|
|
|
-
|
|
|
- &red {
|
|
|
- background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important
|
|
|
- }
|
|
|
-
|
|
|
- &gray {
|
|
|
- background: linear-gradient(-113deg, #EEEEEE, #EFEFEF) !important
|
|
|
- }
|
|
|
-
|
|
|
- &violet {
|
|
|
- background: linear-gradient(-113deg, #c543d8, #925cc3) !important
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-/* 分隔线条 */
|
|
|
-.hr-line- {
|
|
|
- &dashed {
|
|
|
- color: #fff;
|
|
|
- height: 1px;
|
|
|
- margin: 15px 0;
|
|
|
- background-color: #fff;
|
|
|
- border-top: 1px dashed #e7eaec
|
|
|
- }
|
|
|
-
|
|
|
- &solid {
|
|
|
- margin-top: 15px;
|
|
|
- margin-bottom: 15px;
|
|
|
- border-bottom: 1px solid #e7eaec;
|
|
|
- background-color: rgba(0, 0, 0, 0)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.input-right-icon {
|
|
|
top: 1px;
|
|
|
right: 1px;
|
|
@@ -292,6 +124,17 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+[data-tips-image] {
|
|
|
+ cursor: zoom-in !important
|
|
|
+}
|
|
|
+
|
|
|
+[data-lazy-src] {
|
|
|
+ overflow: hidden;
|
|
|
+ position: relative;
|
|
|
+ background-size: cover;
|
|
|
+ background-position: center center;
|
|
|
+}
|
|
|
+
|
|
|
/** 加载进度 */
|
|
|
.pace-inactive {
|
|
|
display: none
|
|
@@ -338,14 +181,15 @@
|
|
|
margin-right: 8px;
|
|
|
|
|
|
a {
|
|
|
- color: #fff;
|
|
|
+ float: right;
|
|
|
+ color: #EEE;
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
- float: right;
|
|
|
+ margin: 4px 4px 0 0;
|
|
|
display: none;
|
|
|
text-align: center;
|
|
|
- line-height: 22px;
|
|
|
- background: rgba(0, 0, 0, .5)
|
|
|
+ line-height: 20px;
|
|
|
+ background: rgba(0, 0, 0, 0.6);
|
|
|
}
|
|
|
|
|
|
&:hover a {
|
|
@@ -353,21 +197,36 @@
|
|
|
display: inline-block;
|
|
|
|
|
|
&:hover {
|
|
|
- color: #fff;
|
|
|
+ color: #FFF;
|
|
|
text-decoration: none
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-[data-tips-image] {
|
|
|
- cursor: zoom-in !important
|
|
|
+.upload-image-smbox,
|
|
|
+.upload-image-mdbox,
|
|
|
+.upload-image-lgbox {
|
|
|
+ a {
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ margin: 1px 1px 0 0;
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-[data-lazy-src] {
|
|
|
- overflow: hidden;
|
|
|
- position: relative;
|
|
|
- background-size: cover;
|
|
|
- background-position: center center;
|
|
|
+.upload-image-smbox .uploadimage {
|
|
|
+ width: 120px;
|
|
|
+ height: 120px;
|
|
|
+}
|
|
|
+
|
|
|
+.upload-image-mdbox .uploadimage {
|
|
|
+ width: 180px;
|
|
|
+ height: 180px;
|
|
|
+}
|
|
|
+
|
|
|
+.upload-image-lgbox .uploadimage {
|
|
|
+ width: 260px;
|
|
|
+ height: 260px;
|
|
|
}
|
|
|
|
|
|
.portal-block-container {
|
|
@@ -477,59 +336,171 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.border {
|
|
|
- &-0 {
|
|
|
- border: 0 !important
|
|
|
+/* 分隔线条 */
|
|
|
+.hr-line- {
|
|
|
+ &dashed {
|
|
|
+ color: #fff;
|
|
|
+ height: 1px;
|
|
|
+ margin: 15px 0;
|
|
|
+ background-color: #fff;
|
|
|
+ border-top: 1px dashed #e7eaec
|
|
|
}
|
|
|
|
|
|
- &-line {
|
|
|
- border: 1px solid @BoxBorderColor;
|
|
|
+ &solid {
|
|
|
+ margin-top: 15px;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ border-bottom: 1px solid #e7eaec;
|
|
|
+ background-color: rgba(0, 0, 0, 0)
|
|
|
}
|
|
|
+}
|
|
|
|
|
|
- &-bottom-line {
|
|
|
- border-bottom: 1px solid @BoxBorderColor;
|
|
|
+.pull- {
|
|
|
+ &left {
|
|
|
+ float: left !important
|
|
|
}
|
|
|
|
|
|
- &-top-0 {
|
|
|
- border-top: 0 !important;
|
|
|
+ &right {
|
|
|
+ float: right !important
|
|
|
}
|
|
|
+}
|
|
|
|
|
|
- &-left-0 {
|
|
|
- border-left: 0 !important;
|
|
|
+.full- {
|
|
|
+ &width {
|
|
|
+ width: 100% !important
|
|
|
}
|
|
|
|
|
|
- &-right-0 {
|
|
|
- border-right: 0 !important;
|
|
|
+ &height {
|
|
|
+ height: 100% !important
|
|
|
}
|
|
|
+}
|
|
|
|
|
|
- &-bottom-0 {
|
|
|
- border-bottom: 0 !important;
|
|
|
+.color- {
|
|
|
+ &red {
|
|
|
+ color: #e44 !important
|
|
|
}
|
|
|
|
|
|
- &-radius {
|
|
|
- border-radius: 50% !important;
|
|
|
+ &blue {
|
|
|
+ color: #29f !important
|
|
|
+ }
|
|
|
|
|
|
- &-0 {
|
|
|
- border-radius: 0 !important
|
|
|
- }
|
|
|
+ &desc {
|
|
|
+ color: #999 !important
|
|
|
+ }
|
|
|
|
|
|
- &-5 {
|
|
|
- border-radius: 5px !important;
|
|
|
- }
|
|
|
+ &text {
|
|
|
+ color: #333 !important
|
|
|
+ }
|
|
|
|
|
|
- &-6 {
|
|
|
- border-radius: 6px !important;
|
|
|
- }
|
|
|
+ &green {
|
|
|
+ color: #090 !important
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
- &-left-0 {
|
|
|
- border-top-left-radius: 0 !important;
|
|
|
- border-bottom-left-radius: 0 !important
|
|
|
- }
|
|
|
+.sub-span- {
|
|
|
+ &red span {
|
|
|
+ color: #e44 !important
|
|
|
+ }
|
|
|
|
|
|
- &-right-0 {
|
|
|
- border-top-right-radius: 0 !important;
|
|
|
- border-bottom-right-radius: 0 !important
|
|
|
- }
|
|
|
+ &blue span {
|
|
|
+ color: #29f !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &desc span {
|
|
|
+ color: #999 !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &text span {
|
|
|
+ color: #333 !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &green span {
|
|
|
+ color: #090 !important
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.sub-strong- {
|
|
|
+ &s10 b {
|
|
|
+ font-size: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &s12 b {
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &s14 b {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &red b {
|
|
|
+ color: #ec494e !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &blue b {
|
|
|
+ color: #2494f2 !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &desc b {
|
|
|
+ color: #999 !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &text b {
|
|
|
+ color: #333 !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &green b {
|
|
|
+ color: #090 !important
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.think-bg- {
|
|
|
+ &white {
|
|
|
+ background: white !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &blue {
|
|
|
+ background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &orig {
|
|
|
+ background: linear-gradient(-141deg, #ecca1b, #f39526) !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &red {
|
|
|
+ background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &gray {
|
|
|
+ background: linear-gradient(-113deg, #EEEEEE, #EFEFEF) !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &violet {
|
|
|
+ background: linear-gradient(-113deg, #c543d8, #925cc3) !important
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.text- {
|
|
|
+ &top {
|
|
|
+ vertical-align: top !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &left {
|
|
|
+ text-align: left !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &right {
|
|
|
+ text-align: right !important
|
|
|
+ }
|
|
|
+
|
|
|
+ ¢er {
|
|
|
+ text-align: center !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &middle {
|
|
|
+ vertical-align: middle !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &bottom {
|
|
|
+ vertical-align: bottom !important
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -615,495 +586,550 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.padding {
|
|
|
+.border {
|
|
|
&-0 {
|
|
|
- padding: 0 !important
|
|
|
+ border: 0 !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &-line {
|
|
|
+ border: 1px solid @BoxBorderColor;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-bottom-line {
|
|
|
+ border-bottom: 1px solid @BoxBorderColor;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-top-0 {
|
|
|
+ border-top: 0 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-left-0 {
|
|
|
+ border-left: 0 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-right-0 {
|
|
|
+ border-right: 0 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-bottom-0 {
|
|
|
+ border-bottom: 0 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-radius {
|
|
|
+ border-radius: 50% !important;
|
|
|
+
|
|
|
+ &-0 {
|
|
|
+ border-radius: 0 !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &-5 {
|
|
|
+ border-radius: 5px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-6 {
|
|
|
+ border-radius: 6px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-left-0 {
|
|
|
+ border-top-left-radius: 0 !important;
|
|
|
+ border-bottom-left-radius: 0 !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &-right-0 {
|
|
|
+ border-top-right-radius: 0 !important;
|
|
|
+ border-bottom-right-radius: 0 !important
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.margin {
|
|
|
+ &-0 {
|
|
|
+ margin: 0 !important
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- padding: 5px !important
|
|
|
+ margin: 5px !important
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- padding: 10px !important
|
|
|
+ margin: 10px !important
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- padding: 15px !important
|
|
|
+ margin: 15px !important
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- padding: 20px !important
|
|
|
+ margin: 20px !important
|
|
|
}
|
|
|
|
|
|
&-25 {
|
|
|
- padding: 25px !important
|
|
|
+ margin: 25px !important
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- padding: 30px !important
|
|
|
+ margin: 30px !important
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- padding: 40px !important
|
|
|
+ margin: 40px !important
|
|
|
}
|
|
|
|
|
|
&-col {
|
|
|
&-0 {
|
|
|
- padding-left: 0 !important;
|
|
|
- padding-right: 0 !important;
|
|
|
+ margin-left: 0 !important;
|
|
|
+ margin-right: 0 !important;
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- padding-left: 5px !important;
|
|
|
- padding-right: 5px !important;
|
|
|
+ margin-left: 5px !important;
|
|
|
+ margin-right: 5px !important;
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- padding-left: 10px !important;
|
|
|
- padding-right: 10px !important;
|
|
|
+ margin-left: 10px !important;
|
|
|
+ margin-right: 10px !important;
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- padding-left: 15px !important;
|
|
|
- padding-right: 15px !important;
|
|
|
+ margin-left: 15px !important;
|
|
|
+ margin-right: 15px !important;
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- padding-left: 20px !important;
|
|
|
- padding-right: 20px !important;
|
|
|
+ margin-left: 20px !important;
|
|
|
+ margin-right: 20px !important;
|
|
|
}
|
|
|
|
|
|
&-25 {
|
|
|
- padding-left: 25px !important;
|
|
|
- padding-right: 25px !important;
|
|
|
+ margin-left: 25px !important;
|
|
|
+ margin-right: 25px !important;
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- padding-left: 30px !important;
|
|
|
- padding-right: 30px !important;
|
|
|
+ margin-left: 30px !important;
|
|
|
+ margin-right: 30px !important;
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- padding-left: 40px !important;
|
|
|
- padding-right: 40px !important;
|
|
|
+ margin-left: 40px !important;
|
|
|
+ margin-right: 40px !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&-row {
|
|
|
&-0 {
|
|
|
- padding-top: 0 !important;
|
|
|
- padding-bottom: 0 !important;
|
|
|
+ margin-top: 0 !important;
|
|
|
+ margin-bottom: 0 !important;
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- padding-top: 5px !important;
|
|
|
- padding-bottom: 5px !important;
|
|
|
+ margin-top: 5px !important;
|
|
|
+ margin-bottom: 5px !important;
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- padding-top: 10px !important;
|
|
|
- padding-bottom: 10px !important;
|
|
|
+ margin-top: 10px !important;
|
|
|
+ margin-bottom: 10px !important;
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- padding-top: 15px !important;
|
|
|
- padding-bottom: 15px !important;
|
|
|
+ margin-top: 15px !important;
|
|
|
+ margin-bottom: 15px !important;
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- padding-top: 20px !important;
|
|
|
- padding-bottom: 20px !important;
|
|
|
+ margin-top: 20px !important;
|
|
|
+ margin-bottom: 20px !important;
|
|
|
}
|
|
|
|
|
|
&-25 {
|
|
|
- padding-top: 25px !important;
|
|
|
- padding-bottom: 25px !important;
|
|
|
+ margin-top: 25px !important;
|
|
|
+ margin-bottom: 25px !important;
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- padding-top: 30px !important;
|
|
|
- padding-bottom: 30px !important;
|
|
|
+ margin-top: 30px !important;
|
|
|
+ margin-bottom: 30px !important;
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- padding-top: 40px !important;
|
|
|
- padding-bottom: 40px !important;
|
|
|
+ margin-top: 40px !important;
|
|
|
+ margin-bottom: 40px !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&-top {
|
|
|
&-0 {
|
|
|
- padding-top: 0 !important
|
|
|
+ margin-top: 0 !important
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- padding-top: 5px !important
|
|
|
+ margin-top: 5px !important
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- padding-top: 10px !important
|
|
|
+ margin-top: 10px !important
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- padding-top: 15px !important
|
|
|
+ margin-top: 15px !important
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- padding-top: 20px !important
|
|
|
+ margin-top: 20px !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &-25 {
|
|
|
+ margin-top: 25px !important
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- padding-top: 30px !important
|
|
|
+ margin-top: 30px !important
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- padding-top: 40px !important
|
|
|
+ margin-top: 40px !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&-left {
|
|
|
&-0 {
|
|
|
- padding-left: 0 !important
|
|
|
+ margin-left: 0 !important
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- padding-left: 5px !important
|
|
|
+ margin-left: 5px !important
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- padding-left: 10px !important
|
|
|
+ margin-left: 10px !important
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- padding-left: 15px !important
|
|
|
+ margin-left: 15px !important
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- padding-left: 20px !important
|
|
|
+ margin-left: 20px !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &-25 {
|
|
|
+ margin-left: 25px !important
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- padding-left: 30px !important
|
|
|
+ margin-left: 30px !important
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- padding-left: 40px !important
|
|
|
+ margin-left: 40px !important
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&-right {
|
|
|
&-0 {
|
|
|
- padding-right: 0 !important
|
|
|
+ margin-right: 0 !important
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- padding-right: 5px !important
|
|
|
+ margin-right: 5px !important
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- padding-right: 10px !important
|
|
|
+ margin-right: 10px !important
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- padding-right: 15px !important
|
|
|
+ margin-right: 15px !important
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- padding-right: 20px !important
|
|
|
+ margin-right: 20px !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &-25 {
|
|
|
+ margin-right: 25px !important
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- padding-right: 30px !important
|
|
|
+ margin-right: 30px !important
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- padding-right: 40px !important
|
|
|
+ margin-right: 40px !important
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&-bottom {
|
|
|
&-0 {
|
|
|
- padding-bottom: 0 !important
|
|
|
+ margin-bottom: 0 !important
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- padding-bottom: 5px !important
|
|
|
+ margin-bottom: 5px !important
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- padding-bottom: 10px !important
|
|
|
+ margin-bottom: 10px !important
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- padding-bottom: 15px !important
|
|
|
+ margin-bottom: 15px !important
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- padding-bottom: 20px !important
|
|
|
+ margin-bottom: 20px !important
|
|
|
+ }
|
|
|
+
|
|
|
+ &-25 {
|
|
|
+ margin-bottom: 25px !important
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- padding-bottom: 30px !important
|
|
|
+ margin-bottom: 30px !important
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- padding-bottom: 40px !important
|
|
|
+ margin-bottom: 40px !important
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.margin {
|
|
|
+.padding {
|
|
|
&-0 {
|
|
|
- margin: 0 !important
|
|
|
+ padding: 0 !important
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- margin: 5px !important
|
|
|
+ padding: 5px !important
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- margin: 10px !important
|
|
|
+ padding: 10px !important
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- margin: 15px !important
|
|
|
+ padding: 15px !important
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- margin: 20px !important
|
|
|
+ padding: 20px !important
|
|
|
}
|
|
|
|
|
|
&-25 {
|
|
|
- margin: 25px !important
|
|
|
+ padding: 25px !important
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- margin: 30px !important
|
|
|
+ padding: 30px !important
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- margin: 40px !important
|
|
|
+ padding: 40px !important
|
|
|
}
|
|
|
|
|
|
&-col {
|
|
|
&-0 {
|
|
|
- margin-left: 0 !important;
|
|
|
- margin-right: 0 !important;
|
|
|
+ padding-left: 0 !important;
|
|
|
+ padding-right: 0 !important;
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- margin-left: 5px !important;
|
|
|
- margin-right: 5px !important;
|
|
|
+ padding-left: 5px !important;
|
|
|
+ padding-right: 5px !important;
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- margin-left: 10px !important;
|
|
|
- margin-right: 10px !important;
|
|
|
+ padding-left: 10px !important;
|
|
|
+ padding-right: 10px !important;
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- margin-left: 15px !important;
|
|
|
- margin-right: 15px !important;
|
|
|
+ padding-left: 15px !important;
|
|
|
+ padding-right: 15px !important;
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- margin-left: 20px !important;
|
|
|
- margin-right: 20px !important;
|
|
|
+ padding-left: 20px !important;
|
|
|
+ padding-right: 20px !important;
|
|
|
}
|
|
|
|
|
|
&-25 {
|
|
|
- margin-left: 25px !important;
|
|
|
- margin-right: 25px !important;
|
|
|
+ padding-left: 25px !important;
|
|
|
+ padding-right: 25px !important;
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- margin-left: 30px !important;
|
|
|
- margin-right: 30px !important;
|
|
|
+ padding-left: 30px !important;
|
|
|
+ padding-right: 30px !important;
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- margin-left: 40px !important;
|
|
|
- margin-right: 40px !important;
|
|
|
+ padding-left: 40px !important;
|
|
|
+ padding-right: 40px !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&-row {
|
|
|
&-0 {
|
|
|
- margin-top: 0 !important;
|
|
|
- margin-bottom: 0 !important;
|
|
|
+ padding-top: 0 !important;
|
|
|
+ padding-bottom: 0 !important;
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- margin-top: 5px !important;
|
|
|
- margin-bottom: 5px !important;
|
|
|
+ padding-top: 5px !important;
|
|
|
+ padding-bottom: 5px !important;
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- margin-top: 10px !important;
|
|
|
- margin-bottom: 10px !important;
|
|
|
+ padding-top: 10px !important;
|
|
|
+ padding-bottom: 10px !important;
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- margin-top: 15px !important;
|
|
|
- margin-bottom: 15px !important;
|
|
|
+ padding-top: 15px !important;
|
|
|
+ padding-bottom: 15px !important;
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- margin-top: 20px !important;
|
|
|
- margin-bottom: 20px !important;
|
|
|
+ padding-top: 20px !important;
|
|
|
+ padding-bottom: 20px !important;
|
|
|
}
|
|
|
|
|
|
&-25 {
|
|
|
- margin-top: 25px !important;
|
|
|
- margin-bottom: 25px !important;
|
|
|
+ padding-top: 25px !important;
|
|
|
+ padding-bottom: 25px !important;
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- margin-top: 30px !important;
|
|
|
- margin-bottom: 30px !important;
|
|
|
+ padding-top: 30px !important;
|
|
|
+ padding-bottom: 30px !important;
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- margin-top: 40px !important;
|
|
|
- margin-bottom: 40px !important;
|
|
|
+ padding-top: 40px !important;
|
|
|
+ padding-bottom: 40px !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&-top {
|
|
|
&-0 {
|
|
|
- margin-top: 0 !important
|
|
|
+ padding-top: 0 !important
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- margin-top: 5px !important
|
|
|
+ padding-top: 5px !important
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- margin-top: 10px !important
|
|
|
+ padding-top: 10px !important
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- margin-top: 15px !important
|
|
|
+ padding-top: 15px !important
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- margin-top: 20px !important
|
|
|
- }
|
|
|
-
|
|
|
- &-25 {
|
|
|
- margin-top: 25px !important
|
|
|
+ padding-top: 20px !important
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- margin-top: 30px !important
|
|
|
+ padding-top: 30px !important
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- margin-top: 40px !important;
|
|
|
+ padding-top: 40px !important
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&-left {
|
|
|
&-0 {
|
|
|
- margin-left: 0 !important
|
|
|
+ padding-left: 0 !important
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- margin-left: 5px !important
|
|
|
+ padding-left: 5px !important
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- margin-left: 10px !important
|
|
|
+ padding-left: 10px !important
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- margin-left: 15px !important
|
|
|
+ padding-left: 15px !important
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- margin-left: 20px !important
|
|
|
- }
|
|
|
-
|
|
|
- &-25 {
|
|
|
- margin-left: 25px !important
|
|
|
+ padding-left: 20px !important
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- margin-left: 30px !important
|
|
|
+ padding-left: 30px !important
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- margin-left: 40px !important
|
|
|
+ padding-left: 40px !important
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&-right {
|
|
|
&-0 {
|
|
|
- margin-right: 0 !important
|
|
|
+ padding-right: 0 !important
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- margin-right: 5px !important
|
|
|
+ padding-right: 5px !important
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- margin-right: 10px !important
|
|
|
+ padding-right: 10px !important
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- margin-right: 15px !important
|
|
|
+ padding-right: 15px !important
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- margin-right: 20px !important
|
|
|
- }
|
|
|
-
|
|
|
- &-25 {
|
|
|
- margin-right: 25px !important
|
|
|
+ padding-right: 20px !important
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- margin-right: 30px !important
|
|
|
+ padding-right: 30px !important
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- margin-right: 40px !important
|
|
|
+ padding-right: 40px !important
|
|
|
}
|
|
|
}
|
|
|
|
|
|
&-bottom {
|
|
|
&-0 {
|
|
|
- margin-bottom: 0 !important
|
|
|
+ padding-bottom: 0 !important
|
|
|
}
|
|
|
|
|
|
&-5 {
|
|
|
- margin-bottom: 5px !important
|
|
|
+ padding-bottom: 5px !important
|
|
|
}
|
|
|
|
|
|
&-10 {
|
|
|
- margin-bottom: 10px !important
|
|
|
+ padding-bottom: 10px !important
|
|
|
}
|
|
|
|
|
|
&-15 {
|
|
|
- margin-bottom: 15px !important
|
|
|
+ padding-bottom: 15px !important
|
|
|
}
|
|
|
|
|
|
&-20 {
|
|
|
- margin-bottom: 20px !important
|
|
|
- }
|
|
|
-
|
|
|
- &-25 {
|
|
|
- margin-bottom: 25px !important
|
|
|
+ padding-bottom: 20px !important
|
|
|
}
|
|
|
|
|
|
&-30 {
|
|
|
- margin-bottom: 30px !important
|
|
|
+ padding-bottom: 30px !important
|
|
|
}
|
|
|
|
|
|
&-40 {
|
|
|
- margin-bottom: 40px !important
|
|
|
+ padding-bottom: 40px !important
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|