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

658 lines
12 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 */
/* 水平间距 */
/* 垂直间距 */
page {
background: #F5F5FA;
}
.news_title {
border-bottom: 1px solid #eee;
padding: 20rpx 5%;
box-sizing: border-box;
overflow: hidden;
position: relative;
width: 100%;
}
.news_title .title {
color: #333;
line-height: 50rpx;
}
.news_title .time {
color: #777;
margin-top: 20rpx;
}
.news_title .tag {
color: #e01f20;
}
.biaoti {
color: #777777;
height: 90rpx;
line-height: 90rpx;
margin-top: 20rpx;
}
.biaoti image {
width: 35rpx;
margin-right: 10rpx;
margin-bottom: -6rpx;
}
.main {
line-height: 60rpx;
}
.main .li {
display: flex;
justify-content: space-between;
}
.line {
border: solid 3px #eee;
}
.button-bottom {
padding: 15rpx 26rpx;
text-align: right;
display: block;
display: flex;
justify-content: flex-end;
height: unset;
}
.buttonEdit {
width: 224rpx;
height: 90rpx;
background: #FFFFFF;
border-radius: 45rpx;
border: 1px solid #FB8F0C;
font-weight: 500;
font-size: 30rpx;
color: #FB8F0C;
}
.button-bottom .btn {
margin-left: 20rpx;
width: 224rpx !important;
height: 90rpx;
background: #FFFFFF;
border-radius: 45rpx;
border: 1px solid #FB8F0C;
font-weight: 500;
font-size: 30rpx;
color: #FB8F0C;
flex: unset;
}
.ti {
width: 115px;
}
.topBox {
width: 100%;
height: 280rpx;
background: linear-gradient(0deg, #F5F5FA 0%, #FFF3D5 100%);
padding: 0 72rpx;
overflow: hidden;
}
.statusText {
font-weight: bold;
font-size: 36rpx;
color: #413A2A;
margin-top: 52rpx;
}
.statusTip {
font-weight: 400;
font-size: 24rpx;
color: #A69879;
margin-top: 20rpx;
}
.orderInfoBox {
padding: 0 35rpx;
margin-top: -80rpx;
}
.viewBox {
background: #fff;
border-radius: 30rpx;
padding: 35rpx;
}
.viewBox .goodsInfo {
margin-top: 32rpx;
background: #FFF9F5;
border-radius: 20rpx;
padding: 14rpx 16rpx;
padding-right: 35rpx;
}
.viewBox .goodsInfo .infoLeft .goodsImg {
width: 80rpx;
height: 80rpx;
}
.viewBox .goodsInfo .infoLeft .text1 {
font-weight: 500;
font-size: 22rpx;
color: #333333;
}
.viewBox .goodsInfo .infoLeft .text2 {
font-weight: 500;
font-size: 30rpx;
color: #333333;
margin-top: 15rpx;
}
.viewBox .goodsInfo .infoCenter .text1 {
font-weight: 500;
font-size: 22rpx;
color: #333333;
}
.viewBox .goodsInfo .infoCenter .textIcon {
font-weight: 500;
font-size: 30rpx;
color: #333333;
}
.viewBox .goodsInfo .infoCenter .textNum {
font-weight: 500;
font-size: 30rpx;
color: #333333;
margin-left: 7rpx;
}
.viewBox .goodsInfo .infoRight .text1 {
font-weight: 500;
font-size: 22rpx;
color: #333333;
text-align: center;
}
.viewBox .goodsInfo .infoRight .textIcon {
font-weight: 500;
font-size: 24rpx;
color: #ED6343;
}
.viewBox .goodsInfo .infoRight .textNum {
font-weight: 500;
font-size: 36rpx;
color: #ED6343;
margin-left: 7rpx;
}
.specsBox {
height: 70rpx;
background: #FFF7F7;
border-radius: 20rpx;
margin-top: 10rpx;
font-weight: 500;
font-size: 22rpx;
color: #333333;
padding-left: 33rpx;
padding-right: 25rpx;
}
.specsBox .specsText {
font-weight: 500;
font-size: 22rpx;
color: #333333;
margin-right: 18rpx;
margin-top: -5rpx;
}
.specsBox .updateBtn {
width: 91rpx;
height: 51rpx;
line-height: 51rpx;
background: #FFFFFF;
border-radius: 26rpx;
font-weight: 500;
font-size: 22rpx;
color: #FF8E3B;
text-align: center;
}
.countBox {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 15rpx;
padding-left: 10rpx;
}
.countBox .text1 {
font-weight: 500;
font-size: 22rpx;
color: #333333;
text-align: center;
margin-right: 14rpx;
margin-top: 7rpx;
}
.countBox .textIcon {
font-weight: 500;
font-size: 24rpx;
color: #ED6343;
}
.countBox .textNum {
font-weight: 500;
font-size: 36rpx;
color: #ED6343;
margin-left: 7rpx;
}
.infoWrap .bgHead {
height: 108rpx;
line-height: 108rpx;
background: linear-gradient(180deg, #FFFAF5 0%, #FFFFFF 100%);
border-radius: 30rpx 30rpx 0rpx 0rpx;
padding-left: 41rpx;
font-weight: bold;
font-size: 30rpx;
color: #333333;
}
.infoWrap .bgHead .infoTip2 {
font-weight: 400;
font-size: 22rpx;
color: #FF7F18;
margin-left: 38rpx;
}
.infoWrap .infoBox {
padding: 0 39rpx 45rpx;
margin-top: -5rpx;
}
.infoWrap .infoBox .infoText1 {
font-weight: bold;
font-size: 32rpx;
color: #333333;
}
.infoWrap .infoBox .infoText2 {
font-weight: bold;
font-size: 32rpx;
color: #333333;
margin-left: 28rpx;
}
.infoWrap .infoBox .infoAddress {
font-weight: 300;
font-size: 22rpx;
color: #95979B;
}
.infoWrap .infoBox .infoTip {
font-weight: 400;
font-size: 22rpx;
color: #E4AA45;
margin-top: 12rpx;
border-bottom: 1px solid #DEDEDE;
padding-bottom: 29rpx;
}
.infoWrap .infoBox .infoDate {
font-weight: 400;
font-size: 32rpx;
color: #999999;
}
.infoWrap .infoBox .infoTip3 {
background: #FFF4ED;
border-radius: 10rpx;
font-weight: 400;
font-size: 22rpx;
color: #FF7F18;
padding: 16rpx 11rpx;
}
.infoWrap .infoBox .infoBtnBox {
font-weight: 400;
font-size: 32rpx;
color: #333333;
margin-top: 41rpx;
}
.detailBox {
padding: 45rpx 37rpx 60rpx;
border-radius: 30rpx;
background: #fff;
margin-top: 20rpx;
font-weight: bold;
font-size: 30rpx;
color: #333333;
}
.detailBox .detailText {
font-weight: 400;
font-size: 28rpx;
color: #333333;
margin-top: 41rpx;
}
.funBtnBox {
padding-bottom: 45rpx;
}
.funBtnBox .leftBtn {
height: 58rpx;
width: 50%;
border-right: 1rpx solid #B0B0B0;
}
.funBtnBox .rightBtn {
height: 58rpx;
width: 50%;
}
.funBtnBox .btnIcon {
width: 33rpx;
height: 33rpx;
margin-right: 15rpx;
}
.toDoorDate {
font-weight: 400;
font-size: 28rpx;
color: #999999;
margin-top: 40rpx;
}
.recordLable {
font-weight: 400;
font-size: 28rpx;
color: #333333;
margin-right: 30rpx;
}
.infoDate2 {
font-weight: bold;
font-size: 32rpx;
color: #FF7F18;
}
.infoDate3 {
font-weight: bold;
font-size: 32rpx;
color: #333333;
}
.updateLable {
font-weight: 400;
font-size: 28rpx;
color: #333333;
margin-right: 15rpx;
}
.buttonType2 {
width: 224rpx;
height: 90rpx;
background: linear-gradient(45deg, #FFAD38 0%, #FF9023 100%);
border-radius: 45rpx;
font-weight: 500;
font-size: 30rpx;
color: #FFFFFF;
margin-left: 24rpx;
}
.tipBox {
position: absolute;
left: 0;
height: 60rpx;
width: 100%;
text-align: left;
line-height: 60rpx;
padding-left: 56rpx;
top: -60rpx;
font-weight: 400;
font-size: 26rpx;
color: #FF8C27;
background: #FFF8F3;
}