123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- /*自定义主题色 */
- .evan-switch[data-v-687346f1] {
- position: relative;
- border-width: 1px;
- border-color: rgba(0, 0, 0, 0.1);
- border-style: solid;
- transition: background-color 0.3s;
- width: 3.125rem;
- height: 1.125rem;
- background: #0bb3f2;
- border-radius: 0.5625rem;
- box-sizing: content-box;
- }
- .evan-switch--disabled[data-v-687346f1] {
- opacity: 0.3;
- }
- .evan-switch__circle[data-v-687346f1] {
- position: absolute;
- left: -0.125rem;
- top: -0.25rem;
- width: 1.5625rem;
- height: 1.5625rem;
- background: #FFFFFF;
- box-shadow: 0px 2px 10px 0px rgba(166, 217, 212, 0.49);
- border-radius: 50%;
- box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
- transition: transform 0.3s;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- /*自定义主题色 */
- .popup.popup-show[data-v-4fac7f82] {
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
- bottom: 0;
- overflow: hidden;
- z-index: 999;
- }
- .popup .mask[data-v-4fac7f82] {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.5);
- z-index: 999;
- }
- .popup .content[data-v-4fac7f82] {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 0;
- height: auto;
- background-color: #ffffff;
- transition: all 0.2s ease-in;
- z-index: 1000;
- display: flex;
- flex-direction: column;
- align-items: center;
- overflow: hidden;
- }
- .popup .content .title-bar[data-v-4fac7f82] {
- width: 100%;
- flex-shrink: 0;
- text-align: center;
- position: relative;
- padding: 0.3125rem 2.1875rem 0;
- box-sizing: border-box;
- height: 2.5rem;
- }
- .popup .content .title-bar .title[data-v-4fac7f82] {
- font-size: 1.0625rem;
- font-family: PingFang SC;
- font-weight: bold !important;
- color: #111111;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .popup .content .title-bar .close-wrap[data-v-4fac7f82] {
- position: absolute;
- top: 0.625rem;
- right: 0.3125rem;
- padding: 0.3125rem 0.625rem;
- box-sizing: border-box;
- }
- .popup .content .title-bar .close-icon[data-v-4fac7f82] {
- width: 1.25rem;
- height: 1.25rem;
- }
- .popup .content .scroll-wrap[data-v-4fac7f82] {
- flex: 1;
- height: 0;
- width: 100%;
- }
- .popup .content.visible[data-v-4fac7f82] {
- max-height: 75%;
- overflow-y: hidden;
- height: auto;
- }
- .scroll-view[data-v-4fac7f82] ::-webkit-scrollbar {
- display: none !important;
- width: 0 !important;
- height: 0 !important;
- -webkit-appearance: none;
- background: transparent;
- }
- .popup_content[data-v-4fac7f82] {
- width: 100%;
- padding: 0 0.9375rem;
- box-sizing: border-box;
- }
- .popup_content[data-v-4fac7f82]::after {
- display: block;
- width: 100%;
- content: " ";
- overflow: hidden;
- opacity: 0;
- height: 0.03125rem;
- }
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- /*自定义主题色 */
- .inner-box {
- padding: 0.625rem 0.625rem 4.375rem;
- }
- .inner-box .address-box {
- margin-bottom: 0.625rem;
- box-sizing: border-box;
- min-height: 5.34375rem;
- background: #FFFFFF;
- border-radius: 0.5rem;
- background-repeat: no-repeat;
- background-size: 100% 0.9375rem;
- background-position: left bottom;
- padding: 1.1875rem 0.9375rem 1.125rem;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .inner-box .address-box .left {
- width: 92%;
- }
- .inner-box .address-box .left .name-box {
- display: flex;
- align-items: center;
- }
- .inner-box .address-box .left .name-box .text {
- font-size: 1rem;
- font-family: PingFang SC;
- font-weight: bold;
- color: #111111;
- line-height: 1;
- }
- .inner-box .address-box .left .name-box .text.name {
- margin-right: 0.9375rem;
- }
- .inner-box .address-box .left .address {
- font-size: 0.875rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- line-height: 1.3125rem;
- text-align: left;
- margin-top: 0.71875rem;
- }
- .inner-box .address-box .arrow-box {
- width: 0.375rem;
- height: 0.71875rem;
- display: flex;
- align-items: cenetr;
- justify-content: cenetr;
- }
- .inner-box .address-box .arrow-box uni-image {
- width: 100%;
- height: 100%;
- }
- .inner-box .shopbox {
- background: #FFFFFF;
- border-radius: 0.5rem;
- margin-bottom: 0.625rem;
- }
- .inner-box .shopbox .points {
- padding: 0 !important;
- }
- .inner-box .shopbox .remarks {
- padding: 0 !important;
- }
- .inner-box .shopbox-name {
- padding: 0.9375rem 0.9375rem 0 0.9375rem;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 0.9375rem;
- color: #111;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .inner-box .goods-list {
- padding: 0 0.9375rem;
- background-color: #FFFFFF;
- border-radius: 0.5rem;
- }
- .inner-box .goods-list .item {
- padding: 0.9375rem 0;
- border-bottom: 1px solid #EDEEEF;
- display: flex;
- align-items: center;
- }
- .inner-box .goods-list .item .img-box {
- width: 5rem;
- height: 5rem;
- margin-right: 0.9375rem;
- }
- .inner-box .goods-list .item .img-box uni-image {
- width: 100%;
- height: 100%;
- }
- .inner-box .goods-list .item .info-box {
- width: calc(100% - 5.9375rem);
- height: 5rem;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .inner-box .goods-list .item .info-box .name-box {
- font-size: 0.875rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- line-height: 1.25rem;
- }
- .inner-box .goods-list .item .info-box .name-box .tag {
- display: inline-block;
- padding: 0 0.1875rem;
- height: 0.9375rem;
- background: linear-gradient(90deg, #66b2ef 0%, #0bb3f2 100%);
- border-radius: 0.125rem;
- margin-right: 0.3125rem;
- font-size: 0.6875rem;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- line-height: 0.9375rem;
- float: left;
- margin-top: 0.21875rem;
- }
- .inner-box .goods-list .item .info-box .spec {
- margin-top: 0.3125rem;
- font-size: 0.75rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- line-height: 1;
- }
- .inner-box .goods-list .item .info-box .price-num {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .inner-box .goods-list .item .info-box .price-num .price {
- display: flex;
- align-items: flex-end;
- }
- .inner-box .goods-list .item .info-box .price-num .price .unit {
- font-size: 0.75rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- line-height: 1.2;
- margin-right: 0.125rem;
- }
- .inner-box .goods-list .item .info-box .price-num .price .num {
- font-size: 1rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- line-height: 1;
- }
- .inner-box .goods-list .item .info-box .price-num .num {
- font-size: 0.75rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- line-height: 1;
- }
- .inner-box .goods-list .sub-total {
- height: 2.75rem;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .inner-box .goods-list .sub-total .label {
- font-size: 0.75rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .inner-box .goods-list .sub-total .price {
- display: flex;
- align-items: flex-end;
- }
- .inner-box .goods-list .sub-total .price .unit {
- font-size: 0.75rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FF6633;
- line-height: 1.2;
- margin-right: 0.125rem;
- }
- .inner-box .goods-list .sub-total .price .num {
- font-size: 1rem;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FF6633;
- line-height: 1;
- }
- .inner-box .price-info {
- background: #FFFFFF;
- border-radius: 0.5rem;
- }
- .inner-box .price-info-title {
- padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
- font-family: PingFang SC, PingFang SC;
- font-weight: 500;
- font-size: 0.9375rem;
- color: #111;
- }
- .inner-box .price-info-unit {
- font-size: 0.75rem;
- }
- .inner-box .price-info-num {
- font-size: 0.875rem;
- }
- .inner-box .points {
- height: 2.75rem;
- padding: 0 0.9375rem;
- background: #FFFFFF;
- border-radius: 0.5rem;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .inner-box .points .left {
- display: flex;
- align-items: center;
- }
- .inner-box .points .left uni-image {
- width: 0.875rem;
- height: 0.875rem;
- margin-right: 0.625rem;
- }
- .inner-box .points .left .text {
- font-size: 0.875rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- .inner-box .points .right {
- display: flex;
- align-items: center;
- }
- .inner-box .points .right .text {
- font-size: 0.875rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- }
- .inner-box .points .right uni-image {
- margin-left: 0.46875rem;
- width: 0.4375rem;
- height: 0.75rem;
- }
- .inner-box .remarks {
- padding: 0 0.9375rem;
- background: #FFFFFF;
- border-radius: 0.5rem;
- margin-top: 0.625rem;
- display: flex;
- align-items: center;
- }
- .inner-box .remarks uni-input {
- width: 100%;
- font-size: 0.875rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #000000;
- }
- .inner-box .remarks .input {
- font-size: 0.875rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .btn-foot {
- box-sizing: border-box;
- width: 100%;
- height: 3.78125rem;
- background: #FFFFFF;
- padding: 0.5rem 0.9375rem 0.5rem 1.875rem;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 99;
- }
- .btn-foot .right {
- display: flex;
- align-items: center;
- }
- .btn-foot .right .total {
- display: flex;
- align-items: flex-end;
- margin-right: 1.125rem;
- }
- .btn-foot .right .total .label {
- font-size: 0.8125rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- line-height: 1.5;
- }
- .btn-foot .right .total .price {
- display: flex;
- align-items: flex-end;
- }
- .btn-foot .right .total .price .unit {
- font-size: 1rem;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FF6633;
- line-height: 1.2;
- margin-right: 0.3125rem;
- }
- .btn-foot .right .total .price .num {
- font-size: 1.5625rem;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FF6633;
- line-height: 1;
- }
- .btn-foot .right .btn {
- width: 6.25rem;
- height: 2.75rem;
- line-height: 2.75rem;
- text-align: center;
- font-size: 0.9375rem;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- background: #0bb3f2;
- border-radius: 1.375rem;
- }
- .coupon[data-v-5fa01107] {
- height: 100%;
- }
- /*优惠券列表公共*/
- .coupon-list .item[data-v-5fa01107] {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 5.3125rem;
- margin-bottom: 0.5rem;
- }
- .coupon-list .item .money[data-v-5fa01107] {
- background-size: 100% 100%;
- width: 7.5rem;
- height: 100%;
- color: #fff;
- font-size: 1.125rem;
- font-weight: bold;
- text-align: center;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .coupon-list .item .money .img[data-v-5fa01107] {
- position: absolute;
- width: 7.5rem;
- height: 100%;
- color: #fff;
- }
- .coupon-list .item .money .num[data-v-5fa01107] {
- font-size: 1.875rem;
- }
- .coupon-list .item .money .pic-num[data-v-5fa01107] {
- font-size: 0.625rem;
- z-index: 99;
- }
- .coupon-list .item .text[data-v-5fa01107] {
- width: 14.0625rem;
- padding: 0 0.53125rem 0 0.75rem;
- background-color: #fff;
- box-sizing: border-box;
- }
- .coupon-list .item .text .condition[data-v-5fa01107] {
- font-size: 0.9375rem;
- color: #282828;
- height: 2.90625rem;
- line-height: 2.90625rem;
- border-bottom: 1px solid #f0f0f0;
- }
- .coupon-list .item .text .data[data-v-5fa01107] {
- font-size: 0.625rem;
- color: #999;
- height: 2.375rem;
- }
- .coupon-list .item .text .data .bnt[data-v-5fa01107] {
- width: 4.25rem;
- height: 1.375rem;
- border-radius: 0.6875rem;
- font-size: 0.6875rem;
- color: #fff;
- text-align: center;
- line-height: 1.375rem;
- background-color: red;
- }
- .coupon-list .item .text .data .bnt.gray[data-v-5fa01107] {
- background-color: #ccc;
- }
|