/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .inner-box { padding: 20rpx 20rpx 300rpx; } .inner-box .address-box { box-sizing: border-box; min-height: 171rpx; background: #FFFFFF; border-radius: 16rpx; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAsYAAAAeCAYAAAAvmtjeAAAAAXNSR0IArs4c6QAABBtJREFUeF7t3D2IXFUUB/BzdnZxM7pk81GIQbQwGrBIIQHBFFuENIIfYBsr7VJFCCaQKuIkClulMWnExE7wo7AIFitIVogWdmosVFQEcRM17MZkxydvwgzJmOS5bzbNvN8rFpa99w33t/93Odw5M1kURREuAgQIECBAgAABAg0WyPJSGDc4AZZOgAABAgQIECDQE1AYCwIBAgQIECBAgAABhbEMECBAgAABAgQIELgu4MRYEggQIECAAAECBAgojGWAAAECBAgQIECAgBNjGSBAgAABAgQIECAwENBKIQwECBAgQIAAAQIEtFLIAAECBAgQIECAAAGtFDJAgAABAgQIECBAQCuFDBAgQIAAAQIECBC4UUCPsTwQIECAAAECBAgQ0GMsAwQIECBAgAABAgSuCzgxlgQCBAgQIECAAAECCmMZIECAAAECBAgQIODEWAYIECBAgAABAgQI9AWWM/PeLIqiYEKAAAECBAgQIECgwQK/ZOY2hXGDE2DpBAgQIECAAAECPYFPM3NOYSwNBAgQIECAAAECTReYz8xXFMZNj4H1EyBAgAABAgQIPJ2ZH5eF8W8RsZUHAQIECBAgQIAAgQYK/B4RD2Tm1bIwPh4RBxuIYMkECBAgQIAAAQIE3szMXi1cFsb3R8SFiLiPCwECBAgQIECAAIEGCVyOiO2Z+WuvMC5/FEXxakR0GoRgqQQIECBAgAABAgQOZeaxPkO/MG5FxEJE7OZDgAABAgQIECBAoAECn0XEXGZ2byqMy192vnZu22orFyPiwVEg9u7YEvPPba99i+75hbhy4kjt+cMTJ3fNxT37j9a+39lvluLA+9/Wnj88cdx8yvUxqo4HI0aj7kWeNRmSoeoMMGJULTAY8eNEd/Kp9rsLP904p3di3L8e75x7JCI/iYiH1nDjwdDZDVPx0cs7Y3N7ss70iMt/xPKhfVH8ebHe/KFZObMx2p0zETOzte53aWU1njn1VSwtX6s1f3jSuPmU62NUHQ1GjEbdizxrMiRD1RlgxKhaYDDih+4/3T0bzyx+NzznpsK4/GN5ctxt5XtFxJNreIHe0PnnH429j21e67TB+L9PHInV82VHx/pc0/uPRmvXXO2bHfjgQpz9uvwGj/W5xs2nVGFUnQ1GjEbdizxrMiRD1RlgxKhaIKKI+LwV3Rfa7yz+fKvx/ymMy0FPvPXF1MrStcMZUX4ob/r/vNC4tQh467v6v86IkbctqzPA6O4b2YuqjRkxshfFlYw41p5eeT1PfnnbVoBbFsb9+OzoLD7cKuJgZOy709e5bWpPxYcvjdBC8delWD784jq2UMxGu3O6dgvFxZXVeHYdWyjGzafMB6PqTZYRo5wZbS/yrMmQDFVngBGjOwlkRPl1bKcnJibf2PD2wvdVWv8CStk3TMSiv/wAAAAASUVORK5CYII=); background-repeat: no-repeat; background-size: 100% 30rpx; background-position: left bottom; padding: 38rpx 30rpx 36rpx; 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: 32rpx; font-family: PingFang SC; font-weight: bold; color: #111111; line-height: 1; } .inner-box .address-box .left .name-box .text.name { margin-right: 30rpx; } .inner-box .address-box .left .address { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #666666; line-height: 42rpx; text-align: left; margin-top: 23rpx; } .inner-box .address-box .arrow-box { width: 12rpx; height: 23rpx; display: flex; align-items: cenetr; justify-content: cenetr; } .inner-box .address-box .arrow-box image { width: 100%; height: 100%; } .inner-box .goods-list { margin-top: 20rpx; padding: 0 30rpx; background-color: #FFFFFF; border-radius: 16rpx; } .inner-box .goods-list .item { padding: 30rpx 0; border-bottom: 1px solid #EDEEEF; display: flex; align-items: center; } .inner-box .goods-list .item .img-box { width: 160rpx; height: 160rpx; margin-right: 30rpx; } .inner-box .goods-list .item .img-box image { width: 100%; height: 100%; } .inner-box .goods-list .item .info-box { width: calc(100% - 190rpx); height: 160rpx; display: flex; flex-direction: column; justify-content: space-between; } .inner-box .goods-list .item .info-box .name-box { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #111111; line-height: 40rpx; } .inner-box .goods-list .item .info-box .name-box .tag { display: inline-block; padding: 0 6rpx; height: 30rpx; background: linear-gradient(90deg, #C39A58 0%, #E2C99E 100%); border-radius: 4rpx; margin-right: 10rpx; font-size: 22rpx; font-family: PingFang SC; font-weight: bold; color: #FFFFFF; line-height: 30rpx; float: left; margin-top: 7rpx; } .inner-box .goods-list .item .info-box .spec { margin-top: 10rpx; font-size: 24rpx; 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: 24rpx; font-family: PingFang SC; font-weight: 500; color: #111111; line-height: 1.2; margin-right: 4rpx; } .inner-box .goods-list .item .info-box .price-num .price .num { font-size: 32rpx; font-family: PingFang SC; font-weight: 500; color: #111111; line-height: 1; } .inner-box .goods-list .item .info-box .price-num .num { font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #999999; line-height: 1; } .inner-box .goods-list .sub-total { height: 88rpx; display: flex; align-items: center; justify-content: flex-end; } .inner-box .goods-list .sub-total .label { font-size: 24rpx; 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: 24rpx; font-family: PingFang SC; font-weight: 500; color: #FF6633; line-height: 1.2; margin-right: 4rpx; } .inner-box .goods-list .sub-total .price .num { font-size: 32rpx; font-family: PingFang SC; font-weight: bold; color: #FF6633; line-height: 1; } .inner-box .other-info { margin-top: 20rpx; background-color: #fff; border-radius: 20rpx; overflow: hidden; padding: 0 30rpx; } .inner-box .other-info .title { height: 80rpx; line-height: 80rpx; font-size: 30rpx; color: #000; font-weight: bold; border-bottom: 2rpx solid #eeeeee; } .inner-box .other-info .drug-list { margin-top: 15rpx; } .inner-box .other-info .drug-list .drug-item { padding-bottom: 15rpx; border-bottom: 1px soli #F0F0F0; display: flex; align-items: center; } .inner-box .other-info .drug-list .drug-item .img-box { width: 160rpx; height: 160rpx; margin-right: 30rpx; flex-shrink: 0; } .inner-box .other-info .drug-list .drug-item .img-box image { width: 100%; height: 100%; } .inner-box .other-info .drug-list .drug-item .drug-info { width: calc(100% - 190rpx); height: 160rpx; display: flex; flex-direction: column; justify-content: space-between; } .inner-box .other-info .drug-list .drug-item .drug-info .name-box { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #111111; line-height: 40rpx; } .inner-box .other-info .drug-list .drug-item .drug-info .name-box .tag { display: inline-block; padding: 0 6rpx; height: 30rpx; background: linear-gradient(90deg, #2BC7B9 0%, #2BC7A4 100%); border-radius: 4rpx; margin-right: 10rpx; font-size: 22rpx; font-family: PingFang SC; font-weight: bold; color: #FFFFFF; line-height: 30rpx; float: left; margin-top: 7rpx; } .inner-box .other-info .drug-list .drug-item .drug-info .spec { font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #999999; line-height: 1; margin-top: 10rpx; } .inner-box .other-info .drug-list .drug-item .drug-info .num-box { display: flex; align-items: center; justify-content: space-between; } .inner-box .other-info .drug-list .drug-item .drug-info .num-box .price { display: flex; align-items: flex-end; } .inner-box .other-info .drug-list .drug-item .drug-info .num-box .price .unit { font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #111111; line-height: 1.2; margin-right: 4rpx; } .inner-box .other-info .drug-list .drug-item .drug-info .num-box .price .num { font-size: 32rpx; font-family: PingFang SC; font-weight: 500; color: #111111; line-height: 1; } .inner-box .other-info .drug-list .drug-item .drug-info .num-box .use { font-size: 24rpx; font-family: PingFang SC; color: #999999; } .inner-box .other-info .drug-list .drug-item .drug-info .num-box .amount { font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #999999; line-height: 1; } .inner-box .other-info .item { height: 80rpx; display: flex; align-items: center; justify-content: space-between; } .inner-box .other-info .item:last-child { border-bottom: none; } .inner-box .other-info .item .left { flex: 1; display: flex; align-items: center; } .inner-box .other-info .item .left .label { min-width: 140rpx; font-size: 28rpx; color: #000; } .inner-box .other-info .item .left .text { font-size: 28rpx; color: #1b1b1b; } .inner-box .other-info .item .right { display: flex; align-items: center; justify-content: flex-end; } .inner-box .other-info .item .right .text { font-size: 28rpx; color: #1b1b1b; } .inner-box .other-info .item .right .ic-close { margin-left: 10rpx; width: 30rpx; height: 30rpx; } .inner-box .other-info .item .right .ic-back { margin-left: 10rpx; width: 15rpx; height: 30rpx; } .inner-box .other-info .item .item-btn { max-width: 200rpx; padding: 0rpx 15rpx; height: 48rpx; border-radius: 24rpx; line-height: 48rpx; font-size: 24rpx; color: #000; border: 1rpx solid #d8d8d8; display: flex; align-items: center; justify-content: center; } .inner-box .remarks { height: 88rpx; padding: 0 30rpx; background: #FFFFFF; border-radius: 16rpx; margin-top: 20rpx; display: flex; align-items: center; } .inner-box .remarks input { width: 100%; font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #000000; } .inner-box .remarks .input { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #999999; } .btn-box { z-index: 9999; width: 100%; padding: 30rpx 30rpx 0rpx; position: fixed; bottom: 0; left: 0; box-sizing: border-box; background-color: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; } .btn-box .btn { margin-bottom: 20rpx; width: 100%; height: 88rpx; line-height: 88rpx; text-align: center; font-size: 34rpx; font-family: PingFang SC; font-weight: 400; color: #FFFFFF; background: #C39A58; border-radius: 10rpx; position: relative; } .btn-box .btn .contact-btn { position: absolute; width: 100%; height: 100%; display: flex; opacity: 0; } .btn-box .btn1 { margin-bottom: 20rpx; width: 100%; height: 88rpx; line-height: 88rpx; text-align: center; font-size: 34rpx; font-family: PingFang SC; font-weight: 400; color: #C39A58; border: 1rpx solid #C39A58; border-radius: 10rpx; position: relative; } .btn-box .btn1 .contact-btn { position: absolute; width: 100%; height: 100%; display: flex; opacity: 0; } .pay-type { box-sizing: border-box; background: #FFFFFF; border-radius: 16rpx; margin-top: 20rpx; padding: 40rpx 30rpx 20rpx; display: flex; flex-direction: column; justify-content: space-between; } .pay-type .title { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #999999; line-height: 1; margin-bottom: 10rpx; } .pay-type .item { padding: 15rpx 0rpx; display: flex; align-items: center; justify-content: space-between; } .pay-type .item .left { display: flex; align-items: center; } .pay-type .item .left image { width: 44rpx; height: 44rpx; margin-right: 20rpx; } .pay-type .item .left .text { font-size: 30rpx; font-family: PingFang SC; font-weight: bold; color: #222222; line-height: 1; } .coupon { height: 100%; } .coupon .empty { display: flex; align-items: center; justify-content: center; height: 650rpx; width: 100%; } .coupon .empty image { width: 280rpx; height: 200rpx; } .coupon-box { overflow-y: auto; padding: 80rpx 20rpx 80rpx; height: 650rpx; width: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; box-sizing: border-box; } .coupon-box .coupon-item { width: 100%; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 16rpx; height: 170rpx; } .coupon-box .coupon-item:last-child { margin-bottom: 0rpx; } .coupon-box .coupon-item .left { color: #fff; font-size: 36rpx; font-weight: bold; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; width: 230rpx; } .coupon-box .coupon-item .left image { position: absolute; width: 230rpx; height: 170rpx; color: #fff; } .coupon-box .coupon-item .left .num { font-size: 40rpx; } .coupon-box .coupon-item .left .pic-num { font-size: 20rpx; z-index: 99; } .coupon-box .coupon-item .right { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; height: 170rpx; width: calc(100% - 230rpx); padding: 0 17rpx 0 24rpx; background-color: #fff; box-sizing: border-box; } .coupon-box .coupon-item .right .title { width: 100%; font-size: 30rpx; color: #282828; height: 93rpx; line-height: 93rpx; border-bottom: 1px solid #f0f0f0; } .coupon-box .coupon-item .right .btns { display: flex; align-items: center; justify-content: space-between; width: 100%; font-size: 20rpx; color: #999; height: 76rpx; } .coupon-box .coupon-item .right .btns .btn { width: 136rpx; height: 44rpx; border-radius: 22rpx; font-size: 22rpx; color: #fff; text-align: center; line-height: 44rpx; background-color: #C39A58; } .coupon-box .coupon-item .right .btns .btn .gray { background-color: #ccc; }