This commit is contained in:
2024-08-22 12:53:28 +08:00
commit 1d65a849fd
360 changed files with 41757 additions and 0 deletions

View File

@@ -0,0 +1,358 @@
.store_nav_cont {
padding: 10px 0;
}
.store_nav_cont #list-true {
color: #ff495e;
font-size: 28rpx;
}
.store_nav_cont #list-0 {
color: #333;
font-size: 28rpx;
}
.store_nav_cont #list-0 .icon-fenlei {
color: #777;
font-size: 28rpx;
padding-left: 8rpx;
}
.store_nav_cont #list-true .icon-fenlei {
color: #ff495e;
font-size: 28rpx;
padding-left: 8rpx;
}
.price {
margin-top: 10rpx;
}
.title {
height: 50rpx!important;
}
.store_nav_cont #list-0 .top_jiantou,.store_nav_cont #list-true .top_jiantou {
color: #777;
font-size: 18rpx;
margin-top: -16rpx;
position: absolute;
right: 52rpx;
top: 50%;
}
.store_nav_cont #list-0 .bot_jiantou,.store_nav_cont #list-true .bot_jiantou {
color: #777;
font-size: 18rpx;
margin-top: -2rpx;
position: absolute;
right: 52rpx;
top: 50%;
}
.store_nav_cont #list-true .bot_jiantou.active,.store_nav_cont #list-true .top_jiantou.active {
color: #ff495e;
}
.container {
position: relative;
}
.cate-btn {
background: #ff495e;
bottom: 18rpx;
color: #fff;
font-size: 20rpx;
padding: 4px 18rpx;
right: 18rpx;
}
.index-cont-search icon {
left: 0;
margin-left: 20rpx;
}
.index-search-box {
background: #fff;
border-bottom: 1px solid #eee;
left: 0rpx;
padding: 18rpx 13rpx;
position: fixed;
right: 0rpx;
top: 1rpx;
z-index: 999;
}
.index-search {
background: #fff;
border-bottom: 0;
border-radius: 50rpx;
box-sizing: border-box;
color: #999;
font-size: 32rpx;
height: 64rpx;
line-height: 64rpx;
margin: 0 10rpx;
overflow: hidden;
position: relative;
}
.list-right {
width: 60rpx;
}
.list-right text {
font-size: 40rpx;
height: 64rpx;
line-height: 64rpx;
}
.list-header {
left: 0;
position: fixed;
right: 0;
top: 1rpx;
}
.no-more {
color: #737373;
margin: 10px 0;
text-align: center;
}
.category-list {
overflow: hidden;
}
.category-list .list {
box-sizing: border-box;
float: left;
width: 50%;
}
.category-list .list:nth-child(2n) {
border-bottom: 4px solid #f7f7f7;
border-left: 2px solid #f7f7f7;
}
.category-list .list:nth-child(2n-1) {
border-bottom: 4px solid #f7f7f7;
border-right: 2px solid #f7f7f7;
}
.category-list.arrange .list {
border-bottom: 1rpx solid #f7f7f7;
overflow: hidden;
padding: 15rpx;
width: 100%;
}
.category-list.arrange .list .left {
float: left;
width: 35%;
}
.category-list.arrange .list .right {
float: left;
width: 65%;
}
.category-list.arrange .list .left .img image {
height: 220rpx;
width: 220rpx;
}
.search-input-box {
background: #f7f7f7;
height: 64rpx;
margin-right: 10rpx;
width: auto;
}
.search-input {
border-radius: 5px 0 0 5px;
box-sizing: border-box;
overflow: hidden;
padding-left: 10rpx;
width: 80%;
}
.search-input input {
font-size: 30rpx;
height: 64rpx;
line-height: 64rpx;
}
.serch-button {
box-sizing: border-box;
width: 20%;
}
.serch-button button {
border-radius: 0 5px 5px 0;
font-size: 28rpx;
height: 64rpx;
line-height: 64rpx;
}
.search-cate-box {
height: 70rpx;
}
.search-cate {
position: relative;
top: 30%;
}
.page-column {
background-color: #f7f7f7;
border-radius: 6rpx;
margin: 0 5rpx;
padding: 10rpx 0rpx!important;
text-align: center;
}
.search-cate-activity {
background-color: #e64340;
color: #fff;
}
.colour-box {
background: #e64340;
color: #fff;
font-size: 26rpx;
line-height: 26rpx;
margin-right: 10rpx;
padding: 4rpx 8rpx;
text-align: center;
}
@-webkit-keyframes remindMessage {
0% {
-webkit-transform: translateX(90%);
}
100% {
-webkit-transform: translateX(-180%);
}
}
@keyframes remindMessage {
0% {
-webkit-transform: translateX(90%);
}
100% {
-webkit-transform: translateX(-180%);
}
}
.tongzhitext {
margin-left: 10rpx;
margin-right: 80rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tongzhi-text {
animation: remindMessage 14s linear infinite;
display: block;
}
.notice-wrap,.tongzhi-text {
color: #d09868;
font-size: 28rpx;
width: 100%;
}
.notice-wrap {
background: #ffebda;
height: 60rpx;
line-height: 60rpx;
}
.closeView {
font-size: 35rpx;
height: 45rpx;
line-height: 45rpx;
position: absolute;
right: 20rpx;
text-align: center;
top: 5rpx;
width: 45rpx;
}
.clear {
clear: both;
overflow: hidden;
}
.tabTit {
background: #fff;
border-bottom: 1px solid #eee;
font-size: 15px;
height: 90rpx;
line-height: 90rpx;
position: fixed;
text-align: center;
top: 0;
width: 750rpx;
z-index: 1;
}
.tabTit .active {
background: #fff;
color: #e64340;
}
.tabTit .active image {
background: none;
transform: rotate(180deg);
}
.tabTit image {
height: 26rpx;
margin-left: 5px;
vertical-align: middle;
width: 26rpx;
}
.tabLayer {
background: #fff;
border-bottom: 1px solid #eee;
box-shadow: 0 5px 5px rgba(0,0,0,.15);
overflow: hidden;
padding-bottom: 40rpx;
position: fixed;
text-align: center;
top: 340rpx;
width: 750rpx;
z-index: 1;
}
.tabLayer text {
border: 1px solid #eee;
float: left;
font-size: 15px;
height: 60rpx;
line-height: 60rpx;
margin: 20rpx 0 0 26rpx;
width: 210rpx;
}
.tabLayer .active {
border-color: #e64340;
color: #e64340;
}
.flex1 {
display: block;
flex: 1;
overflow: hidden;
}
.box {
display: -ms-flexbox;
display: flex;
}