123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .popupOverflow.data-v-45802466 {
- height: 100vh;
- overflow: auto;
- }
- .scroll-container.data-v-45802466 {
- max-height: 600px;
- /* 设置滚动容器的最大高度,超出时将出现滚动条 */
- overflow-y: auto;
- /* 设置滚动容器的纵向overflow属性为auto,以便出现纵向滚动条 */
- }
- .good__detail.data-v-45802466 {
- width: 100%;
- position: relative;
- }
- .good__detail-swiper.data-v-45802466 {
- position: relative;
- background-color: #FFFFFF;
- }
- .good__detail-swiper .swiper-img.data-v-45802466 {
- width: 100%;
- height: 400px;
- }
- .good__detail-swiper .indicator.data-v-45802466 {
- position: absolute;
- margin-top: -55px;
- margin-left: 630rpx;
- padding: 5px 12px;
- background-color: rgba(0, 0, 0, 0.35);
- border-radius: 100px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- z-index: 1;
- }
- .good__detail-swiper .indicator__text.data-v-45802466 {
- color: #FFFFFF;
- font-size: 12px;
- }
- .good__detail-info-box.data-v-45802466 {
- position: absolute;
- top: 385px;
- width: 100%;
- border-radius: 15px;
- background-color: #fff;
- }
- .good__detail-info-box .good__detail-name.data-v-45802466 {
- padding: 24px 16px 16px;
- color: #333;
- font-size: 20px;
- font-weight: 700;
- line-height: 30px;
- }
- .good__detail-info-box .good__detail-info-body.data-v-45802466 {
- padding: 0 16px;
- box-sizing: border-box;
- }
- .good__detail-info-box .good__detail-info-body .info-item.data-v-45802466 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 20px 0;
- border-bottom: 1px solid #f3f4f6;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item__label.data-v-45802466 {
- color: #606266;
- font-size: 15px;
- width: 30px;
- font-weight: 400;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item__label-address.data-v-45802466 {
- display: flex;
- max-width: 298px;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-placeholder.data-v-45802466 {
- color: #B1B4BA;
- margin-right: 8px;
- font-size: 15px;
- font-weight: 500;
- text-align: right;
- width: 100%;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text.data-v-45802466 {
- margin-right: 8px;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text .item__label-text1.data-v-45802466 {
- color: #333;
- text-align: right;
- font-size: 15px;
- font-weight: 500;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text .item__label-text2.data-v-45802466 {
- color: #333;
- text-align: right;
- font-size: 15px;
- font-weight: 500;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item__label-address .item__label-text .item__label-text2 .label-text2-name.data-v-45802466 {
- margin-right: 10px;
- }
- .good__detail-info-box .good__detail-info-body .info-item .minus.data-v-45802466 {
- width: 31px;
- height: 31px;
- background: #F2F3F5;
- border-radius: 4px 0px 0px 4px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .good__detail-info-box .good__detail-info-body .info-item .input.data-v-45802466 {
- width: 78px;
- height: 31px;
- line-height: 31px;
- margin: 0 2px;
- background: #F2F3F5;
- }
- .good__detail-info-box .good__detail-info-body .info-item .plus.data-v-45802466 {
- width: 31px;
- height: 31px;
- border-radius: 0px 4px 4px 0px;
- background: #F2F3F5;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item-1.data-v-45802466 {
- display: flex;
- max-width: 298px;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1.data-v-45802466 {
- white-space: nowrap;
- overflow: auto;
- text-align: right;
- display: flex;
- align-items: center;
- margin-right: 8px;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1 .item-1-1-placeholder.data-v-45802466 {
- color: #B1B4BA;
- font-size: 15px;
- font-weight: 500;
- text-align: right;
- width: 100%;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1 .item-1-1-name.data-v-45802466 {
- color: #000;
- text-align: right;
- font-size: 15px;
- font-weight: 500;
- display: flex;
- padding: 4px 12px;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- border-radius: 8px;
- background: #F2F3F5;
- margin-right: 8px;
- }
- .good__detail-info-box .good__detail-info-body .info-item .item-1 .item-1-1 .item-1-1-name.data-v-45802466:last-child {
- margin-right: 0;
- }
- .good__detail-info-box .good__detail-intro.data-v-45802466 {
- margin-top: 40px;
- padding: 0 16px;
- margin-bottom: 116px;
- }
- .good__detail-info-box .good__detail-intro .intro-title.data-v-45802466 {
- color: #333;
- font-size: 17px;
- font-weight: 500;
- }
- .good__detail-info-box .good__detail-intro .intro-info.data-v-45802466 {
- border-radius: 8px;
- background: #F1F7FF;
- padding: 20px 17px 20px 18px;
- margin-top: 10px;
- }
- .good__detail-info-box .good__detail-intro .intro-info .intro-info-text.data-v-45802466 {
- color: #4A5562;
- font-size: 16px;
- font-weight: 400;
- text-indent: 2em;
- display: inline-block;
- text-align: justify;
- line-height: 22px;
- }
- .popup-content.data-v-45802466 {
- padding: 16px;
- box-sizing: border-box;
- }
- .popup-content .spec-select-top.data-v-45802466 {
- margin-bottom: 12px;
- }
- .popup-content .spec-select-top .select-top-text.data-v-45802466 {
- color: #333;
- font-size: 18px;
- font-weight: 400;
- }
- .popup-content .select-address.data-v-45802466 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .popup-content .spec-select-bottom.data-v-45802466 {
- padding: 8px 9px;
- font-size: 15px;
- }
- .popup-content .btn.data-v-45802466 {
- background-color: #fff;
- margin-top: 248px;
- width: 100%;
- text-align: center;
- padding: 10px 14px 50px 14px;
- box-sizing: border-box;
- }
- .go-order-btn.data-v-45802466 {
- background-color: #fff;
- position: fixed;
- bottom: 0;
- width: 100%;
- text-align: center;
- padding: 10px 30px 50px 30px;
- box-sizing: border-box;
- }
- .data-v-45802466 .u-fade-enter-active {
- z-index: 10075 !important;
- }
- .data-v-45802466 .u-button {
- height: 50px !important;
- }
- .data-v-45802466 .u-transition .u-slide-up-enter-active {
- height: 380px;
- }
- .data-v-45802466 .u-picker__view__column {
- padding-top: 80px;
- /* margin-top: 50px; */
- }
|