2025-10-29 15:50:14 +08:00

714 lines
13 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
.u-line-1 {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical !important;
}
.u-line-2 {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical !important;
}
.u-line-3 {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical !important;
}
.u-line-4 {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical !important;
}
.u-line-5 {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical !important;
}
.u-border {
border-width: 0.5px !important;
border-color: #dadbde !important;
border-style: solid;
}
.u-border-top {
border-top-width: 0.5px !important;
border-color: #dadbde !important;
border-top-style: solid;
}
.u-border-left {
border-left-width: 0.5px !important;
border-color: #dadbde !important;
border-left-style: solid;
}
.u-border-right {
border-right-width: 0.5px !important;
border-color: #dadbde !important;
border-right-style: solid;
}
.u-border-bottom {
border-bottom-width: 0.5px !important;
border-color: #dadbde !important;
border-bottom-style: solid;
}
.u-border-top-bottom {
border-top-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-color: #dadbde !important;
border-top-style: solid;
border-bottom-style: solid;
}
.u-reset-button {
padding: 0;
background-color: transparent;
font-size: inherit;
line-height: inherit;
color: inherit;
}
.u-reset-button::after {
border: none;
}
.u-hover-class {
opacity: 0.7;
}
.u-primary-light {
color: #ecf5ff;
}
.u-warning-light {
color: #fdf6ec;
}
.u-success-light {
color: #f5fff0;
}
.u-error-light {
color: #fef0f0;
}
.u-info-light {
color: #f4f4f5;
}
.u-primary-light-bg {
background-color: #ecf5ff;
}
.u-warning-light-bg {
background-color: #fdf6ec;
}
.u-success-light-bg {
background-color: #f5fff0;
}
.u-error-light-bg {
background-color: #fef0f0;
}
.u-info-light-bg {
background-color: #f4f4f5;
}
.u-primary-dark {
color: #398ade;
}
.u-warning-dark {
color: #f1a532;
}
.u-success-dark {
color: #53c21d;
}
.u-error-dark {
color: #e45656;
}
.u-info-dark {
color: #767a82;
}
.u-primary-dark-bg {
background-color: #398ade;
}
.u-warning-dark-bg {
background-color: #f1a532;
}
.u-success-dark-bg {
background-color: #53c21d;
}
.u-error-dark-bg {
background-color: #e45656;
}
.u-info-dark-bg {
background-color: #767a82;
}
.u-primary-disabled {
color: #9acafc;
}
.u-warning-disabled {
color: #f9d39b;
}
.u-success-disabled {
color: #a9e08f;
}
.u-error-disabled {
color: #f7b2b2;
}
.u-info-disabled {
color: #c4c6c9;
}
.u-primary {
color: #3c9cff;
}
.u-warning {
color: #f9ae3d;
}
.u-success {
color: #5ac725;
}
.u-error {
color: #f56c6c;
}
.u-info {
color: #909399;
}
.u-primary-bg {
background-color: #3c9cff;
}
.u-warning-bg {
background-color: #f9ae3d;
}
.u-success-bg {
background-color: #5ac725;
}
.u-error-bg {
background-color: #f56c6c;
}
.u-info-bg {
background-color: #909399;
}
.u-main-color {
color: #303133;
}
.u-content-color {
color: #606266;
}
.u-tips-color {
color: #909193;
}
.u-light-color {
color: #c0c4cc;
}
.u-safe-area-inset-top {
padding-top: 0;
padding-top: constant(safe-area-inset-top);
padding-top: env(safe-area-inset-top);
}
.u-safe-area-inset-right {
padding-right: 0;
padding-right: constant(safe-area-inset-right);
padding-right: env(safe-area-inset-right);
}
.u-safe-area-inset-bottom {
padding-bottom: 0;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.u-safe-area-inset-left {
padding-left: 0;
padding-left: constant(safe-area-inset-left);
padding-left: env(safe-area-inset-left);
}
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
.content {
background: #F5F5FA;
overflow: hidden;
height: 100vh;
}
.listIcon {
width: 36rpx;
height: 36rpx;
}
.listLabel {
font-weight: 500;
font-size: 28rpx;
color: #333333;
margin-left: 12rpx;
}
.commission {
background: #FFBF12;
border-radius: 16rpx 16rpx 16rpx 0px;
font-weight: 500;
font-size: 20rpx;
color: #FFFFFF;
margin-left: 14rpx;
padding: 6rpx 13rpx;
}
.qrcodeBox {
background: linear-gradient(90deg, #FFF6EB 0%, #FFFCF1 100%) !important;
margin-bottom: 20rpx !important;
}
.phoneText {
font-weight: 500;
font-size: 28rpx;
color: #FB8E0C;
margin-left: 7rpx;
margin-right: 18rpx;
}
.listBox {
padding: 32rpx 0rpx;
margin: 0 32rpx;
border-bottom: solid 1px #eee;
}
.listBox:last-child {
border-bottom: none;
}
button::after {
border: none;
}
button {
background: #fff;
padding: 0 15rpx;
}
page {
background-color: #eee !important;
}
.bgBox {
width: 100%;
height: 500rpx;
background: linear-gradient(0deg, #F5F5FA 0%, #FFF9EA 100%);
position: fixed;
left: 0;
top: calc(88rpx + 25px);
z-index: 0;
}
.moreText {
font-weight: 500;
font-size: 24rpx;
color: #333333;
}
.orderLable {
font-weight: 800;
font-size: 26rpx;
color: #62442B;
}
.orderBox {
padding: 32rpx 0 29rpx !important;
}
.orderBox .orderHead {
padding: 0 35rpx 7rpx 29rpx;
}
.mine_card {
display: flex;
flex-wrap: wrap;
}
.mine_card .li {
flex: 0 0 25%;
text-align: center;
margin-bottom: 15rpx;
color: #333333;
position: relative;
}
.mine_card .li image {
width: 100rpx;
margin-bottom: 10rpx;
}
.mine_card .li > .fsz26 {
position: absolute;
background: #e01f20;
min-width: 36rpx;
min-height: 36rpx;
border-radius: 50%;
top: 0;
color: #fff;
}
.mine_card2 {
padding-top: 25rpx;
box-sizing: border-box;
}
.flexView {
width: 100%;
height: 100%;
margin: 0 auto;
display: flex;
position: relative;
flex-direction: column;
overflow: auto;
}
.flexView .head-read {
padding-bottom: 10rpx;
}
.flexView .head-read .flex {
display: flex;
align-items: center;
padding: 43rpx 50rpx 24rpx 35rpx;
position: relative;
}
.flexView .head-read .flex .read-img {
width: 120rpx;
height: 120rpx;
border-radius: 100%;
overflow: hidden;
margin-right: 20rpx;
border: 4rpx solid rgba(255, 255, 255, 0.3);
}
.flexView .head-read .flex .flex-box {
flex: 1;
min-width: 0;
font-size: 26rpx;
color: #333;
}
.flexView .head-read .flex .flex-box-text {
margin: 10rpx 0;
font-size: 32rpx;
color: #333333;
}
.flexView .head-read .flex .arrow {
position: relative;
padding-right: 30rpx;
}
.flexView .head-read .flex .arrow ._span {
font-size: 28rpx;
color: white;
}
.flexView .head-read .flex .arrow:after {
content: " ";
display: inline-block;
height: 12rpx;
width: 12rpx;
border-width: 4rpx 4rpx 0 0;
border-color: #848484;
border-style: solid;
-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
position: relative;
top: -4rpx;
position: absolute;
top: 50%;
margin-top: -8rpx;
right: 4rpx;
border-radius: 2rpx;
}
.flexView .head-read .flex .arrow-one:after {
border-color: white;
margin-top: -6rpx;
}
.flexView .white-box {
width: 94%;
background: white;
border-radius: 10rpx;
margin: -75rpx auto 0rpx;
box-shadow: 0 6rpx 20rpx #e7e7e7;
}
.flexView .white-box .tx {
padding-top: 26rpx;
overflow: hidden;
display: flex;
justify-content: space-between;
align-content: center;
}
.flexView .white-box .tx-grid {
box-sizing: border-box;
}
.flexView .white-box .tx-grid:first-child {
margin-left: 40rpx;
}
.flexView .white-box .tx-grid-comm-sign {
display: block;
border-radius: 40rpx 0 0 40rpx;
font-size: 26rpx;
padding: 16rpx 44rpx;
background: linear-gradient(to right, #fef082, #ffc551);
background-color: #fef082;
color: #cf4400;
}
.flexView .white-box .tx-grid-text {
display: block;
color: #333;
font-size: 26rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.flexView .white-box .tx-grid-text .title {
font-size: 26rpx;
font-weight: normal;
}
.flexView .white-box .tx-grid-text .money {
font-size: 50rpx;
color: #ff6423;
letter-spacing: 2rpx;
margin-bottom: 10rpx;
}
.flexView .white-box .tx-grid-text .money-b {
font-size: 28rpx;
}
.flexView .white-box .palace {
padding-bottom: 25rpx;
overflow: hidden;
display: flex;
justify-content: center;
padding-top: 25rpx;
}
.flexView .white-box .palace-grid {
flex: 1;
position: relative;
box-sizing: border-box;
}
.flexView .white-box .palace-grid:not(:last-child):after {
width: 1rpx;
height: 80rpx;
background: #fddece;
content: " ";
display: inline-block;
position: absolute;
top: 0;
right: 0;
}
.flexView .white-box .palace-grid-text {
display: block;
text-align: center;
color: #333;
font-size: 32rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.flexView .white-box .palace-grid-text-name {
font-size: 26rpx;
font-weight: normal;
}
.flexView .white-box .palace-grid-text-data {
font-size: 32rpx;
letter-spacing: 2rpx;
margin-bottom: 12rpx;
}
.flexView .white-box .palace-grid-text-data-b {
font-size: 20rpx;
}
.h3-list {
margin: 0px 10px 0px 10px;
border-bottom: solid 1px #eee;
padding: 10px 0px;
}
.h3-list:last-child {
border-bottom: none;
}
.h3-title {
margin: 0px 10px 15px 10px;
border-bottom: solid 1px #eee;
padding: 10px 0px;
}
.fuwu {
background: #fff;
border-radius: 20rpx;
box-sizing: border-box;
padding: 0rpx;
margin: 20rpx 35rpx 0rpx 35rpx;
box-sizing: border-box;
}
.menuBox {
display: flex;
flex-wrap: wrap;
}
.menuBox .menuView {
width: 25%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 20rpx;
}
.menuBox .menuView .menuIcon {
width: 87rpx;
height: 87rpx;
}
.menuBox .menuView .menuText {
margin-top: 19rpx;
font-weight: 500;
font-size: 24rpx;
color: #333333;
}
.headTitle {
font-weight: bold;
font-size: 34rpx;
color: #181622;
text-align: center;
height: calc(88rpx + 25px);
line-height: 88rpx;
background: #FEF9EB;
position: fixed;
width: 100%;
z-index: 99;
padding-top: 25px;
}
.statusBox {
height: 25px;
flex-shrink: 0;
}
.walletWrap {
width: 680rpx;
height: 240rpx;
border-radius: 20rpx;
position: relative;
margin: 0 auto;
flex-shrink: 0;
}
.walletWrap .walletBg {
width: 680rpx;
height: 240rpx;
position: absolute;
left: 0;
top: 0;
z-index: 0;
}
.walletWrap .walletBox {
width: 680rpx;
height: 240rpx;
position: absolute;
left: 0;
top: 0;
z-index: 1;
padding: 32rpx 29rpx;
}
.walletWrap .walletBox .img1 {
width: 95rpx;
height: 23rpx;
}
.walletWrap .walletBox .text1 {
font-weight: 500;
font-size: 24rpx;
color: #333333;
margin-right: 10rpx;
}
.walletWrap .walletBox .text2 {
font-weight: 500;
font-size: 24rpx;
color: #62442B;
margin-top: 32rpx;
}
.walletWrap .walletBox .img2 {
width: 34rpx;
height: 34rpx;
margin-left: 29rpx;
}
.walletWrap .walletBox .img3 {
width: 34rpx;
height: 34rpx;
margin-left: 29rpx;
}
.walletWrap .walletBox .priceBtn {
width: 124rpx;
height: 60rpx;
background: #FFF2E2;
border-radius: 30rpx;
font-weight: 500;
font-size: 24rpx;
color: #333333;
}
.walletWrap .walletBox .priceText {
font-weight: 500;
font-size: 48rpx;
color: #62442B;
}
.passwordBox {
padding: 40rpx 45rpx;
border-radius: 30rpx;
}
.passwordBox .text2 {
font-weight: bold;
font-size: 36rpx;
color: #000000;
}
.passwordBox .passwordView {
margin-top: 40rpx;
}
.passwordBox .passwordView .text1 {
font-size: 30rpx;
color: #000000;
width: 160rpx;
text-align: right;
}
.passwordBox .passwordView .input1 {
margin-left: 15rpx;
border: 1rpx solid rgba(0, 0, 0, 0.1);
border-radius: 10rpx;
padding: 15rpx;
padding-left: 20rpx;
font-size: 30rpx;
}