You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
788 lines
23 KiB
788 lines
23 KiB
@charset "UTF-8"; |
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
/* 页面左右间距 */ |
|
/* 文字尺寸 */ |
|
/*文字颜色*/ |
|
/* 边框颜色 */ |
|
/* 图片加载中颜色 */ |
|
.data-v-71e217db .is-input-border { |
|
border: none !important; |
|
border-radius: 25rpx !important; |
|
} |
|
.data-v-71e217db::-webkit-scrollbar { |
|
display: none; |
|
/* Chrome Safari */ |
|
} |
|
.strong.data-v-71e217db { |
|
font-weight: 600 !important; |
|
font-size: 30rpx; |
|
} |
|
.home_container.data-v-71e217db { |
|
height: 100%; |
|
overflow: auto; |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
.home_container .home_guess_container.data-v-71e217db { |
|
flex-shrink: 0; |
|
} |
|
.home_container .home_guess_container .home_guess_item_container.data-v-71e217db { |
|
flex-wrap: wrap; |
|
margin-top: 25rpx; |
|
} |
|
.home_container .home_guess_container .home_guess_item.data-v-71e217db { |
|
width: calc(100% / 2); |
|
box-sizing: border-box; |
|
padding: 0 15rpx; |
|
} |
|
.home_container .home_guess_container .home_guess_item .home_guess_item_footer.data-v-71e217db { |
|
margin: 10rpx 0; |
|
} |
|
.home_container .home_recommend_container.data-v-71e217db { |
|
flex-shrink: 0; |
|
} |
|
.home_container .home_recommend_container .home_recommend_item_container.data-v-71e217db { |
|
margin-top: 25rpx; |
|
} |
|
.home_container .home_recommend_container .home_recommend_item_container .home_recommend_item.data-v-71e217db { |
|
flex-wrap: wrap; |
|
margin-bottom: 20rpx; |
|
} |
|
.home_container .home_recommend_container .home_recommend_item_container .home_recommend_item .home_recommend_item_right.data-v-71e217db { |
|
width: 115rpx; |
|
height: 52rpx; |
|
background: #f83d3d; |
|
border-radius: 8rpx 8rpx 8rpx 8rpx; |
|
opacity: 1; |
|
color: #ffffff; |
|
font-size: 28rpx; |
|
} |
|
.home_container .home_recommend_container .home_recommend_item_container .home_recommend_item .home_recommend_item_center.data-v-71e217db { |
|
overflow: hidden; |
|
} |
|
.home_container .home_recommend_container .home_recommend_item_container .home_recommend_item .home_recommend_item_center .home_recommend_item_item_name.data-v-71e217db { |
|
font-size: 26rpx; |
|
color: #333333; |
|
text-overflow: -o-ellipsis-lastline; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
display: -webkit-box; |
|
-webkit-line-clamp: 2; |
|
line-clamp: 2; |
|
-webkit-box-orient: vertical; |
|
} |
|
.home_container .home_header.data-v-71e217db { |
|
flex-shrink: 0; |
|
width: 100%; |
|
color: #ffffff; |
|
font-size: 34rpx; |
|
font-weight: 600; |
|
} |
|
.home_container .home_input_container.data-v-71e217db { |
|
flex-shrink: 0; |
|
width: 690rpx; |
|
position: relative; |
|
left: 0; |
|
right: 0; |
|
margin: 0 auto; |
|
margin-top: 38rpx; |
|
margin-bottom: 12px; |
|
} |
|
.home_container .home_fresh_container.data-v-71e217db { |
|
flex-shrink: 0; |
|
width: 750rpx; |
|
background: #ffffff; |
|
border-radius: 0rpx 0rpx 0rpx 0rpx; |
|
opacity: 1; |
|
border-bottom: 4rpx solid #f2f2f2; |
|
padding: 25rpx; |
|
box-sizing: border-box; |
|
font-size: 26rpx; |
|
} |
|
.home_container .home_fresh_container .fresh_title_left.data-v-71e217db { |
|
font-size: 28rpx; |
|
color: #000000; |
|
} |
|
.home_container .home_fresh_container .fresh_title_right.data-v-71e217db { |
|
color: #999999; |
|
font-size: 24rpx; |
|
} |
|
.home_container .home_fresh_container .home_fresh_item_container.data-v-71e217db { |
|
margin-top: 25rpx; |
|
overflow-x: auto; |
|
} |
|
.home_container .home_fresh_container .home_fresh_item_container .home_fresh_item.data-v-71e217db { |
|
margin-left: 10rpx; |
|
width: 222rpx; |
|
height: 313rpx; |
|
} |
|
.home_container .home_fresh_container .home_fresh_item_container .home_fresh_item.data-v-71e217db:first-child { |
|
margin-left: 0; |
|
} |
|
.home_container .home_fresh_container .home_fresh_item_container .home_fresh_item .home_fresh_item_img.data-v-71e217db { |
|
width: 200rpx; |
|
height: 200rpx; |
|
overflow: hidden; |
|
border-radius: 10rpx; |
|
} |
|
.home_container .home_fresh_container .home_fresh_item_container .home_fresh_item .home_fresh_item_img image.data-v-71e217db { |
|
width: 100%; |
|
} |
|
.home_container .home_fresh_container .home_fresh_item_container .home_fresh_item .home_fresh_item_price.data-v-71e217db { |
|
color: #f83d3d; |
|
font-size: 28rpx; |
|
margin-top: 5rpx; |
|
} |
|
.home_container .home_fresh_container .home_fresh_item_container .home_fresh_item .home_fresh_item_name.data-v-71e217db { |
|
font-size: 26rpx; |
|
color: #333333; |
|
overflow: hidden; |
|
white-space: nowrap; |
|
text-overflow: ellipsis; |
|
} |
|
.home_container .home_menu_container.data-v-71e217db { |
|
flex-shrink: 0; |
|
border-bottom: 4rpx solid #f2f2f2; |
|
justify-content: center; |
|
/* 分类 */ |
|
} |
|
.home_container .home_menu_container .menu_section.data-v-71e217db { |
|
display: flex; |
|
align-items: center; |
|
flex-wrap: wrap; |
|
background: #fff; |
|
padding-top: 12px; |
|
/* 原图标颜色太深,不想改图了,所以加了透明度 */ |
|
} |
|
.home_container .home_menu_container .menu_section .menu_item.data-v-71e217db { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
font-size: 24rpx; |
|
color: #000000; |
|
width: calc(100% / 5); |
|
overflow: hidden; |
|
margin-bottom: 12px; |
|
} |
|
.home_container .home_menu_container .menu_section .menu_item .name.data-v-71e217db { |
|
text-align: center; |
|
overflow: hidden; |
|
width: 100%; |
|
white-space: nowrap; |
|
text-overflow: ellipsis; |
|
} |
|
.home_container .home_menu_container .menu_section image.data-v-71e217db { |
|
width: 88rpx; |
|
height: 88rpx; |
|
margin-bottom: 14rpx; |
|
border-radius: 50%; |
|
opacity: 0.7; |
|
} |
|
.home_container .home_swiper_container.data-v-71e217db { |
|
width: 690rpx; |
|
height: 250rpx; |
|
position: relative; |
|
left: 0; |
|
right: 0; |
|
margin: 0 auto; |
|
margin-top: 33rpx; |
|
border-radius: 20rpx; |
|
overflow: hidden; |
|
flex-shrink: 0; |
|
} |
|
.home_container .home_swiper_container image.data-v-71e217db { |
|
width: 690rpx; |
|
height: 250rpx; |
|
} |
|
.home_container .home_swiper_container .swiper.data-v-71e217db { |
|
height: 100%; |
|
width: 100%; |
|
} |
|
.home_container .home_list_container.data-v-71e217db { |
|
flex-shrink: 0; |
|
flex: 1; |
|
background: #ffffff; |
|
border-radius: 70rpx 70rpx 0rpx 0rpx; |
|
padding: 44rpx 0; |
|
box-sizing: border-box; |
|
padding-bottom: 0; |
|
overflow: hidden; |
|
} |
|
.home_container .home_list_container .home_list_header.data-v-71e217db { |
|
padding: 0 31rpx; |
|
} |
|
.home_container .home_list_container .home_list_header .home_list_header_input.data-v-71e217db { |
|
background: #f7f7f7; |
|
border-radius: 81rpx; |
|
overflow-x: hidden; |
|
display: flex; |
|
padding: 10rpx 31rpx; |
|
} |
|
.home_container .home_list_container .home_list_header .home_list_header_input .home_list_header_input_icon.data-v-71e217db { |
|
margin-right: 10rpx; |
|
} |
|
.home_container .home_list_container .home_list_header .home_list_header_input input.data-v-71e217db { |
|
flex: 1; |
|
font-size: 26rpx; |
|
} |
|
.home_container .home_list_container .home_list_header .home_list_option_list.data-v-71e217db { |
|
font-size: 24rpx; |
|
margin-top: 41rpx; |
|
} |
|
.home_container .home_list_container .home_list_header .home_list_option_list .home_list_option_list_item.data-v-71e217db { |
|
width: 142rpx; |
|
height: 40rpx; |
|
border-radius: 48rpx 48rpx 48rpx 48rpx; |
|
border: 1rpx solid #121836; |
|
box-sizing: border-box; |
|
color: #121836; |
|
} |
|
.home_container .home_list_container .home_list_header .home_list_option_list .select_home_list_option_list_item.data-v-71e217db { |
|
background-color: #0b1123; |
|
color: #ffffff; |
|
} |
|
.home_container .home_list_container .home_list.data-v-71e217db { |
|
flex: 1; |
|
overflow: hidden; |
|
} |
|
.home_container .home_list_container .home_list.data-v-71e217db ::-webkit-scrollbar { |
|
width: 0; |
|
height: 0; |
|
background-color: transparent; |
|
} |
|
.home_container .home_title.data-v-71e217db { |
|
flex-shrink: 0; |
|
width: 100%; |
|
box-sizing: border-box; |
|
display: flex; |
|
align-items: center; |
|
margin-bottom: 32rpx; |
|
padding-left: 31rpx; |
|
font-size: 26rpx; |
|
color: #333333; |
|
} |
|
.home_container .home_title .home_title_logo.data-v-71e217db { |
|
width: 38rpx; |
|
height: 38rpx; |
|
margin-right: 18rpx; |
|
} |
|
.model_container.data-v-71e217db { |
|
width: 750rpx; |
|
background: #ffffff; |
|
border-radius: 0rpx 0rpx 0rpx 0rpx; |
|
opacity: 1; |
|
border-bottom: 4rpx solid #f2f2f2; |
|
padding: 25rpx; |
|
box-sizing: border-box; |
|
font-size: 26rpx; |
|
} |
|
.model_container .model_item_price.data-v-71e217db { |
|
color: #f83d3d; |
|
font-size: 28rpx; |
|
margin-top: 5rpx; |
|
} |
|
.model_container .model_item_name.data-v-71e217db { |
|
font-size: 26rpx; |
|
color: #333333; |
|
overflow: hidden; |
|
white-space: nowrap; |
|
text-overflow: ellipsis; |
|
} |
|
.model_container .model_item_img.data-v-71e217db { |
|
width: 200rpx; |
|
height: 200rpx; |
|
overflow: hidden; |
|
border-radius: 10rpx; |
|
} |
|
.model_container .model_item_img image.data-v-71e217db { |
|
width: 100%; |
|
} |
|
.model_container .model_title_left.data-v-71e217db { |
|
font-size: 28rpx; |
|
color: #000000; |
|
} |
|
.model_container .model_title_right.data-v-71e217db { |
|
color: #999999; |
|
font-size: 24rpx; |
|
} |
|
.page_body.data-v-71e217db { |
|
width: 100vw; |
|
height: 100vh; |
|
display: flex; |
|
flex-direction: column; |
|
box-sizing: border-box; |
|
} |
|
.page_body .page_container.data-v-71e217db { |
|
flex: 1; |
|
overflow: hidden; |
|
} |
|
|
|
@charset "UTF-8"; |
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
/* 页面左右间距 */ |
|
/* 文字尺寸 */ |
|
/*文字颜色*/ |
|
/* 边框颜色 */ |
|
/* 图片加载中颜色 */ |
|
.ChargingStation_container.data-v-d52c0106 { |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container.data-v-d52c0106 { |
|
flex: 1; |
|
background: #FFFFFF; |
|
border-radius: 70rpx 70rpx 0rpx 0rpx; |
|
padding: 44rpx 0rpx; |
|
box-sizing: border-box; |
|
padding-bottom: 0; |
|
overflow: hidden; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list_header.data-v-d52c0106 { |
|
padding: 0 31rpx; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list_header .switch.data-v-d52c0106 { |
|
margin-left: 20rpx; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list_header .switch text.data-v-d52c0106 { |
|
font-size: 26rpx; |
|
color: #000000; |
|
font-weight: 600; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list_header .switch .switch_logo.data-v-d52c0106 { |
|
margin-right: 20rpx; |
|
width: 37.11rpx; |
|
height: 33rpx; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list_header .ChargingStation_list_header_input.data-v-d52c0106 { |
|
background: #F7F7F7; |
|
border-radius: 81rpx; |
|
overflow-x: hidden; |
|
display: flex; |
|
padding: 10rpx 31rpx; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list_header .ChargingStation_list_header_input .ChargingStation_list_header_input_icon.data-v-d52c0106 { |
|
margin-right: 10rpx; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list_header .ChargingStation_list_header_input input.data-v-d52c0106 { |
|
flex: 1; |
|
font-size: 26rpx; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list_header .ChargingStation_list_option_list.data-v-d52c0106 { |
|
font-size: 24rpx; |
|
margin: 30rpx 0; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list_header .ChargingStation_list_option_list .ChargingStation_list_option_list_item.data-v-d52c0106 { |
|
width: 142rpx; |
|
height: 40rpx; |
|
border-radius: 48rpx 48rpx 48rpx 48rpx; |
|
border: 1rpx solid #121836; |
|
box-sizing: border-box; |
|
color: #121836; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list_header .ChargingStation_list_option_list .select_ChargingStation_list_option_list_item.data-v-d52c0106 { |
|
background-color: #0B1123; |
|
color: #FFFFFF; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list.data-v-d52c0106 { |
|
flex: 1; |
|
overflow: hidden; |
|
} |
|
.ChargingStation_container .ChargingStation_list_container .ChargingStation_list.data-v-d52c0106 ::-webkit-scrollbar { |
|
width: 0; |
|
height: 0; |
|
background-color: transparent; |
|
} |
|
.ChargingStation_container .ChargingStation_title.data-v-d52c0106 { |
|
width: 100%; |
|
box-sizing: border-box; |
|
display: flex; |
|
align-items: center; |
|
margin-bottom: 32rpx; |
|
font-size: 26rpx; |
|
color: #333333; |
|
} |
|
.ChargingStation_container .ChargingStation_title text.data-v-d52c0106 { |
|
width: 100%; |
|
text-align: center; |
|
font-size: 34rpx; |
|
font-weight: 600; |
|
color: #000000; |
|
} |
|
.ChargingStation_container .ChargingStation_title .ChargingStation_title_logo.data-v-d52c0106 { |
|
width: 38rpx; |
|
height: 38rpx; |
|
margin-right: 18rpx; |
|
} |
|
.page_body.data-v-d52c0106 { |
|
width: 100vw; |
|
height: 100vh; |
|
display: flex; |
|
flex-direction: column; |
|
box-sizing: border-box; |
|
} |
|
.page_body .page_container.data-v-d52c0106 { |
|
flex: 1; |
|
overflow: hidden; |
|
} |
|
|
|
|
|
@-webkit-keyframes charge { |
|
0% { |
|
background: linear-gradient(to right, rgba(79, 195, 197, 0.30), rgba(255, 255, 255, 0)) ; |
|
} |
|
50% { |
|
background-color: rgba(79, 195, 197, 0.30) ; |
|
} |
|
100% { |
|
background: linear-gradient(to right, rgba(79, 195, 197, 0.30), rgba(255, 255, 255, 0)) ; |
|
} |
|
} |
|
@keyframes charge { |
|
0% { |
|
background: linear-gradient(to right, rgba(79, 195, 197, 0.30), rgba(255, 255, 255, 0)) ; |
|
} |
|
50% { |
|
background-color: rgba(79, 195, 197, 0.30) ; |
|
} |
|
100% { |
|
background: linear-gradient(to right, rgba(79, 195, 197, 0.30), rgba(255, 255, 255, 0)) ; |
|
} |
|
} |
|
.charging { |
|
-webkit-animation: charge 3s infinite linear; |
|
animation: charge 3s infinite linear; |
|
} |
|
|
|
@charset "UTF-8"; |
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
/* 页面左右间距 */ |
|
/* 文字尺寸 */ |
|
/*文字颜色*/ |
|
/* 边框颜色 */ |
|
/* 图片加载中颜色 */ |
|
.order_container.data-v-0ca91b30 { |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
.order_container .order_list_container.data-v-0ca91b30 { |
|
flex: 1; |
|
background: #FFFFFF; |
|
border-radius: 70rpx 70rpx 0rpx 0rpx; |
|
padding: 44rpx 0rpx; |
|
box-sizing: border-box; |
|
padding-bottom: 0; |
|
overflow: hidden; |
|
} |
|
.order_container .order_list_container .order_list_header.data-v-0ca91b30 { |
|
padding: 0 31rpx; |
|
} |
|
.order_container .order_list_container .order_list_header .switch.data-v-0ca91b30 { |
|
margin-left: 20rpx; |
|
} |
|
.order_container .order_list_container .order_list_header .switch text.data-v-0ca91b30 { |
|
font-size: 26rpx; |
|
color: #000000; |
|
font-weight: 600; |
|
} |
|
.order_container .order_list_container .order_list_header .switch .switch_logo.data-v-0ca91b30 { |
|
margin-right: 20rpx; |
|
width: 37.11rpx; |
|
height: 33rpx; |
|
} |
|
.order_container .order_list_container .order_list_header .order_list_header_input.data-v-0ca91b30 { |
|
background: #F7F7F7; |
|
border-radius: 81rpx; |
|
overflow-x: hidden; |
|
display: flex; |
|
padding: 10rpx 31rpx; |
|
} |
|
.order_container .order_list_container .order_list_header .order_list_header_input .order_list_header_input_icon.data-v-0ca91b30 { |
|
margin-right: 10rpx; |
|
} |
|
.order_container .order_list_container .order_list_header .order_list_header_input input.data-v-0ca91b30 { |
|
flex: 1; |
|
font-size: 26rpx; |
|
} |
|
.order_container .order_list_container .order_list_header .order_list_option_list.data-v-0ca91b30 { |
|
font-size: 24rpx; |
|
margin-top: 41rpx; |
|
} |
|
.order_container .order_list_container .order_list_header .order_list_option_list .order_list_option_list_item.data-v-0ca91b30 { |
|
width: 142rpx; |
|
height: 40rpx; |
|
border-radius: 48rpx 48rpx 48rpx 48rpx; |
|
border: 1rpx solid #121836; |
|
box-sizing: border-box; |
|
color: #121836; |
|
} |
|
.order_container .order_list_container .order_list_header .order_list_option_list .select_order_list_option_list_item.data-v-0ca91b30 { |
|
background-color: #0B1123; |
|
color: #FFFFFF; |
|
} |
|
.order_container .order_list_container .order_list.data-v-0ca91b30 { |
|
flex: 1; |
|
margin-top: 62rpx; |
|
overflow: hidden; |
|
} |
|
.order_container .order_list_container .order_list.data-v-0ca91b30 ::-webkit-scrollbar { |
|
width: 0; |
|
height: 0; |
|
background-color: transparent; |
|
} |
|
.order_container .order_title.data-v-0ca91b30 { |
|
width: 100%; |
|
box-sizing: border-box; |
|
display: flex; |
|
align-items: center; |
|
margin-bottom: 32rpx; |
|
font-size: 26rpx; |
|
color: #333333; |
|
} |
|
.order_container .order_title text.data-v-0ca91b30 { |
|
width: 100%; |
|
text-align: center; |
|
font-size: 34rpx; |
|
font-weight: 600; |
|
color: #000000; |
|
} |
|
.order_container .order_title .order_title_logo.data-v-0ca91b30 { |
|
width: 38rpx; |
|
height: 38rpx; |
|
margin-right: 18rpx; |
|
} |
|
.page_body.data-v-0ca91b30 { |
|
width: 100vw; |
|
height: 100vh; |
|
display: flex; |
|
flex-direction: column; |
|
box-sizing: border-box; |
|
} |
|
.page_body .page_container.data-v-0ca91b30 { |
|
flex: 1; |
|
overflow: hidden; |
|
} |
|
|
|
@charset "UTF-8"; |
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
/* 页面左右间距 */ |
|
/* 文字尺寸 */ |
|
/*文字颜色*/ |
|
/* 边框颜色 */ |
|
/* 图片加载中颜色 */ |
|
.personal.data-v-bb38e908 { |
|
width: 100vw; |
|
height: 100vh; |
|
overflow: hidden; |
|
box-sizing: border-box; |
|
padding: 0 30rpx; |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
.personal .personal_footer.data-v-bb38e908 { |
|
width: 100%; |
|
background: #ffffff; |
|
border-radius: 10rpx 10rpx 10rpx 10rpx; |
|
opacity: 1; |
|
margin: 21rpx 0; |
|
padding: 30rpx; |
|
box-sizing: border-box; |
|
} |
|
.personal .personal_footer .personal_footer_row.data-v-bb38e908 { |
|
margin-bottom: 70rpx; |
|
} |
|
.personal .personal_footer .personal_footer_row image.data-v-bb38e908 { |
|
width: 56rpx; |
|
height: 56rpx; |
|
} |
|
.personal .personal_center.data-v-bb38e908 { |
|
width: 100%; |
|
background: #ffffff; |
|
border-radius: 10rpx 10rpx 10rpx 10rpx; |
|
opacity: 1; |
|
margin-top: 50rpx; |
|
box-sizing: border-box; |
|
padding: 25rpx; |
|
} |
|
.personal .personal_center .menuList.data-v-bb38e908 { |
|
margin: 50rpx 0 20rpx 0; |
|
justify-content: space-around; |
|
} |
|
.personal .personal_center .menuList .menuItem.data-v-bb38e908 { |
|
text-align: center; |
|
} |
|
.personal .personal_center .menuList .menuItem .title.data-v-bb38e908 { |
|
font-size: 28rpx; |
|
color: #333333; |
|
} |
|
.personal .personal_center .menuList .menuItem image.data-v-bb38e908 { |
|
width: 56rpx; |
|
height: 56rpx; |
|
} |
|
.personal .personal_header .userDetails.data-v-bb38e908 { |
|
color: #ffffff; |
|
margin-left: 30rpx; |
|
} |
|
.personal .personal_header .userDetails .account.data-v-bb38e908 { |
|
font-size: 28rpx; |
|
} |
|
.personal .personal_header .userDetails .name.data-v-bb38e908 { |
|
font-size: 36rpx; |
|
} |
|
.personal .personal_header .headSculpture.data-v-bb38e908 { |
|
width: 108rpx; |
|
height: 108rpx; |
|
overflow: hidden; |
|
background: linear-gradient(180deg, #ffffff 20%, #00ffff 100%); |
|
border-radius: 100rpx; |
|
} |
|
.page_body.data-v-bb38e908 { |
|
width: 100vw; |
|
height: 100vh; |
|
display: flex; |
|
flex-direction: column; |
|
box-sizing: border-box; |
|
} |
|
.page_body .page_container.data-v-bb38e908 { |
|
flex: 1; |
|
overflow: hidden; |
|
} |
|
|
|
@charset "UTF-8"; |
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
/* 页面左右间距 */ |
|
/* 文字尺寸 */ |
|
/*文字颜色*/ |
|
/* 边框颜色 */ |
|
/* 图片加载中颜色 */ |
|
.page_body.data-v-57280228 { |
|
width: 100vw; |
|
height: 100vh; |
|
display: flex; |
|
flex-direction: column; |
|
box-sizing: border-box; |
|
} |
|
.page_body .page_container.data-v-57280228 { |
|
flex: 1; |
|
overflow: hidden; |
|
} |
|
|
|
|