.v-top { height: 200px; overflow: hidden; z-index: -1; } .theme_bg { color: $theme-color; } .theme_bg_bg { color: white; background-color: $theme-color; text-align: center; } .box { border-radius: 7px; background-color: white; padding: 7px; } .omit { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .clear { clear: both; } .loading { text-align: center; margin-top: 12px; } .flex { display: flex; text-align: center; .f { flex: 1; } } .hr { border-bottom: 1px solid #f1f1f1; } .noData { text-align: center; padding-top: 50px; color: $dar; .icon { font-size: 60px; } .title { font-size: 13px; } } .isLoading { text-align: center; } .noLogin { text-align: center; margin-top: 50px; image { width: 50%; margin-bottom: 10px; } .dll { border: 1px solid #cacaca; color: #888787; width: 130px; font-size: 16px; margin: 0 auto; border-radius: 25px; padding: 6px 18px; } .mtt { margin-top: 10px; font-size: 12px; color: $dar; .icon { padding-right: 3px; } } } .pt15 { padding-top: 15px; } .pt10 { padding-top: 10px; } .pt5 { padding-top: 5px; } .pl5 { padding-left: 5px; } .pl10 { padding-left: 10px; } .pl15 { padding-left: 15px; } .pr5 { padding-right: 5px; } .lfx { display: flex; .f { flex: 1; text-align: center; } } .footer { border-top: 1px solid #d8d8d8; position: fixed; width: 100%; height: 60px; background-color: white; bottom: 0; overflow: hidden; z-index: 111111111; .kf { background-color: white; margin-top: -22px; float: left; .icon { font-size: 25px; } .tag { margin-top: -26px; font-size: 11px; } } .check { float: left; padding-top: 18px; padding-left: 5px; .icon { font-size: 17px; padding-right: 3px; font-weight: bold; &.active { color: $red; } } } .del { float: left; padding-top: 19px; padding-left: 10px; font-size: 13px; color: $red; } .hej { float: right; padding-top: 20px; padding-right: 10px; font-size: 13px; .price { color: $theme-color; } } .js { background-color: $theme-color; padding: 8px 10px; border-radius: 29px; color: white; margin-top: 10px; flex: 0.4; margin-right: 10px; } .gwc { background-color: $orange; padding: 8px 10px; color: white; font-size: 14px; text-align: center; border-radius: 29px 0px 0px 29px; } .gm { background-color: $theme-color; padding: 8px 10px; color: white; font-size: 14px; text-align: center; border-radius: 0px 29px 29px 0px; margin-right: 5px; } } .form_group { width: 100%; display: flex; padding: 13px; overflow: hidden; .lable { flex: 0.3; font-size: 14px; font-weight: bold; } input { flex: 0.62; padding-top: 2px; font-size: 14px; } textarea { font-size: 14px; flex: 0.7; padding: 5px 10px 5px 5px; width: 90%; height: 70px; border: 1px solid #f1f1f1; border-radius: 5px; } .u-numberbox { position: absolute; } } .r { width: 100%; } .r10 { width: 10%; float: left; } .r20 { width: 20%; float: left; } .r30 { width: 30%; float: left; } .r40 { width: 40%; float: left; } .r50 { width: 50%; float: left; } .r60 { width: 60%; float: left; } .r70 { width: 70%; float: left; } .r80 { width: 80%; float: left; } .r90 { width: 90%; float: left; } .arrow { float: right !important; color: $dar; margin-top: 3px; } .btn { color: white; background-color: $theme-color; border-radius: 3px; font-size: 14px; text-align: center; padding: 5px; } .copyright { position: absolute; bottom: 15px; width: 95%; text-align: center; color: $dar2; font-size: 11px; } .goods_item { background-color: white; margin-top: 7px; border-radius: 4px; width: 49%; padding: 10px; float: left; text-align: center; margin-right: 5px; image { width: 100%; height: 95px; border-radius: 3px; background-color: #dcdcdc; } &.goods_item:nth-child(even) { margin-right: 0px; } .title { padding-top: 6px; font-size: 13px; text-align: left; color: #252525; } .price { padding-top: 6px; font-size: 15px; text-align: left; color: $theme-color; .icon { float: right; color: #9c9c9c; font-size: 19px; } } } .day { padding-left: 3px; color: #c7c0c0; font-size: 12px; font-weight: normal; } .order_title { padding: 10px; font-size: 15px; font-weight: bold; border-bottom: 1px solid #e5e5e5; position: relative; .zhu { float: right; font-size: 12px; margin-top: 2px; } } .tk { font-size: 13px; background-color: #ebecec; padding: 7px; border-radius: 5px; margin-top: 7px; color: #5f6060; } .order_item { padding: 12px 10px 12px 10px; border-bottom: 1px solid #e5e5e5; background-color: white; .pic { width: 30%; float: left; border-radius: 3px; height: 80px; background-color: #dcdcdc; } .con { width: 70%; padding-left: 10px; float: left; .title { font-size: 13px; text-align: left; color: #252525; } .price { color: $theme-color; margin-top: 5px; font-weight: bold; font-size: 14px; } } } .gray { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; } .err { color: #9fa1a2; padding-top: 3px; }