Files
frontend-app/common.scss
T

986 lines
17 KiB
SCSS
Raw Normal View History

2025-08-05 15:25:23 +08:00
/* 提交按钮,在文件内还需要重写一个样式,详情可见 mine_address_add.vue */
2026-07-09 11:07:31 +08:00
.add_but {
2025-08-05 15:25:23 +08:00
position: fixed;
bottom: 44rpx;
padding: 24rpx 0;
text-align: center;
border-radius: 16rpx;
width: calc(100% - 56rpx);
color: #fff;
// background: $app-bt-bj;
background: linear-gradient(90deg, $app-bt-bj, #AE61FA);
}
2026-07-09 11:07:31 +08:00
.add_but_css {
2025-08-05 15:25:23 +08:00
color: #fff;
// background: $app-bt-bj;
background: linear-gradient(90deg, $app-bt-bj, #AE61FA);
padding: 24rpx 0;
text-align: center;
border-radius: 16rpx;
}
2026-07-09 11:07:31 +08:00
.delete_but_css {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 32rpx;
color: #FFFFFF;
background: $app-bt-delete-bj;
border-radius: 16rpx;
text-align: center;
padding: 24rpx 0;
}
2026-07-09 11:07:31 +08:00
.add_but_ {
2025-08-05 15:25:23 +08:00
padding: 24rpx 0;
text-align: center;
border-radius: 16rpx;
width: 100%;
color: #fff;
background: $app-bt-bj;
margin-top: 40rpx;
}
/* 表单添加 start ,一行显示,input没有背景色 使用地方有:实名认证,添加地址,商家入驻*/
2026-07-09 11:07:31 +08:00
.add_form_item {
2025-08-05 15:25:23 +08:00
display: flex;
align-items: center;
line-height: 100rpx;
}
2026-07-09 11:07:31 +08:00
.add_form_title {
2025-08-05 15:25:23 +08:00
margin-right: 20rpx;
font-weight: bold;
font-size: 28rpx;
color: #333333;
width: 170rpx;
}
2026-07-09 11:07:31 +08:00
.add_form_item_but {
2025-08-05 15:25:23 +08:00
border-bottom: 1rpx solid #EEEEEEFF;
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
/* 表单添加 end ,一行显示,input没有背景色 */
/* 上传证件照 start 使用地方有:实名认证,商家入驻 */
2026-07-09 11:07:31 +08:00
.data_common_warp {
2025-08-05 15:25:23 +08:00
background: #FFFFFF;
border-radius: 30rpx;
padding: 30rpx;
margin-bottom: 30rpx;
}
2026-07-09 11:07:31 +08:00
.data_msg {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 26rpx;
color: #F34343;
margin-bottom: 20rpx;
}
2026-07-09 11:07:31 +08:00
.ID_card_title {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 30rpx;
color: #333333;
}
2026-07-09 11:07:31 +08:00
.ID_card_msg {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 24rpx;
color: #999999;
margin-top: 10rpx;
}
2026-07-09 11:07:31 +08:00
.ID_card_upload {
2025-08-05 15:25:23 +08:00
display: flex;
justify-content: space-between;
margin-top: 20rpx;
}
2026-07-09 11:07:31 +08:00
.upload_item {
2025-08-05 15:25:23 +08:00
width: 42%;
background: #F8F8F8;
border-radius: 10rpx;
text-align: center;
padding: 20rpx 20rpx;
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.upload_msg {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 24rpx;
color: #525357;
margin-top: 10rpx;
}
2026-07-09 11:07:31 +08:00
.ID_card_upload_templ {
2025-08-05 15:25:23 +08:00
margin-top: 20rpx;
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.templ_title {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 28rpx;
color: #333333;
}
2026-07-09 11:07:31 +08:00
.templ_img_list {
2025-08-05 15:25:23 +08:00
display: flex;
2026-07-09 11:07:31 +08:00
justify-content: space-between;
2025-08-05 15:25:23 +08:00
margin-top: 20rpx;
}
2026-07-09 11:07:31 +08:00
.templ_img_item {
2025-08-05 15:25:23 +08:00
width: 22%;
}
2026-07-09 11:07:31 +08:00
.templ_img_item_msg {
2025-08-05 15:25:23 +08:00
display: flex;
align-items: center;
justify-content: center;
}
2026-07-09 11:07:31 +08:00
.templ_img_item_msg_title {
2025-08-05 15:25:23 +08:00
margin-left: 10rpx;
font-weight: 500;
font-size: 20rpx;
color: #333333;
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
/* 上传证件照 end 使用地方有:实名认证,商家入驻 */
/*订单商品列表 start 使用地方有订单列表,订单详情列表*/
2026-07-09 11:07:31 +08:00
.order_item_content {
2025-08-05 15:25:23 +08:00
font-weight: 500;
margin-left: 20rpx;
}
2026-07-09 11:07:31 +08:00
.content_item {
2025-08-05 15:25:23 +08:00
display: flex;
justify-content: space-between;
margin-top: 20rpx;
}
2026-07-09 11:07:31 +08:00
.content_info {
2025-08-05 15:25:23 +08:00
margin-left: 20rpx;
width: calc(100% - 260rpx);
}
2026-07-09 11:07:31 +08:00
.content_info_title {
2025-08-05 15:25:23 +08:00
font-size: 26rpx;
color: #222222;
2026-07-09 11:07:31 +08:00
width: 200px;
/* 设置容器宽度 */
white-space: nowrap;
/* 防止文本换行 */
overflow: hidden;
/* 隐藏溢出的文本 */
text-overflow: ellipsis;
/* 显示省略号 */
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.content_info_tag {
2025-08-05 15:25:23 +08:00
font-size: 24rpx;
color: #BBBBBB;
margin: 10rpx 0;
}
2026-07-09 11:07:31 +08:00
.content_info_description {
2025-08-05 15:25:23 +08:00
border-radius: 6rpx;
border: 1px solid #99999942;
padding: 4rpx 10rpx;
font-size: 20rpx;
color: #999999;
margin-right: 10rpx;
}
2026-07-09 11:07:31 +08:00
.content_right {
2025-08-05 15:25:23 +08:00
text-align: right;
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.content_right_total {
2025-08-05 15:25:23 +08:00
font-weight: bold;
font-size: 20rpx;
color: #1A1A1A;
}
2026-07-09 11:07:31 +08:00
.content_right_quantity {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 24rpx;
color: #999999;
}
/*订单商品列表 end 使用地方有:订单列表,订单详情列表*/
/*订单商品操作按钮 start 使用地方有:订单列表,订单详情列表*/
2026-07-09 11:07:31 +08:00
.collect_operate {
2025-08-05 15:25:23 +08:00
display: flex;
justify-content: flex-end;
margin-top: 20rpx;
2026-07-09 11:07:31 +08:00
.operate_comm {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 24rpx;
padding: 16rpx 0;
margin-left: 16rpx;
border-radius: 10rpx;
color: #222222;
width: 160rpx;
text-align: center;
}
2026-07-09 11:07:31 +08:00
.operate_but_1 {
2025-08-05 15:25:23 +08:00
border: 1px solid #767676;
}
2026-07-09 11:07:31 +08:00
.operate_but_2 {
2025-08-05 15:25:23 +08:00
background: $app-bt-bj;
color: #ffffff;
}
2026-07-09 11:07:31 +08:00
.operate_but_3 {
2025-08-05 15:25:23 +08:00
border: 1px solid $app-bt-bj;
color: $app-bt-bj;
}
}
/*订单商品操作按钮 end 使用地方有:订单列表,订单详情列表*/
2026-07-09 11:07:31 +08:00
.purse_info_item {
2025-08-05 15:25:23 +08:00
display: flex;
justify-content: space-between;
margin-bottom: 10rpx;
border-bottom: 1rpx solid #EEEEEEFF;
padding: 10rpx 0;
}
2026-07-09 11:07:31 +08:00
.purse_info_left {
2025-08-05 15:25:23 +08:00
display: flex;
align-items: center;
}
2026-07-09 11:07:31 +08:00
.purse_info_right {
2025-08-05 15:25:23 +08:00
line-height: 40rpx;
}
2026-07-09 11:07:31 +08:00
.purse_data_warp {
2025-08-05 15:25:23 +08:00
margin-left: 20rpx;
line-height: 40rpx;
}
2026-07-09 11:07:31 +08:00
.purse_info_name {
2025-08-05 15:25:23 +08:00
font-weight: bold;
font-size: 28rpx;
color: #333333;
}
2026-07-09 11:07:31 +08:00
.purse_info_value {
2025-08-05 15:25:23 +08:00
font-weight: 400;
font-size: 24rpx;
color: #666666;
text-align: right;
}
2026-07-09 11:07:31 +08:00
.purse_info_title {
2025-08-05 15:25:23 +08:00
font-weight: bold;
font-size: 36rpx;
color: #111111;
}
// 为空的页面展示 start 使用页面有:我的订单,购物车
2026-07-09 11:07:31 +08:00
.not_order_warp {
2025-08-05 15:25:23 +08:00
display: grid;
justify-content: center;
margin: 60rpx;
width: calc(100% - 120rpx);
text-align: center;
2026-07-09 11:07:31 +08:00
.not_order_warp_img {
2025-08-05 15:25:23 +08:00
text-align: center;
}
2026-07-09 11:07:31 +08:00
.not_order_msg_warp {
2025-08-05 15:25:23 +08:00
font-size: 28rpx;
color: #808080;
margin-top: 42rpx;
}
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
// 为空的页面展示 end 使用页面有:我的订单,购物车
// 获取验证码的文案 start 使用页面:登录注册
2026-07-09 11:07:31 +08:00
.code_msg {
2025-08-05 15:25:23 +08:00
font-size: 36rpx;
color: $app-bt-bj;
}
2026-07-09 11:07:31 +08:00
.code-warp {
2025-08-05 15:25:23 +08:00
width: 30%;
text-align: right;
display: flex;
justify-content: flex-end;
}
2026-07-09 11:07:31 +08:00
.login_comm_but {
2025-08-05 15:25:23 +08:00
background: #CCCCCC;
border-radius: 20rpx;
width: 100%;
text-align: center;
font-weight: 500;
font-size: 32rpx;
color: #999999;
padding: 28rpx 0;
}
2026-07-09 11:07:31 +08:00
.login_comm_but_yes {
2025-08-05 15:25:23 +08:00
background: $app-bt-bj;
color: #ffffff;
}
2026-07-09 11:07:31 +08:00
.policy_warp {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 26rpx;
color: #999999;
position: fixed;
2025-09-19 17:19:19 +08:00
bottom: 24rpx;
// height: 210rpx;
2025-08-05 15:25:23 +08:00
width: calc(100% - 80rpx);
2026-07-09 11:07:31 +08:00
.policy_a_warp {
2025-08-05 15:25:23 +08:00
color: $app-policy-color;
}
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
// 获取验证码的文案 end 使用页面:登录注册
// 哈希优选,爆款专区的公共样式 start
2026-07-09 11:07:31 +08:00
.preference_warp {
2025-08-05 15:25:23 +08:00
height: 100vh;
overflow: hidden;
background: $app-bj;
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
// 搜索页面也有用
2026-07-09 11:07:31 +08:00
.header_comm {
2025-08-05 15:25:23 +08:00
display: flex;
justify-content: space-between;
align-items: center;
padding: 114rpx 30rpx 20rpx;
background-color: #FFFFFF;
}
2026-07-09 11:07:31 +08:00
.preference_content_warp {
2025-08-05 15:25:23 +08:00
height: calc(100vh - 238rpx);
overflow: auto;
}
2026-07-09 11:07:31 +08:00
.preference_title {
2025-08-05 15:25:23 +08:00
margin: 40rpx 0;
font-weight: bold;
font-size: 32rpx;
color: #7F664A;
display: flex;
justify-content: center;
align-items: center;
2026-07-09 11:07:31 +08:00
.msg {
2025-08-05 15:25:23 +08:00
margin: 14rpx 40rpx 0rpx;
}
}
2026-07-09 11:07:31 +08:00
.preference_product {
2025-08-05 15:25:23 +08:00
padding: 30rpx;
2026-07-09 11:07:31 +08:00
.product_item {
2025-08-05 15:25:23 +08:00
margin-bottom: 20rpx;
background: #FFFFFF;
border-radius: 16rpx;
padding: 18rpx;
display: flex;
}
2026-07-09 11:07:31 +08:00
.product_item_left {
2025-08-05 15:25:23 +08:00
position: relative;
2026-07-09 11:07:31 +08:00
.product_item_left_bz {
2025-08-05 15:25:23 +08:00
position: absolute;
top: -6rpx;
left: -10rpx;
font-size: 18rpx;
color: #FFF9E4;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.product_item_right {
2025-08-05 15:25:23 +08:00
margin-left: 20rpx;
display: grid;
width: calc(100% - 174rpx);
2026-07-09 11:07:31 +08:00
.title_warp {
2025-08-05 15:25:23 +08:00
font-weight: bold;
font-size: 28rpx;
color: #000000;
}
2026-07-09 11:07:31 +08:00
.price_warp {
2025-08-05 15:25:23 +08:00
display: flex;
align-items: flex-end;
}
2026-07-09 11:07:31 +08:00
.price_o_warp {
2025-08-05 15:25:23 +08:00
width: 32%;
border-radius: 8rpx;
height: 54rpx;
padding: 10rpx 18rpx;
}
2026-07-09 11:07:31 +08:00
.price_o_title_warp {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 20rpx;
}
2026-07-09 11:07:31 +08:00
.price_o_value_warp {
2025-08-05 15:25:23 +08:00
font-weight: bold;
font-size: 22rpx;
}
2026-07-09 11:07:31 +08:00
.price_zq_warp {
2025-08-05 15:25:23 +08:00
width: 66%;
text-align: center;
border-radius: 8rpx;
font-weight: bold;
font-size: 20rpx;
padding: 10rpx;
height: 82rpx;
}
2026-07-09 11:07:31 +08:00
.price_lj_warp {
2025-08-05 15:25:23 +08:00
border-radius: 4rpx;
font-weight: bold;
font-size: 20rpx;
padding: 6rpx;
}
2026-07-09 11:07:31 +08:00
.price_ds_warp {}
2025-08-05 15:25:23 +08:00
}
}
// 哈希优选,爆款专区的公共样式 end
// 轮播图的页码 start 使用地方:首页,产品详情
.indicator-num {
padding: 2px 0;
background-color: rgba(0, 0, 0, 0.35);
border-radius: 100px;
width: 35px;
@include flex;
justify-content: center;
&__text {
2026-07-09 11:07:31 +08:00
color: #FFFFFF;
font-size: 12px;
}
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
::v-deep {
.u-swiper__indicator {
right: 20rpx;
2025-08-05 15:25:23 +08:00
}
}
// 轮播图的页码 end 使用地方:首页,产品详情
// 购买的数量 + - start 使用地方:购物车,加入购物车,购买页面
2026-07-09 11:07:31 +08:00
.shopping_info_quantity {
2025-08-05 15:25:23 +08:00
display: flex;
justify-content: space-between;
align-items: center;
}
2026-07-09 11:07:31 +08:00
.quantity_but {
2025-08-05 15:25:23 +08:00
background: #F6F6F6;
border-radius: 10rpx;
padding: 8rpx 20rpx;
}
2026-07-09 11:07:31 +08:00
.quantity_value {
2025-08-05 15:25:23 +08:00
margin: 0 30rpx;
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
// 购买的数量 + - end 使用地方:购物车,加入购物车,购买页面
// 去支付的样式 start 使用地方:提交订单,订单详情,去支付
2026-07-09 11:07:31 +08:00
.order_way_warp {
2025-08-05 15:25:23 +08:00
display: flex;
justify-content: space-between;
align-items: center;
background: #FFFFFF;
border-radius: 24rpx;
margin-top: 30rpx;
padding: 30rpx;
font-weight: 500;
font-size: 26rpx;
color: #222222;
2026-07-09 11:07:31 +08:00
.order_way_right {
2025-08-05 15:25:23 +08:00
display: flex;
}
}
2026-07-09 11:07:31 +08:00
.way_popup_warp {
2025-08-05 15:25:23 +08:00
padding: 30rpx;
min-height: 800rpx;
width: calc(100% - 60rpx);
}
2026-07-09 11:07:31 +08:00
.way_popup_title {
2025-08-05 15:25:23 +08:00
text-align: center;
margin-bottom: 60rpx;
}
2026-07-09 11:07:31 +08:00
.way_item {
2025-08-05 15:25:23 +08:00
display: flex;
justify-content: space-between;
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
// line-height: 82rpx;
2026-07-09 11:07:31 +08:00
.way_item_ {
2025-08-05 15:25:23 +08:00
// display: flex;
// align-items: center;
}
2026-07-09 11:07:31 +08:00
.way_item_val {
2025-08-05 15:25:23 +08:00
font-weight: bold;
font-size: 30rpx;
color: #222222;
margin-left: 20rpx;
}
}
2026-07-09 11:07:31 +08:00
.balance_comm_msg {
2025-08-05 15:25:23 +08:00
margin-left: 20rpx;
color: red;
font-size: 18rpx;
margin-top: 6rpx;
}
2026-07-09 11:07:31 +08:00
.go_balance_comm_warp {
border: 1rpx solid $app-bt-bj;
2025-08-05 15:25:23 +08:00
color: $app-bt-bj;
padding: 10rpx 14rpx;
font-size: 16rpx;
border-radius: 10rpx;
}
2026-07-09 11:07:31 +08:00
.popup_but {
2025-08-05 15:25:23 +08:00
position: fixed;
bottom: 64rpx;
background: $app-bt-bj;
border-radius: 16rpx;
color: #FFFFFF;
text-align: center;
padding: 20rpx 0;
width: calc(100% - 60rpx);
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
// 去支付的样式 end 使用地方:提交订单,订单详情,去支付
// 添加地址的样式 start 使用地方:添加地址,领取奖品
2026-07-09 11:07:31 +08:00
.address_add_warp {
2025-08-05 15:25:23 +08:00
height: calc(100vh - 58rpx);
background-color: $app-bj;
padding: 30rpx;
}
2026-07-09 11:07:31 +08:00
.address_form {
2025-08-05 15:25:23 +08:00
background: #FFFFFF;
border-radius: 24rpx;
padding: 0 30rpx 30rpx;
}
2026-07-09 11:07:31 +08:00
.region_warp {
2025-08-05 15:25:23 +08:00
display: flex;
justify-content: space-between;
width: calc(100% - 160rpx);
}
2026-07-09 11:07:31 +08:00
.address_default {
2025-08-05 15:25:23 +08:00
background: #FFFFFF;
border-radius: 24rpx;
padding: 30rpx;
display: flex;
justify-content: space-between;
margin-top: 30rpx;
2026-07-09 11:07:31 +08:00
.title {
2025-08-05 15:25:23 +08:00
font-weight: bold;
font-size: 28rpx;
color: #222222;
}
}
// 添加地址的样式 end 使用地方:添加地址,领取奖品
// 选择地址的弹框 start 使用地方:提交订单,领取奖品
2026-07-09 11:07:31 +08:00
.address_popup_warp {
2025-08-05 15:25:23 +08:00
padding: 30rpx;
height: 1200rpx;
overflow-y: hidden;
2026-07-09 11:07:31 +08:00
.address_popup_title {
2025-08-05 15:25:23 +08:00
text-align: center;
margin-bottom: 20rpx;
}
2026-07-09 11:07:31 +08:00
.address_popup_content {
2025-08-05 15:25:23 +08:00
height: calc(100% - 180rpx);
overflow-y: auto;
}
2026-07-09 11:07:31 +08:00
.address_popup_content_add {
2025-08-05 15:25:23 +08:00
text-align: right;
2026-07-09 11:07:31 +08:00
margin: 10rpx 0 20rpx;
2025-08-05 15:25:23 +08:00
}
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
// 选择地址的弹框 end
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
// 分类 :start 使用地方:首页,哈希联盟
2026-07-09 11:07:31 +08:00
.sort_comm_warp {
2025-08-05 15:25:23 +08:00
background: #ffffff;
padding: 20rpx;
2026-07-09 11:07:31 +08:00
height: 170rpx;
2025-08-05 15:25:23 +08:00
border-radius: 20rpx;
2026-07-09 11:07:31 +08:00
box-sizing: border-box;
2025-08-05 15:25:23 +08:00
display: flex;
flex-wrap: wrap;
2026-07-09 11:07:31 +08:00
align-items: center;
2025-08-05 15:25:23 +08:00
justify-content: space-between;
2026-07-09 11:07:31 +08:00
.sort_item_comm {
flex: 1;
2025-08-05 15:25:23 +08:00
text-align: center;
margin-bottom: 20rpx;
}
2026-07-09 11:07:31 +08:00
.sort_item_title_comm {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 22rpx;
color: #333333;
}
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
// 分类 :end
// 未开放弹框 :start
2026-07-09 11:07:31 +08:00
.slot-content {
2025-08-05 15:25:23 +08:00
text-align: center;
width: 100%;
position: relative;
2026-07-09 11:07:31 +08:00
.close_warp {
2025-08-05 15:25:23 +08:00
position: absolute;
right: 0rpx;
top: 0rpx;
}
2026-07-09 11:07:31 +08:00
.content_ {}
.content_1 {
2025-08-05 15:25:23 +08:00
font-weight: bold;
font-size: 36rpx;
color: #111111;
}
2026-07-09 11:07:31 +08:00
.content_2 {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 28rpx;
color: #111111;
margin-top: 30rpx;
}
2026-07-09 11:07:31 +08:00
.content_3 {
2025-08-05 15:25:23 +08:00
background: #EEEEEE;
border-radius: 20rpx;
2026-07-09 11:07:31 +08:00
padding: 20rpx;
2025-08-05 15:25:23 +08:00
font-weight: bold;
font-size: 50rpx;
color: #111111;
text-align: center;
margin-top: 20rpx;
}
2026-07-09 11:07:31 +08:00
.but_ {
2025-08-05 15:25:23 +08:00
margin-top: 40rpx;
2026-07-09 11:07:31 +08:00
.but_copy {
2025-08-05 15:25:23 +08:00
background: $app-bt-bj;
border-radius: 45rpx;
font-weight: bold;
font-size: 28rpx;
color: #FFFFFF;
padding: 20rpx 0;
}
2026-07-09 11:07:31 +08:00
.but_close {
2025-08-05 15:25:23 +08:00
font-weight: bold;
font-size: 28rpx;
color: #666666;
margin-top: 20rpx;
}
}
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
// 未开放弹框 end
// 现金余额充值 start
2026-07-09 11:07:31 +08:00
.purse_recharge_warp {
2025-08-05 15:25:23 +08:00
background-color: $app-bj;
height: 100%;
overflow: auto;
2026-07-09 11:07:31 +08:00
.purse_recharge_cntent {
2025-08-05 15:25:23 +08:00
padding: 30rpx;
}
2026-07-09 11:07:31 +08:00
.recharge_balance {
2025-08-05 15:25:23 +08:00
display: flex;
justify-content: space-between;
align-items: center;
background: $app-bt-bj;
2026-07-09 11:07:31 +08:00
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 0, 0, 0.06);
2025-08-05 15:25:23 +08:00
border-radius: 8rpx;
padding: 0 34rpx;
height: 140rpx;
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.recharge_balance_image {
2025-08-05 15:25:23 +08:00
display: flex;
align-items: center;
2026-07-09 11:07:31 +08:00
.msg_ {
2025-08-05 15:25:23 +08:00
font-size: 31rpx;
2026-07-09 11:07:31 +08:00
color: rgba(255, 255, 255, 0.9);
2025-08-05 15:25:23 +08:00
line-height: 42rpx;
margin-left: 10rpx;
}
}
2026-07-09 11:07:31 +08:00
.recharge_balance_ {
2025-08-05 15:25:23 +08:00
font-weight: 600;
font-size: 46rpx;
2026-07-09 11:07:31 +08:00
color: rgba(255, 255, 255, 0.9);
2025-08-05 15:25:23 +08:00
line-height: 63rpx;
}
2026-07-09 11:07:31 +08:00
.form_item {
2025-08-05 15:25:23 +08:00
margin-top: 50rpx;
2026-07-09 11:07:31 +08:00
.form_item_title {
2025-08-05 15:25:23 +08:00
font-weight: 500;
font-size: 31rpx;
2026-07-09 11:07:31 +08:00
color: rgba(0, 0, 0, 0.85);
2025-08-05 15:25:23 +08:00
line-height: 42rpx;
}
2026-07-09 11:07:31 +08:00
.recharge_way_warp {
2025-08-05 15:25:23 +08:00
background: #FFFFFF;
2026-07-09 11:07:31 +08:00
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 0, 0, 0.06);
2025-08-05 15:25:23 +08:00
border-radius: 8rpx;
padding: 20rpx;
margin-top: 20rpx;
2026-07-09 11:07:31 +08:00
.way_item_but {
border-bottom: 1rpx solid rgba(0, 0, 0, 0.26);
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.way_item_ {
2025-08-05 15:25:23 +08:00
// margin-bottom: 20rpx;
}
}
}
}
// 现金余额充值 end
// 更新软件 start
2026-07-09 11:07:31 +08:00
::v-deep(uni-page-body) {
height: 100%;
}
2025-08-05 15:25:23 +08:00
2026-07-09 11:07:31 +08:00
.up_content {
2025-09-12 17:43:10 +08:00
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
2026-07-09 11:07:31 +08:00
2025-09-12 17:43:10 +08:00
// background-color: #111111;
2025-08-05 15:25:23 +08:00
#img {
2026-07-09 11:07:31 +08:00
width: 100%;
height: 100%;
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.content .con {
font-size: 0;
display: flex;
align-items: center;
}
#info {
position: absolute;
top: 0;
left: 0;
width: 72rpx;
height: 72rpx;
line-height: 72rpx;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.3);
text-align: center;
color: #fff;
font-size: 24rpx;
}
.wrapper {
width: 36rpx;
height: 72rpx;
position: absolute;
top: 0;
overflow: hidden;
}
.right {
right: 0;
}
.left {
left: 0;
}
2025-08-05 15:25:23 +08:00
/* 弹出层形式的广告 */
2025-09-12 17:43:10 +08:00
.uni-banner {
width: 540rpx;
margin: 0 auto;
2026-01-31 12:03:26 +08:00
background: url(https://static.tbmall.xin/static/version-tip.png) no-repeat;
2025-09-12 17:43:10 +08:00
background-size: 100% 100%;
}
2026-07-09 11:07:31 +08:00
.close_btn {
2025-09-12 17:43:10 +08:00
position: absolute;
top: 0;
right: 0;
width: 48rpx;
height: 48rpx;
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
.banner_box {
2025-09-12 17:43:10 +08:00
// margin-top:140rpx;
height: 700rpx;
2026-07-09 11:07:31 +08:00
padding: 40rpx;
2025-08-05 15:25:23 +08:00
width: 88%;
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
.title_ {
2026-07-09 11:07:31 +08:00
text-align: center;
line-height: 96rpx;
font-size: 56rpx;
color: #fff;
font-weight: bold;
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.version_ {
2025-08-05 15:25:23 +08:00
display: flex;
align-items: center;
justify-content: center;
2026-07-09 11:07:31 +08:00
margin-top: 10rpx;
.version_item {
2025-08-05 15:25:23 +08:00
background: #FFFFFF;
border-radius: 30rpx;
2026-07-09 11:07:31 +08:00
color: $app-bt-bj;
padding: 8rpx 20rpx;
2025-08-05 15:25:23 +08:00
font-size: 30rpx;
}
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
.conter {
2026-07-09 11:07:31 +08:00
font-size: 28rpx;
2025-09-12 17:43:10 +08:00
margin-top: 280rpx;
2026-07-09 11:07:31 +08:00
color: #333;
height: 280rpx;
2025-08-05 15:25:23 +08:00
overflow: auto;
// width: calc(100% - 40rpx);
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
.banner_foot {
2026-07-09 11:07:31 +08:00
margin: 0 auto;
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
.banner_foot_button {
2026-07-09 11:07:31 +08:00
background: linear-gradient(270deg, #B164FB 0%, #7934F6 100%);
border-radius: 16rpx;
line-height: 72rpx;
height: 80rpx;
font-size: 32rpx;
2025-09-12 17:43:10 +08:00
width: 440rpx;
2026-07-09 11:07:31 +08:00
color: #fff;
font-weight: bold;
border: none;
// box-shadow: 0 8rpx 20rpx 0 $app-zt-color;
margin-bottom: 20rpx;
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
.banner_foot_button:active {
2026-07-09 11:07:31 +08:00
background-image: linear-gradient(to right, $app-zt-color, $app-zt-color);
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.banner_foot_button_no {
2025-08-05 15:25:23 +08:00
font-size: 23rpx;
2026-07-09 11:07:31 +08:00
color: rgba(0, 0, 0, 0.26);
2025-08-05 15:25:23 +08:00
line-height: 33rpx;
text-align: center;
}
2026-07-09 11:07:31 +08:00
2025-08-05 15:25:23 +08:00
.uni-mask {
2026-07-09 11:07:31 +08:00
background: rgba(0, 0, 0, 0.6);
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 2;
2025-08-05 15:25:23 +08:00
}
2026-07-09 11:07:31 +08:00
.banner_loading_msg {
2025-08-05 15:25:23 +08:00
text-align: center;
font-size: 26rpx;
2026-07-09 11:07:31 +08:00
color: rgba(0, 0, 0, 0.26);
2025-08-05 15:25:23 +08:00
margin-top: 10rpx;
}
}
// 更新软件 end
2026-07-09 11:07:31 +08:00
.header_ {
2025-08-05 15:25:23 +08:00
display: flex;
align-items: center;
justify-content: space-between;
padding: 74rpx 20rpx 20rpx;
2026-07-09 11:07:31 +08:00
.title_ {
2025-08-05 15:25:23 +08:00
// font-weight: bold;
font-size: 36rpx;
color: #000000;
margin-left: 20rpx;
}
}