|
|
@@ -1,437 +0,0 @@
|
|
|
-@charset "UTF-8";
|
|
|
-/**
|
|
|
- * 这里是uni-app内置的常用样式变量
|
|
|
- *
|
|
|
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
- *
|
|
|
- */
|
|
|
-/**
|
|
|
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
- *
|
|
|
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
- */
|
|
|
-/* 颜色变量 */
|
|
|
-/* 行为相关颜色 */
|
|
|
-/* 文字基本颜色 */
|
|
|
-/* 背景颜色 */
|
|
|
-/* 边框颜色 */
|
|
|
-/* 尺寸变量 */
|
|
|
-/* 文字尺寸 */
|
|
|
-/* 图片尺寸 */
|
|
|
-/* Border Radius */
|
|
|
-/* 水平间距 */
|
|
|
-/* 垂直间距 */
|
|
|
-/* 透明度 */
|
|
|
-/* 文章场景相关 */
|
|
|
-.container.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- position: relative;
|
|
|
- min-height: 100vh;
|
|
|
- background-color: #ebeced;
|
|
|
-}
|
|
|
-.container .banner.data-v-3e159eb4 {
|
|
|
- position: relative;
|
|
|
- margin-top: 20rpx;
|
|
|
- width: 750rpx;
|
|
|
- height: 422rpx;
|
|
|
-}
|
|
|
-.container .banner .img.data-v-3e159eb4 {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.container .banner .slogan.data-v-3e159eb4 {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- width: 163rpx;
|
|
|
- height: 60rpx;
|
|
|
- background-color: rgba(255, 255, 255, 0.4);
|
|
|
-}
|
|
|
-.container .banner .slogan ._img.data-v-3e159eb4 {
|
|
|
- width: 125rpx;
|
|
|
- height: 44rpx;
|
|
|
-}
|
|
|
-.container .detail.data-v-3e159eb4 {
|
|
|
- position: absolute;
|
|
|
- top: 265rpx;
|
|
|
- left: 20rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 0 30rpx;
|
|
|
- width: 710rpx;
|
|
|
- height: 254rpx;
|
|
|
- border-radius: 10rpx;
|
|
|
- background-color: #fff;
|
|
|
-}
|
|
|
-.container .detail .detail_name.data-v-3e159eb4 {
|
|
|
- margin-top: 25rpx;
|
|
|
- font-size: 34rpx;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.container .detail .detail_info.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- margin-top: 10rpx;
|
|
|
-}
|
|
|
-.container .detail .detail_info .info_left.data-v-3e159eb4 {
|
|
|
- color: #999999;
|
|
|
- font-size: 20rpx;
|
|
|
-}
|
|
|
-.container .detail .detail_info .info_right.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- color: #096562;
|
|
|
- font-size: 24rpx;
|
|
|
-}
|
|
|
-.container .detail .detail_info .info_right ._img.data-v-3e159eb4 {
|
|
|
- margin-left: 6rpx;
|
|
|
- width: 10rpx;
|
|
|
- height: 20rpx;
|
|
|
-}
|
|
|
-.container .detail .detail_group.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- margin-top: 5rpx;
|
|
|
-}
|
|
|
-.container .detail .detail_group .group_item.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- margin-right: 10rpx;
|
|
|
- color: #999999;
|
|
|
- font-size: 20rpx;
|
|
|
-}
|
|
|
-.container .detail .detail_group .group_item ._img.data-v-3e159eb4 {
|
|
|
- margin-right: 5rpx;
|
|
|
- width: 22rpx;
|
|
|
- height: 22rpx;
|
|
|
-}
|
|
|
-.container .detail .address.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- margin-top: 8rpx;
|
|
|
- font-size: 28rpx;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.container .detail .address .address_left.data-v-3e159eb4 {
|
|
|
- width: 480rpx;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-.container .detail .address .address_right.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-.container .detail .address .address_right .right_box.data-v-3e159eb4 {
|
|
|
- margin-left: 28rpx;
|
|
|
- width: 50rpx;
|
|
|
- height: 78rpx;
|
|
|
-}
|
|
|
-.container .detail .address .address_right .right_box ._img.data-v-3e159eb4 {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.container .detail .distance.data-v-3e159eb4 {
|
|
|
- margin-top: -35rpx;
|
|
|
- color: #999999;
|
|
|
- font-size: 24rpx;
|
|
|
-}
|
|
|
-.container .body.data-v-3e159eb4 {
|
|
|
- position: absolute;
|
|
|
- top: 539rpx;
|
|
|
- left: 20rpx;
|
|
|
- padding-bottom: 30rpx;
|
|
|
- width: 710rpx;
|
|
|
- border-radius: 10rpx;
|
|
|
- background-color: #fff;
|
|
|
-}
|
|
|
-.container .body .body_header.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- justify-content: space-around;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 0 30rpx;
|
|
|
- height: 150rpx;
|
|
|
-}
|
|
|
-.container .body .body_header .header_start.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- width: 213rpx;
|
|
|
- height: 150rpx;
|
|
|
-}
|
|
|
-.container .body .body_header .header_start .header_top.data-v-3e159eb4 {
|
|
|
- margin-bottom: 10rpx;
|
|
|
- color: #999999;
|
|
|
- font-size: 24rpx;
|
|
|
-}
|
|
|
-.container .body .body_header .header_start .header_bottom.data-v-3e159eb4 {
|
|
|
- font-size: 34rpx;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.container .body .body_header .header_night.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-.container .body .body_header .header_night .night_line.data-v-3e159eb4 {
|
|
|
- width: 17rpx;
|
|
|
- height: 1rpx;
|
|
|
- background-color: #296de3;
|
|
|
-}
|
|
|
-.container .body .body_header .header_night .night_box.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- width: 81rpx;
|
|
|
- height: 46rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- border-radius: 66rpx;
|
|
|
- border: 1rpx solid #296de3;
|
|
|
-}
|
|
|
-.container .body .body_header .header_end.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- width: 213rpx;
|
|
|
- height: 150rpx;
|
|
|
-}
|
|
|
-.container .body .body_header .header_end .header_top.data-v-3e159eb4 {
|
|
|
- margin-bottom: 10rpx;
|
|
|
- color: #999999;
|
|
|
- font-size: 24rpx;
|
|
|
-}
|
|
|
-.container .body .body_header .header_end .header_bottom.data-v-3e159eb4 {
|
|
|
- font-size: 34rpx;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box.data-v-3e159eb4 {
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 0 30rpx;
|
|
|
- margin-bottom: 30rpx;
|
|
|
- display: flex;
|
|
|
- height: 193rpx;
|
|
|
- border-bottom: 1rpx solid #cccccc;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_left.data-v-3e159eb4 {
|
|
|
- width: 213rpx;
|
|
|
- height: 161rpx;
|
|
|
- border-radius: 5rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_left ._img.data-v-3e159eb4 {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_center.data-v-3e159eb4 {
|
|
|
- margin-left: 16rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_center .center_top.data-v-3e159eb4 {
|
|
|
- font-size: 34rpx;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_center .center_center.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- margin-top: 10rpx;
|
|
|
- color: #999999;
|
|
|
- font-size: 24rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_center .center_center .center_item.data-v-3e159eb4 {
|
|
|
- margin-right: 15rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_center .center_bottom.data-v-3e159eb4 {
|
|
|
- margin-top: 25rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_center .center_bottom .img.data-v-3e159eb4 {
|
|
|
- margin-right: 15rpx;
|
|
|
- width: 30rpx;
|
|
|
- height: 30rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_right.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: flex-end;
|
|
|
- margin-left: auto;
|
|
|
- margin-top: 20rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_right .right_price.data-v-3e159eb4 {
|
|
|
- color: #ff5733;
|
|
|
- font-size: 42rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_right .right_price text.data-v-3e159eb4 {
|
|
|
- font-size: 24rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_right .right_btn.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- margin-top: 10rpx;
|
|
|
- width: 100rpx;
|
|
|
- height: 66rpx;
|
|
|
- color: #fff;
|
|
|
- font-size: 36rpx;
|
|
|
- border-radius: 11rpx;
|
|
|
- background-color: #096562;
|
|
|
-}
|
|
|
-.container .body .body_content .body_box .box_right .inactive.data-v-3e159eb4 {
|
|
|
- background-color: #cccccc;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop.data-v-3e159eb4 {
|
|
|
- position: relative;
|
|
|
- height: 955rpx;
|
|
|
- border-radius: 22rpx 22rpx 0 0;
|
|
|
- background-color: #fff;
|
|
|
- overflow-y: auto;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_swiper.data-v-3e159eb4 {
|
|
|
- height: 422rpx;
|
|
|
- border-radius: 22rpx 22rpx 0 0;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_swiper .pop_swiper_item.data-v-3e159eb4 {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_swiper .pop_swiper_item .img.data-v-3e159eb4 {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- border-radius: 22rpx 22rpx 0 0;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_icon.data-v-3e159eb4 {
|
|
|
- position: absolute;
|
|
|
- top: 20rpx;
|
|
|
- right: 30rpx;
|
|
|
- width: 58rpx;
|
|
|
- height: 58rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body.data-v-3e159eb4 {
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 0 20rpx 30rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_title.data-v-3e159eb4 {
|
|
|
- margin-top: 30rpx;
|
|
|
- font-size: 32rpx;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_tags.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- margin-top: 20rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_tags .tags_item.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- margin-right: 76rpx;
|
|
|
- margin-bottom: 20rpx;
|
|
|
- color: #383838;
|
|
|
- font-size: 24rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_tags .tags_item .img.data-v-3e159eb4 {
|
|
|
- margin-right: 5rpx;
|
|
|
- width: 28rpx;
|
|
|
- height: 28rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_title2.data-v-3e159eb4 {
|
|
|
- margin-top: 20rpx;
|
|
|
- font-size: 28rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_detail.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-between;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 20rpx 30rpx;
|
|
|
- margin-top: 18rpx;
|
|
|
- width: 710rpx;
|
|
|
- height: 266rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- border-radius: 7rpx;
|
|
|
- background-color: #f2f2f2;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_detail .detail_old.data-v-3e159eb4 {
|
|
|
- text-align: end;
|
|
|
- text-decoration: line-through;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_detail .detail_box.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- color: #808080;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_detail .detail_box text.data-v-3e159eb4 {
|
|
|
- color: #ff5733;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_detail .detail_new.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- align-items: center;
|
|
|
- font-size: 24rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_detail .detail_new .color.data-v-3e159eb4 {
|
|
|
- color: #ff5733;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_detail .detail_new .price.data-v-3e159eb4 {
|
|
|
- font-size: 36rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_detail .detail_new .ml_10.data-v-3e159eb4 {
|
|
|
- margin-left: 10rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_bottom.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- margin-top: 250rpx;
|
|
|
- height: 80rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_bottom .bottom_left.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- color: #333333;
|
|
|
- font-size: 24rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_bottom .bottom_left .img.data-v-3e159eb4 {
|
|
|
- margin-right: 10rpx;
|
|
|
- width: 48rpx;
|
|
|
- height: 48rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_bottom .bottom_right.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- color: #ff5733;
|
|
|
- font-size: 40rpx;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_bottom .bottom_right text.data-v-3e159eb4 {
|
|
|
- font-size: 24rpx;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_bottom .bottom_right .btn.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- margin-left: 30rpx;
|
|
|
- width: 238rpx;
|
|
|
- height: 80rpx;
|
|
|
- color: #fff;
|
|
|
- font-size: 32rpx;
|
|
|
- font-weight: 400;
|
|
|
- border-radius: 64rpx;
|
|
|
- background-color: #096562;
|
|
|
-}
|
|
|
-.container .body .body_content .body_pop .pop_body .body_bottom .bottom_right .inactive.data-v-3e159eb4 {
|
|
|
- background-color: #cccccc;
|
|
|
-}
|
|
|
-.container .body .noData.data-v-3e159eb4 {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- padding-bottom: 20rpx;
|
|
|
-}
|
|
|
-.container .body .noData ._img.data-v-3e159eb4 {
|
|
|
- margin-top: 60rpx;
|
|
|
- width: 600rpx;
|
|
|
- height: 600rpx;
|
|
|
-}
|
|
|
-
|