| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .uni-popup.data-v-7da806a4 {
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 99;
- }
- .uni-popup__mask.data-v-7da806a4 {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background-color: rgba(0, 0, 0, 0.4);
- opacity: 0;
- }
- .mask-ani.data-v-7da806a4 {
- transition-property: opacity;
- transition-duration: 0.2s;
- }
- .uni-top-mask.data-v-7da806a4 {
- opacity: 1;
- }
- .uni-bottom-mask.data-v-7da806a4 {
- opacity: 1;
- }
- .uni-center-mask.data-v-7da806a4 {
- opacity: 1;
- }
- .uni-popup__wrapper.data-v-7da806a4 {
- display: block;
- position: absolute;
- }
- .top.data-v-7da806a4 {
- top: 0;
- left: 0;
- right: 0;
- -webkit-transform: translateY(-500px);
- transform: translateY(-500px);
- }
- .bottom.data-v-7da806a4 {
- bottom: 0;
- left: 0;
- right: 0;
- -webkit-transform: translateY(500px);
- transform: translateY(500px);
- }
- .center.data-v-7da806a4 {
- display: flex;
- flex-direction: column;
- bottom: 0;
- left: 0;
- right: 0;
- top: 0;
- justify-content: center;
- align-items: center;
- -webkit-transform: scale(1.2);
- transform: scale(1.2);
- opacity: 0;
- }
- .uni-popup__wrapper-box.data-v-7da806a4 {
- display: block;
- position: relative;
- }
- .content-ani.data-v-7da806a4 {
- transition-property: opacity, -webkit-transform;
- transition-property: transform, opacity;
- transition-property: transform, opacity, -webkit-transform;
- transition-duration: 0.2s;
- }
- .uni-top-content.data-v-7da806a4 {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- .uni-bottom-content.data-v-7da806a4 {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- .uni-center-content.data-v-7da806a4 {
- -webkit-transform: scale(1);
- transform: scale(1);
- opacity: 1;
- }
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #f8f6f6;
- padding-bottom: 100rpx;
- }
- .all {
- margin-top: -20rpx;
- }
- .navbar {
- display: flex;
- height: 80rpx;
- padding: 0 5px;
- background: #fff;
- box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.06);
- position: relative;
- z-index: 10;
- }
- .navbar .nav-item {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- font-size: 36rpx;
- color: #303133;
- position: relative;
- }
- .navbar .nav-item.current {
- color: #921a23;
- }
- .navbar .nav-item.current:after {
- content: '';
- position: absolute;
- left: 50%;
- bottom: 0;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- width: 140rpx;
- height: 0;
- border-bottom: 2px solid #921a23;
- }
- .address-section {
- background: #fff;
- position: relative;
- border-top: 1px solid #ebeef5;
- }
- .address-section .order-content {
- min-height: 100rpx;
- display: flex;
- align-items: center;
- }
- .address-section .order-content .addAddress {
- text-align: center;
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .address-section .order-content .addAddress .iconaddition {
- font-size: 55rpx;
- line-height: 1;
- border-radius: 100rpx;
- margin-right: 20rpx;
- }
- .address-section .iconlocation {
- flex-shrink: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 90rpx;
- color: #888;
- font-size: 44rpx;
- }
- .address-section .cen {
- display: flex;
- flex-direction: column;
- flex: 1;
- font-size: 28rpx;
- color: #303133;
- }
- .address-section .name {
- font-size: 34rpx;
- margin-right: 24rpx;
- }
- .address-section .address {
- margin-top: 16rpx;
- margin-right: 20rpx;
- color: #909399;
- }
- .address-section .icon-you {
- font-size: 32rpx;
- color: #909399;
- margin-right: 30rpx;
- }
- .address-section .a-bg {
- position: absolute;
- left: 0;
- bottom: 0;
- display: block;
- width: 100%;
- height: 5rpx;
- }
- .goods-section {
- background: #fff;
- padding-bottom: 1px;
- }
- .goods-section .g-header {
- display: flex;
- align-items: center;
- height: 84rpx;
- padding: 0 30rpx;
- position: relative;
- }
- .goods-section .logo {
- display: block;
- width: 50rpx;
- height: 50rpx;
- border-radius: 100px;
- }
- .goods-section .name {
- font-size: 30rpx;
- color: #606266;
- margin-left: 24rpx;
- }
- .goods-section .g-item {
- display: flex;
- margin: 20rpx 30rpx;
- padding: 30rpx 0;
- position: relative;
- }
- .goods-section .g-item image {
- flex-shrink: 0;
- display: block;
- width: 180rpx;
- height: 180rpx;
- border-radius: 4rpx;
- }
- .goods-section .g-item .right {
- flex: 1;
- padding-left: 24rpx;
- overflow: hidden;
- }
- .goods-section .g-item .title {
- width: 475rpx;
- font-size: 30rpx;
- color: #303133;
- }
- .goods-section .g-item .spec {
- display: inline-block;
- position: absolute;
- top: 130rpx;
- font-size: 23rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #8a857c;
- line-height: 1;
- }
- .goods-section .g-item .price-box {
- display: flex;
- align-items: center;
- font-size: 32rpx;
- color: #303133;
- padding-top: 10rpx;
- position: absolute;
- top: 150rpx;
- }
- .goods-section .g-item .price-box .price {
- font-size: 32rpx;
- font-weight: bold;
- color: #901b21;
- }
- .goods-section .g-item .price-box .number {
- margin-left: 20rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #9d9d9d;
- text-decoration: line-through;
- }
- .goods-section .g-item .step-box {
- position: relative;
- }
- .yt-list {
- margin-top: 16rpx;
- background: #fff;
- }
- .yt-list-cell {
- display: flex;
- align-items: center;
- padding: 10rpx 30rpx 10rpx 40rpx;
- line-height: 70rpx;
- position: relative;
- }
- .yt-list-cell.cell-hover {
- background: #fafafa;
- }
- .yt-list-cell.b-b:after {
- left: 30rpx;
- }
- .yt-list-cell .cell-icon {
- height: 32rpx;
- width: 32rpx;
- font-size: 22rpx;
- color: #fff;
- text-align: center;
- line-height: 32rpx;
- background: #f85e52;
- border-radius: 4rpx;
- margin-right: 12rpx;
- }
- .yt-list-cell .cell-icon.hb {
- background: #ffaa0e;
- }
- .yt-list-cell .cell-icon.lpk {
- background: #3ab54a;
- }
- .yt-list-cell .cell-more {
- align-self: center;
- font-size: 24rpx;
- color: #909399;
- margin-left: 8rpx;
- margin-right: -10rpx;
- }
- .yt-list-cell .cell-tit {
- flex: 1;
- font-size: 26rpx;
- color: #909399;
- margin-right: 10rpx;
- }
- .yt-list-cell .cell-tip {
- font-size: 26rpx;
- color: #303133;
- }
- .yt-list-cell .cell-tip.disabled {
- color: #909399;
- }
- .yt-list-cell .cell-tip.active {
- color: #921a23;
- }
- .yt-list-cell .cell-tip.red {
- color: #921a23;
- }
- .yt-list-cell.desc-cell .cell-tit {
- max-width: 90rpx;
- }
- .yt-list-cell .desc {
- flex: 1;
- text-align: right;
- font-size: 28rpx;
- color: #303133;
- }
- /* 支付列表 */
- .pay-list {
- padding-left: 40rpx;
- margin-top: 16rpx;
- background: #fff;
- }
- .pay-list .pay-item {
- display: flex;
- align-items: center;
- padding-right: 20rpx;
- line-height: 1;
- height: 110rpx;
- position: relative;
- }
- .pay-list .icon-weixinzhifu {
- width: 80rpx;
- font-size: 40rpx;
- color: #6bcc03;
- }
- .pay-list .icon-alipay {
- width: 80rpx;
- font-size: 40rpx;
- color: #06b4fd;
- }
- .pay-list .icon-xuanzhong2 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 60rpx;
- height: 60rpx;
- font-size: 40rpx;
- color: #921a23;
- }
- .pay-list .tit {
- font-size: 32rpx;
- color: #303133;
- flex: 1;
- }
- .footer {
- position: fixed;
- left: 0;
- bottom: 0;
- z-index: 995;
- display: flex;
- align-items: center;
- width: 100%;
- height: 90rpx;
- justify-content: space-between;
- font-size: 30rpx;
- background-color: #fff;
- z-index: 998;
- color: #606266;
- box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
- }
- .footer .price-content {
- padding-left: 30rpx;
- }
- .footer .price-tip {
- color: #901b21;
- margin-left: 8rpx;
- }
- .footer .price {
- font-size: 36rpx;
- color: #901b21;
- }
- .footer .submit {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 280rpx;
- height: 100%;
- color: #fff;
- font-size: 32rpx;
- background-color: #921a23;
- }
- .footer .submit.submitNo {
- background-color: #c0c4cc;
- }
- /* 优惠券面板 */
- .mask {
- display: flex;
- align-items: flex-end;
- position: fixed;
- left: 0;
- top: 0px;
- bottom: 0;
- width: 100%;
- background: rgba(0, 0, 0, 0);
- z-index: 9995;
- transition: 0.3s;
- }
- .mask .mask-content {
- width: 100%;
- max-height: 70vh;
- background: #f3f3f3;
- -webkit-transform: translateY(100%);
- transform: translateY(100%);
- transition: 0.3s;
- overflow-y: scroll;
- }
- .mask.none {
- display: none;
- }
- .mask.show {
- background: rgba(0, 0, 0, 0.4);
- }
- .mask.show .mask-content {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- /* 优惠券列表 */
- .coupon-item {
- display: flex;
- flex-direction: column;
- margin: 20rpx 24rpx;
- background: #fff;
- }
- .coupon-item .con {
- display: flex;
- align-items: center;
- position: relative;
- height: 120rpx;
- padding: 0 30rpx;
- }
- .coupon-item .con:after {
- position: absolute;
- left: 0;
- bottom: 0;
- content: '';
- width: 100%;
- height: 0;
- border-bottom: 1px dashed #f3f3f3;
- -webkit-transform: scaleY(50%);
- transform: scaleY(50%);
- }
- .coupon-item .left {
- display: flex;
- flex-direction: column;
- justify-content: center;
- flex: 1;
- overflow: hidden;
- height: 100rpx;
- }
- .coupon-item .title {
- font-size: 32rpx;
- color: #303133;
- margin-bottom: 10rpx;
- }
- .coupon-item .time {
- font-size: 24rpx;
- color: #909399;
- }
- .coupon-item .right {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size: 26rpx;
- color: #606266;
- height: 100rpx;
- }
- .coupon-item .price {
- font-size: 44rpx;
- color: #921a23;
- }
- .coupon-item .price:before {
- content: '¥';
- font-size: 34rpx;
- }
- .coupon-item .tips {
- font-size: 24rpx;
- color: #909399;
- line-height: 60rpx;
- padding-left: 30rpx;
- }
- .coupon-item .circle {
- position: absolute;
- left: -6rpx;
- bottom: -10rpx;
- z-index: 10;
- width: 20rpx;
- height: 20rpx;
- background: #f3f3f3;
- border-radius: 100px;
- }
- .coupon-item .circle.r {
- left: auto;
- right: -6rpx;
- }
- .top-nav {
- width: 750rpx;
- height: 94rpx;
- background: #ffffff;
- display: flex;
- padding: 0 27rpx 0 35rpx;
- justify-content: space-between;
- align-items: center;
- }
- .top-nav .top-title {
- line-height: 94rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- }
- .top-nav .top-btn {
- width: 168rpx;
- height: 56rpx;
- background: #901b21;
- border-radius: 14rpx;
- padding: 4rpx;
- display: flex;
- justify-content: space-between;
- }
- .top-nav .top-btn view {
- width: 76rpx;
- height: 48rpx;
- border-radius: 12rpx;
- text-align: center;
- color: #fff;
- background: #901b21;
- }
- .top-nav .top-btn .action {
- color: #901b21;
- background: #ffffff;
- }
- .price-info {
- width: 750rpx;
- padding: 20rpx 30rpx;
- background-color: #fff;
- font-size: 24rpx;
- font-weight: 500;
- color: #666666;
- }
- .price-info .item {
- display: flex;
- justify-content: space-between;
- line-height: 36rpx;
- }
- #list-box .chose {
- margin-top: 25rpx;
- background-color: #ffffff;
- display: flex;
- justify-content: space-between;
- padding: 32rpx 24rpx;
- font-size: 30rpx;
- }
- #list-box .chose .title {
- color: #333;
- }
- #list-box .chose .chose-name {
- display: flex;
- align-items: center;
- color: #901b21;
- }
- #list-box .chose .chose-name .img {
- width: 30rpx;
- height: 24rpx;
- }
- #list-box .chose .chose-name .img image {
- width: 30rpx;
- height: 24rpx;
- display: inline;
- }
- #list-box .personal {
- margin-top: 15rpx;
- display: flex;
- flex-direction: column;
- background-color: #ffffff;
- }
- #list-box .personal .box-right {
- width: 100%;
- font-size: 30rpx;
- text-align: right;
- padding-right: 25rpx;
- }
- #list-box .personal .info {
- padding: 10rpx 25rpx;
- display: flex;
- align-items: center;
- font-size: 30rpx;
- justify-content: space-between;
- }
- #list-box .personal .info .name {
- width: 120rpx;
- }
- #list-box .personal .info input {
- margin-left: 12rpx;
- width: 100%;
- display: block;
- color: #999999;
- }
- .stores-wrapper {
- padding-top: 20rpx;
- height: 100%;
- }
- .stores-wrapper .store {
- width: 710rpx;
- background: #ffffff;
- box-shadow: 0px 0px 20rpx 0rpx rgba(50, 50, 52, 0.06);
- border-radius: 10rpx;
- margin: 0 auto 15rpx;
- position: relative;
- padding: 25rpx 0 20rpx 20rpx;
- }
- .stores-wrapper .store .store-logo {
- height: 65rpx;
- font-size: 32rpx;
- font-weight: bold;
- color: #333333;
- line-height: 65rpx;
- margin-bottom: 20rpx;
- position: relative;
- }
- .stores-wrapper .store .store-logo image {
- width: 65rpx;
- height: 65rpx;
- border-radius: 50%;
- }
- .stores-wrapper .store .store-logo .store-name {
- max-width: 500rpx;
- display: inline-block;
- padding-left: 12rpx;
- position: absolute;
- top: 0;
- }
- .stores-wrapper .store .store-base {
- height: 37rpx;
- line-height: 37rpx;
- font-size: 24rpx;
- font-weight: bold;
- color: #333333;
- }
- .stores-wrapper .store .store-base text {
- font-weight: normal;
- }
- .stores-wrapper .store .store-lv {
- display: inline-block;
- padding: 0 10rpx;
- height: 40rpx;
- background: linear-gradient(-90deg, #dcb876 0%, #eecd92 100%);
- border-radius: 5rpx;
- text-align: center;
- line-height: 40rpx;
- color: #fff;
- font-size: 23rpx;
- position: absolute;
- right: 20rpx;
- top: 38rpx;
- }
- .stores-wrapper .store .store-can {
- width: 113rpx;
- height: 44rpx;
- border: 2px solid #901b21;
- border-radius: 5rpx;
- font-size: 23rpx;
- text-align: center;
- line-height: 44rpx;
- font-weight: 500;
- color: #901b21;
- position: absolute;
- right: 20rpx;
- bottom: 25rpx;
- }
- .choose {
- margin-top: 20rpx;
- background-color: #fff;
- padding: 10rpx 50rpx 10rpx 25rpx;
- line-height: 70rpx;
- justify-content: space-between;
- }
- .choose .choose-tit {
- width: 220rpx;
- }
- .choose .ps-time {
- text-align: right;
- width: 200rpx;
- }
|