2025-10-25 09:54:24 +08:00

767 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";
page {
background-color: #FFFFFF;
font-size: 32rpx;
}
view {
box-sizing: border-box;
}
image {
background-size: 100% 100%;
height: auto;
}
button {
height: auto;
border: none;
line-height: 2.55555556;
padding: 0 28rpx;
}
input {
background: none;
padding: 0;
}
.fsz24 {
font-size: 24rpx !important;
}
.fsz26 {
font-size: 26rpx !important;
}
.fsz28 {
font-size: 28rpx !important;
}
.fsz30 {
font-size: 30rpx !important;
}
.fsz32 {
font-size: 32rpx !important;
}
.fsz34 {
font-size: 34rpx !important;
}
.fsz36 {
font-size: 36rpx !important;
}
.fsz38 {
font-size: 38rpx !important;
}
.fsz50 {
font-size: 50rpx !important;
}
.clearfix{
overflow: hidden;
}
.fl{
float: left;
}
.fr{
float: right;
}
.overflow1{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.overflow2{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.w1{
width: 94%;
margin: 0 auto;
margin-top: 30rpx;
}
.w{
width: 94%;
margin: 0 auto;
}
.none{
display: none;
}
.zanwu{
text-align: center;
font-size: 30rpx;
margin-top: 50%;
margin-bottom: 30%;
}
.width{
width: 30%;
margin-right: 5%;
}
.width:nth-child(3n){
margin-right: 0;
}
.bglv{background-color: #46b45d;}
.lv{color: #46b45d;}
.icon {
width: 50rpx;
height: 50rpx;
}
.btn {
display: inline-block;
box-sizing: border-box;
border-radius: 0;
font-size: 28rpx;
-webkit-transform: scale(1);
transform: scale(1);
transition: all .5s;
}
.btn::after {
border: none;
}
.content-top {
margin-bottom: 116rpx;
}
.button-bottom {
background-color: #fff;
position: fixed;
bottom: 0;
height: 90rpx;
width: 100%;
display: flex;
z-index: 66;
box-shadow: 0 0 10px #ccc;
}
.button-bottom .btn {
flex: 1;
}
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 106rpx;
background-color: #FFFFFF;
z-index: 9; display: flex;
justify-content: space-between;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-o-box-lines: multiple; line-height: 48px;
justify-content: space-around;
-webkit-justify-content: space-around;
flex-wrap: wrap
}
.navbar .item {
border-top: 5rpx solid transparent;
border-bottom: 5rpx solid transparent;
font-size: 30rpx;
color: #999999;
}
.navbar .on {
border-bottom-color: #E93323;
color: #282828;
}
.img-grids {
overflow: hidden;
}
.hs-di {
position: relative;
display: flex;
}
.ro-text {
position: relative;
font-size: 24rpx;
}
.little-img {
width: 140rpx;
height: 140rpx;
}
.zanwuimg{
width: 100%;
flex-direction: column;
display: flex;
align-items: center;
justify-content: center;
justify-items: center;
height: 70vh;
}
.zanwuimg image{width: 200rpx!important;}
.zanwuimg view{padding-bottom: 30rpx;
padding-top: 20rpx;
font-size: 28rpx;
color: #999999;}
.red-price {
color: red !important;
}
.lidiv-ft {
display: flex;
align-items: center;
}
.right-img .lidiv-ft {
right: 8rpx;
height: 50rpx;
position: absolute;
}
.hs-fttext {
font-size: 28rpx;
float: right;
position: relative;
line-height: 50rpx;
}
.gongli{color:#00a73b}
.hs_box {background-color: #fff;}
.hs-row {
padding: 20rpx 26rpx 20rpx 0;
width: 724rpx;
margin-left: 26rpx;
border-bottom: 2rpx solid #f3f3f3;
position: relative;
background-color: #fff;
color: #333;
display: flex;
min-height: 90rpx;
align-items: center;
justify-content: space-between;
}
.hs-row-hd {
display: flex;
align-items: center;
font-size: 28rpx;
position: relative;
}
.hs-row-bd {
display: flex;
margin-left: 20rpx;
min-height: 30rpx;
overflow: hidden;
align-items: center;
padding-right: 50rpx;
}
.hs-hd-title {
display: inline-block;
position: relative;
}
.hs-input {
display: inline-block;
float: left;
font-size: 26rpx;
}
.btn-primary{ color: #333;
background-color: #fff;
padding: 0rpx 40rpx;
height: 90rpx;
line-height: 90rpx;
min-width: 150rpx;
border: none !important;
}
.fr {
float: right;
}
.btn-default{
border: 2rpx solid #949494;
color: #888;
background-color: #fff;
padding: 0rpx 20rpx;
height: 60rpx;
line-height: 60rpx;
min-width: 140rpx;margin-right: 10px;
text-align: center;
font-size: 22rpx;border-radius: 6px;}
.margin20 {
margin: 20rpx 0;
}
.btn-success{
background-color: #00a65c;
color: #fff;
padding: 0rpx 40rpx;
height: 90rpx;
line-height: 90rpx;
min-width: 150rpx;
border: none !important;
}
.flex{display:flex}
.mr8{margin-top:16rpx}
/**
* 这里是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 */
/* 水平间距 */
/* 垂直间距 */
/* 容器类 - 定义弹性容器 */
.flex {
display: flex;
}
.flex-inline {
display: inline-flex;
}
/* 主轴方向 */
.flex-row {
flex-direction: row;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-column {
flex-direction: column;
}
.flex-column-reverse {
flex-direction: column-reverse;
}
/* 主轴对齐方式 */
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.justify-evenly {
justify-content: space-evenly;
}
/* 交叉轴对齐方式 */
.align-start {
align-items: flex-start;
}
.align-end {
align-items: flex-end;
}
.align-center {
align-items: center;
}
.align-stretch {
align-items: stretch;
}
.align-baseline {
align-items: baseline;
}
/* 多行容器交叉轴对齐 */
.align-content-start {
align-content: flex-start;
}
.align-content-end {
align-content: flex-end;
}
.align-content-center {
align-content: center;
}
.align-content-between {
align-content: space-between;
}
.align-content-around {
align-content: space-around;
}
.align-content-stretch {
align-content: stretch;
}
/* 换行 */
.flex-nowrap {
flex-wrap: nowrap;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
/* 项目排序 */
.order-first {
order: -1;
}
.order-last {
order: 999;
}
.order-0 {
order: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
/* 项目扩展能力 */
.flex-grow-0 {
flex-grow: 0;
}
.flex-grow-1 {
flex-grow: 1;
}
/* 项目收缩能力 */
.flex-shrink-0 {
flex-shrink: 0;
}
.flex-shrink-1 {
flex-shrink: 1;
}
/* 项目初始大小 */
.flex-basis-auto {
flex-basis: auto;
}
.flex-basis-0 {
flex-basis: 0;
}
/* 项目对齐方式 */
.align-self-auto {
align-self: auto;
}
.align-self-start {
align-self: flex-start;
}
.align-self-end {
align-self: flex-end;
}
.align-self-center {
align-self: center;
}
.align-self-stretch {
align-self: stretch;
}
.align-self-baseline {
align-self: baseline;
}
/* 常用组合类 */
.flex-center {
display: flex;
justify-content: center;
align-items: center;
}
.flex-between {
display: flex;
justify-content: space-between;
align-items: center;
}
.flex-around {
display: flex;
justify-content: space-around;
align-items: center;
}
.flex-column-center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.flex1 {
flex: 1;
}
.padding15 {
padding: 15rpx;
}
.padding20 {
padding: 20rpx;
}
.padding25 {
padding: 25rpx;
}
.padding30 {
padding: 30rpx;
}
uni-tabbar.uni-tabbar-bottom .uni-tabbar {
display: none;
}