306 lines
5.4 KiB
Plaintext
306 lines
5.4 KiB
Plaintext
|
|
@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 这个文件
|
|||
|
|
*/
|
|||
|
|
/* 颜色变量 */
|
|||
|
|
/* 行为相关颜色 */
|
|||
|
|
/* 文字基本颜色 */
|
|||
|
|
/* 背景颜色 */
|
|||
|
|
/* 边框颜色 */
|
|||
|
|
/* 尺寸变量 */
|
|||
|
|
/* 文字尺寸 */
|
|||
|
|
/* 图片尺寸 */
|
|||
|
|
/* Border Radius */
|
|||
|
|
/* 水平间距 */
|
|||
|
|
/* 垂直间距 */
|