|
@@ -1,622 +1,409 @@
|
|
|
-.container {
|
|
|
- overflow: hidden;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.ul::-webkit-scrollbar{
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.linear-mask{
|
|
|
+/* 自定义导航栏开始 */
|
|
|
+.custom {
|
|
|
position: fixed;
|
|
|
- bottom: 0;
|
|
|
- right: 0;
|
|
|
width: 100%;
|
|
|
- height: 50%;
|
|
|
- background: linear-gradient(to top, rgba(0,0,0,1),rgba(0,0,0,0));
|
|
|
- pointer-events: none;
|
|
|
- opacity: 1;
|
|
|
- transition: ease all 0.3s;
|
|
|
- z-index: 2;
|
|
|
-}
|
|
|
-
|
|
|
-.mask-hidden{
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-.mall-logo{
|
|
|
- position: fixed;
|
|
|
- bottom: 15px;
|
|
|
- right: 25px;
|
|
|
- width: 80px;
|
|
|
- height: auto;
|
|
|
- pointer-events: none;
|
|
|
+ /* height: 64rpx; */
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ height: 45px;
|
|
|
z-index: 999;
|
|
|
+ background: #fff;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
-.search-con{
|
|
|
- position: fixed;
|
|
|
- bottom: 0;
|
|
|
- right: 0;
|
|
|
+.headerNav {
|
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
- background: rgba(255,255,255,0.8);
|
|
|
- z-index: 9999;
|
|
|
+ padding-left: 32rpx;
|
|
|
+ background: #fff;
|
|
|
+ box-sizing: border-box;
|
|
|
+ height: 90rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: start;
|
|
|
}
|
|
|
|
|
|
-.no-record{
|
|
|
- width: calc(100% - 80rpx);
|
|
|
- margin: 40rpx 0 0 60rpx;
|
|
|
+.navInput {
|
|
|
+ /* float: left; */
|
|
|
+ /* margin-top: 8rpx; */
|
|
|
+ width: 498rpx;
|
|
|
+ height: 64rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background: #eeeeee;
|
|
|
+ border-radius: 40rpx;
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
-.sc-con{
|
|
|
- width: calc(100% - 80rpx);
|
|
|
- line-height: 60rpx;
|
|
|
- height: 60rpx;
|
|
|
- border: 1px solid #808080;
|
|
|
- border-radius: 30rpx;
|
|
|
- margin: 20rpx 0 0 40rpx;
|
|
|
- background: #fff;
|
|
|
+.currentCity {
|
|
|
+
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
position: relative;
|
|
|
+ padding: 0 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.currentCity:after {
|
|
|
+ content: '';
|
|
|
+ width: 2rpx;
|
|
|
+ height: 20rpx;
|
|
|
+ background: #CCCCCC;
|
|
|
+ border-radius: 1rpx;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 50%;
|
|
|
+ transform: translateY(-50%);
|
|
|
}
|
|
|
|
|
|
-.sc-con input{
|
|
|
- width: 90%;
|
|
|
- background: none;
|
|
|
- border: none;
|
|
|
- padding-left: 30rpx;
|
|
|
+.currentCity .city_text {
|
|
|
font-size: 24rpx;
|
|
|
- color: #000;
|
|
|
- line-height: 40rpx;
|
|
|
- height: 56rpx;
|
|
|
+ color: #333;
|
|
|
+ margin-right: 3rpx;
|
|
|
+ display: block;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
-.sc-con image{
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- display: inline-block;
|
|
|
+.currentCity .icon {
|
|
|
+ width: 0px;
|
|
|
+ height: 8rpx;
|
|
|
+ border: 4rpx solid;
|
|
|
+ border-color: #666 transparent transparent transparent;
|
|
|
position: absolute;
|
|
|
+ right: 7%;
|
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
|
- right: 20rpx;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.header {
|
|
|
- /* background-color: #fff; */
|
|
|
- /* padding-left: 46rpx;
|
|
|
- padding-right: 46rpx; */
|
|
|
- margin-top: 0;
|
|
|
- padding: 12rpx 30rpx 22rpx;
|
|
|
- /* left: 30rpx; */
|
|
|
- position: relative;
|
|
|
+.navInput input {
|
|
|
+ width: 100%;
|
|
|
+ height: 58rpx;
|
|
|
+ background: #eeeeee;
|
|
|
+ font-size: 22rpx;
|
|
|
+ padding: 0 12rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
-.fixed {
|
|
|
- position: fixed;
|
|
|
- padding-left: 30rpx;
|
|
|
- padding-right: 30rpx;
|
|
|
- left: 0;
|
|
|
- width: 100vw;
|
|
|
- z-index: 999;
|
|
|
-}
|
|
|
+/* .custom text {
|
|
|
+ display: inline-block;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ max-width: 280rpx;
|
|
|
+} */
|
|
|
|
|
|
-.header .ul{
|
|
|
- display: flex;
|
|
|
- /* justify-content: space-between; */
|
|
|
- align-items: baseline;
|
|
|
- height: 40rpx;
|
|
|
+.empty_custom {
|
|
|
+ height: 45px;
|
|
|
+ width: 100%;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
|
|
|
-.header .ul .li {
|
|
|
- flex: 0 0 auto;
|
|
|
- text-align: center;
|
|
|
- margin-right: 40rpx;
|
|
|
+.paddingBox {
|
|
|
+ padding-top: 90rpx;
|
|
|
+ background: #fff;
|
|
|
+ position: relative;
|
|
|
+ z-index: 10;
|
|
|
}
|
|
|
|
|
|
-.header .ul .li text {
|
|
|
- color: #131D34;
|
|
|
- font-size: 30rpx;
|
|
|
- font-weight: bold;
|
|
|
- padding: 10rpx;
|
|
|
-}
|
|
|
|
|
|
-.header .ul .li image {
|
|
|
- width: 80rpx;
|
|
|
- height: 80rpx;
|
|
|
- margin-bottom: 14rpx;
|
|
|
- display: block;
|
|
|
-}
|
|
|
|
|
|
-.header .ul .active {
|
|
|
- position: relative;
|
|
|
+/* 自定义导航栏结束 */
|
|
|
+.headerImage {
|
|
|
+ width: 100%;
|
|
|
+ height: 408rpx;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-.header .ul .active text {
|
|
|
- font-size: 36rpx;
|
|
|
- z-index: 2;
|
|
|
- position: relative;
|
|
|
- color: #ED5D18;
|
|
|
+.headerImage image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
|
|
|
-.header .ul .active::after {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- bottom: -2px;
|
|
|
- left: 25%;
|
|
|
- right: 25%;
|
|
|
- height: 2px;
|
|
|
- background: #ED5D18;
|
|
|
- border-radius: 10px;
|
|
|
- z-index: 1;
|
|
|
+.fl_content {
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+ margin-top: 20rpx;
|
|
|
}
|
|
|
|
|
|
+.fl_content .fl_list {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ padding: 0 40rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
|
-.search{
|
|
|
- position: relative;
|
|
|
- z-index: 99;
|
|
|
- height: 80rpx;
|
|
|
- border: 1px solid rgba(0,0,0,0.1);
|
|
|
- border-radius: 4px;
|
|
|
- background: #fff;
|
|
|
- margin: 0 30rpx 46rpx;
|
|
|
}
|
|
|
|
|
|
-.search view{
|
|
|
- background: none;
|
|
|
- width: 80%;
|
|
|
- border: none;
|
|
|
- padding-left: 20rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- color: #fff;
|
|
|
- line-height: 24rpx;
|
|
|
- vertical-align: middle;
|
|
|
+.fl_list .fl_item {
|
|
|
+ width: 96rpx;
|
|
|
+ height: auto;
|
|
|
+ margin-right: 54rpx;
|
|
|
}
|
|
|
|
|
|
-.search input{
|
|
|
- color:rgba(0,0,0,0.3);
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
- padding: 0 28rpx 0 70rpx;
|
|
|
- position: relative;
|
|
|
- z-index: 999;
|
|
|
- border-radius: 4px;
|
|
|
- font-size: 14px;
|
|
|
- border: none;
|
|
|
+.fl_list .fl_item:last-of-type {
|
|
|
+ margin-right: 0;
|
|
|
}
|
|
|
|
|
|
-.search image{
|
|
|
- width: 28rpx;
|
|
|
- height: 28rpx;
|
|
|
- display: inline-block;
|
|
|
- position: absolute;
|
|
|
- top: 50%;
|
|
|
- transform: translateY(-50%);
|
|
|
- left: 28rpx;
|
|
|
+.fl_list .fl_item image {
|
|
|
+ width: 96rpx;
|
|
|
+ height: 96rpx;
|
|
|
}
|
|
|
|
|
|
-.body{
|
|
|
- z-index: 11;
|
|
|
- position: relative;
|
|
|
- padding: 0 30rpx 22rpx;
|
|
|
- overflow: hidden;
|
|
|
+.fl_list .fl_item .fl_name {
|
|
|
width: 100%;
|
|
|
- font-size: 0;
|
|
|
- min-height: calc(100vh - 80rpx);
|
|
|
- border-top: 5px solid rgb(245,245,245);
|
|
|
+ display: block;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #666;
|
|
|
}
|
|
|
|
|
|
-.body::-webkit-scrollbar {display:none}
|
|
|
-
|
|
|
-.body .ul {
|
|
|
- position: relative;
|
|
|
+.middleTab {
|
|
|
width: 100%;
|
|
|
- font-size: 0;
|
|
|
- z-index: 1;
|
|
|
- overflow: hidden;
|
|
|
- margin-top: 10rpx;
|
|
|
+ height: auto;
|
|
|
+ padding: 0 32rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin-top: 40rpx;
|
|
|
}
|
|
|
|
|
|
-.body .li {
|
|
|
- position: relative;
|
|
|
- overflow: hidden;
|
|
|
- padding: 26rpx 0;
|
|
|
- width: 100%;
|
|
|
- border-radius: 4px;
|
|
|
- background-color: #fff;
|
|
|
- border-bottom: 1px solid rgba(0,0,0,0.1);
|
|
|
+.middletabContent {
|
|
|
+ border-bottom: 2rpx solid #EDEDED;
|
|
|
display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
-.body .li > .b-image{
|
|
|
- width: 210rpx;
|
|
|
- height: 160rpx;
|
|
|
- border-radius: 2px;
|
|
|
- overflow: hidden;
|
|
|
+.middletabContent .middleTabItem {
|
|
|
+ margin-right: 100rpx;
|
|
|
+ color: #999;
|
|
|
+ font-size: 32rpx;
|
|
|
+ padding-bottom: 16rpx;
|
|
|
position: relative;
|
|
|
- flex: 0 0 auto;
|
|
|
}
|
|
|
|
|
|
-.body .li > .b-image .cover {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+.middletabContent .middleTabItem.active::after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 40rpx;
|
|
|
+ height: 4rpx;
|
|
|
+ background: #0075DC;
|
|
|
+ border-radius: 2rpx;
|
|
|
+ bottom: 0;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
}
|
|
|
|
|
|
-.body .li > .b-image .icon {
|
|
|
- position: absolute;
|
|
|
- left: 3px;
|
|
|
- bottom: 1px;
|
|
|
- width: 46rpx;
|
|
|
- z-index: 2;
|
|
|
- height: 54rpx;
|
|
|
+.middletabContent .middleTabItem.active text {
|
|
|
+ color: #0075DC;
|
|
|
}
|
|
|
|
|
|
-.body .li .b-content {
|
|
|
- margin-left: 20rpx;
|
|
|
+.middletabContent .middleTabItem:last-of-type {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.middleList {
|
|
|
+ width: 100%;
|
|
|
+ min-height: 212rpx;
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
justify-content: center;
|
|
|
+ margin: 40rpx 0;
|
|
|
}
|
|
|
|
|
|
-.body .li .b-title {
|
|
|
- font-size: 30rpx;
|
|
|
- color: #131D34;
|
|
|
- font-weight: bold;
|
|
|
- display: -webkit-box;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- word-wrap: break-word;
|
|
|
- white-space: normal !important;
|
|
|
- -webkit-line-clamp: 2;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
- margin-bottom: 2rpx;
|
|
|
+.middleList_item {
|
|
|
+ margin-right: 16rpx;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.body .li .b-addres {
|
|
|
- font-size: 22rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #131D34;
|
|
|
- opacity: 1;
|
|
|
- margin-bottom: 6rpx;
|
|
|
+.middleList_item:last-of-type {
|
|
|
+ margin-right: 0;
|
|
|
}
|
|
|
|
|
|
-.body .li .b-maker {
|
|
|
- opacity: 1;
|
|
|
- margin-bottom: 6rpx;
|
|
|
+.middleList_item .middleList_cover {
|
|
|
+ width: 218rpx;
|
|
|
+ height: 160rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ border-radius: 8px;
|
|
|
}
|
|
|
|
|
|
-.body .li .b-maker text{
|
|
|
- display: inline-block;
|
|
|
- font-size: 22rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- padding: 4rpx;
|
|
|
- background: linear-gradient(180deg, #FCEDE5 0%, #FBFDFD 100%);
|
|
|
- margin-right: 14rpx;
|
|
|
- color: #666C7D;
|
|
|
- border-radius: 2px;
|
|
|
+.middleList_item .middleList_cover image {
|
|
|
+ width: 218rpx;
|
|
|
+ height: 160rpx;
|
|
|
}
|
|
|
|
|
|
-.body .li .b-money text:nth-child(1){
|
|
|
- color: #ED5D18;
|
|
|
+.middleList_item .middleList_title {
|
|
|
font-size: 28rpx;
|
|
|
- font-weight: bold;
|
|
|
- margin-right: 7px;
|
|
|
+ color: #333;
|
|
|
+ width: 100%;
|
|
|
+ display: block;
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 10rpx;
|
|
|
}
|
|
|
|
|
|
-.body .li .b-money text:nth-child(2){
|
|
|
- color: #999999;
|
|
|
- font-size: 24rpx;
|
|
|
- margin-right: 7px;
|
|
|
+.tj_content {
|
|
|
+ width: 100%;
|
|
|
+ height: 44rpx;
|
|
|
+ padding: 0 32rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
-.unbrand {
|
|
|
- margin-top: 180rpx;
|
|
|
- text-align: center;
|
|
|
+.tj_header {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
-.unbrand image {
|
|
|
- display: inline-block;
|
|
|
- width: 250rpx;
|
|
|
- height: 274rpx;
|
|
|
+.tj_header .tj_title {
|
|
|
+ color: #333333;
|
|
|
+ font-size: 32rpx;
|
|
|
}
|
|
|
|
|
|
-.unbrand .text {
|
|
|
- color: #666C7D;
|
|
|
- font-size: 30rpx;
|
|
|
- margin-top: 40rpx;
|
|
|
+.tj_header .tj_tabbar {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
-.banner {
|
|
|
- margin: 16rpx 0 38rpx;
|
|
|
- position: relative;
|
|
|
+.tj_header .tj_tabbar .tj_tabItem {
|
|
|
+ margin-left: 32rpx;
|
|
|
}
|
|
|
|
|
|
-.banner swiper {
|
|
|
- height: 296rpx;
|
|
|
+.tj_tabItem text {
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #999;
|
|
|
}
|
|
|
|
|
|
-.banner .swiper-item image,
|
|
|
-.banner .swiper-item {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+.tj_header .tj_tabbar .tj_tabItem.active text {
|
|
|
+ color: #0075DC;
|
|
|
}
|
|
|
|
|
|
-.banner .swiper-item {
|
|
|
- border-radius: 4px;
|
|
|
- overflow: hidden
|
|
|
-
|
|
|
-}
|
|
|
-.dots {
|
|
|
- position: absolute;
|
|
|
- bottom: 8rpx;
|
|
|
- left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
- z-index: 2;
|
|
|
+.tj_list {
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
-.dots view {
|
|
|
- display: inline-block;
|
|
|
- width: 4px;
|
|
|
- height: 4px;
|
|
|
- background: #FFFFFF;
|
|
|
- border-radius: 2px;
|
|
|
- opacity: 0.5;
|
|
|
- margin: 0 4rpx
|
|
|
+.tj_listItem {
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-start;
|
|
|
+ justify-content: flex-start;
|
|
|
+ padding: 20rpx 0;
|
|
|
+ border-bottom: 2rpx solid #EDEDED;
|
|
|
}
|
|
|
|
|
|
-.dots view.dotactive {
|
|
|
- width: 8px;
|
|
|
- opacity: 1;
|
|
|
+.tj_listItem .tj_listItemCover {
|
|
|
+ width: 210rpx;
|
|
|
+ height: 210rpx;
|
|
|
+ border-radius: 8px;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-.hotcateg {
|
|
|
- margin-bottom: 40rpx;
|
|
|
+.tj_listItem .tj_listItemCover image {
|
|
|
+ width: 210rpx;
|
|
|
+ height: 210rpx;
|
|
|
}
|
|
|
|
|
|
-.hotcateg .title {
|
|
|
- font-size: 30rpx;
|
|
|
- font-weight: bold;
|
|
|
- line-height: 44rpx;
|
|
|
- color: #131D34;
|
|
|
- margin-bottom: 14rpx;
|
|
|
- padding: 0 46rpx;
|
|
|
+.tj_listItemMsg {
|
|
|
+ width: 456rpx;
|
|
|
+ margin-left: 20rpx;
|
|
|
}
|
|
|
|
|
|
-.hotcateg .swiper-item {
|
|
|
- margin: 0 10rpx;
|
|
|
- position: relative;
|
|
|
- border-radius: 4px;
|
|
|
+.tj_listItemMsg .tj_listItemTitle {
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #333;
|
|
|
+ line-height: 30rpx;
|
|
|
+ font-weight: bold;
|
|
|
overflow: hidden;
|
|
|
- width: calc(100% - 20rpx);
|
|
|
- height: 100%;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
}
|
|
|
|
|
|
-.hotcateg .swiper-item image {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+.tj_listItemMsg .tj_listItemTip {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ height: 28rpx;
|
|
|
+ margin: 5rpx 0;
|
|
|
}
|
|
|
|
|
|
-.hotcateg .swiper-item view {
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- padding: 8rpx 24rpx;
|
|
|
- font-size: 22rpx;
|
|
|
- color: #fff;
|
|
|
- background-color: rgba(0,0,0,0.4);
|
|
|
- text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
|
|
|
+.tj_listItemMsg .tj_listItemTip text {
|
|
|
+ font-size: 20rpx;
|
|
|
+ color: #666;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.bgimg {
|
|
|
- position: fixed;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- width: 100vw;
|
|
|
- height: 480rpx;
|
|
|
- z-index: 0;
|
|
|
+.tj_listItemMsg .tj_listItemTag {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin: 14rpx 0 24rpx 0;
|
|
|
}
|
|
|
|
|
|
-.bgimg image {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+.tj_listItemMsg .tj_listItemTag .tagItem {
|
|
|
+ font-size: 20rpx;
|
|
|
+ color: #0075DC;
|
|
|
+ padding: 2rpx 8rpx;
|
|
|
+ background: rgba(0, 117, 220, 0.2);
|
|
|
+ border-radius: 4rpx;
|
|
|
+ margin-right: 8rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ border-radius: 4rpx;
|
|
|
}
|
|
|
|
|
|
-.page-title {
|
|
|
- padding: 110rpx 32rpx 20rpx;
|
|
|
- font-size: 32rpx;
|
|
|
- z-index: 9999;
|
|
|
- position: fixed;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- width: 100vw;
|
|
|
- overflow: hidden;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-.page-title image {
|
|
|
- width: 100%;
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- height: 480rpx;
|
|
|
-}
|
|
|
-.page-title text {
|
|
|
+.tj_listItemMsg .tj_listItemTag .tagVr {
|
|
|
position: relative;
|
|
|
- color: #000;
|
|
|
- z-index: 1;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ margin-right: 8rpx;
|
|
|
+ width: 104rpx;
|
|
|
+ height: 32rpx;
|
|
|
+ border: 1px solid #0075DC;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 4rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.tj_listItemMsg .tj_listItemTag .tagVr .tagItemIcon {
|
|
|
+ background: #0075DC;
|
|
|
+ width: 52rpx;
|
|
|
+ height: 32rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
-.zwf {
|
|
|
- height: 183rpx;
|
|
|
+.tj_listItemMsg .tj_listItemTag .tagVr .tagItemIcon image {
|
|
|
+ width: 28rpx;
|
|
|
+ height: 18rpx;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-.scene-icon {
|
|
|
- --width: 14px;
|
|
|
- --height: 5px;
|
|
|
- padding: calc(var(--height) * 1) calc(var(--width) * 0.3);
|
|
|
- position: absolute;
|
|
|
- left: 4px;
|
|
|
- bottom: 2px;
|
|
|
- width: calc(--width);
|
|
|
- height: calc(--height);
|
|
|
- z-index: 3;
|
|
|
+.tj_listItemMsg .tj_listItemTag .tagVr .tip {
|
|
|
+ width: 52rpx;
|
|
|
+ height: 32rpx;
|
|
|
+ color: #0075DC;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ /* padding: 2rpx 8rpx; */
|
|
|
+ background: rgba(0, 117, 220, 0.2);
|
|
|
+ font-size: 20rpx;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-.brick {
|
|
|
- text-align:center;
|
|
|
- position:relative;
|
|
|
- width: var(--width);
|
|
|
- height: var(--height);
|
|
|
- transform-style:preserve-3d;
|
|
|
- transform-origin: calc(var(--width) / 2) calc(var(--height) / 2);
|
|
|
- margin: 0 auto calc(var(--width) / 12);
|
|
|
-}
|
|
|
-.brick-1 {
|
|
|
- animation: rorate 2s 1s infinite linear;
|
|
|
- transform: rotateX(-30deg) rotateY(45deg) translateZ(30px);
|
|
|
-}
|
|
|
-.brick-2 {
|
|
|
- animation: rorate 2s 0.75s infinite linear;
|
|
|
- transform: rotateX(-30deg) rotateY(45deg) translateZ(20px);
|
|
|
-}
|
|
|
-.brick-3 {
|
|
|
- animation: rorate 2s 0.5s infinite linear;
|
|
|
- transform: rotateX(-30deg) rotateY(45deg) translateZ(10px);
|
|
|
-}
|
|
|
-.face {
|
|
|
- width:var(--width);
|
|
|
- height: var(--height);
|
|
|
- overflow:hidden;
|
|
|
- position:absolute;
|
|
|
- background: rgba(255,255,255,0.4);
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-.brick.enter {
|
|
|
- transition: 0.5s all;
|
|
|
- transform: rotateX(-30deg) rotateY(45deg);
|
|
|
-}
|
|
|
-.brick.enter .face {
|
|
|
- transition: 0.5s all;
|
|
|
- opacity: 1;
|
|
|
-}
|
|
|
-.brick-2 .face {
|
|
|
- background: rgba(255,255,255,0.3);
|
|
|
-}
|
|
|
-.brick-2 .brick-front, .brick-back {
|
|
|
- background: rgba(255,255,255,0.4);
|
|
|
-}
|
|
|
-.brick-3 .face {
|
|
|
- background: rgba(255,255,255,0.2);
|
|
|
-}
|
|
|
-.brick-3 .brick-front, .brick-back {
|
|
|
- background: rgba(255,255,255,0.1);
|
|
|
-}
|
|
|
-.brick-front {
|
|
|
- transform:translate3d(0,0, calc(var(--width) / 2));
|
|
|
- background: rgba(255,255,255,0.6);
|
|
|
-}
|
|
|
-.brick-top {
|
|
|
- width:var(--width);
|
|
|
- height:var(--width);
|
|
|
- transform:rotateX(90deg) translate3d(0,0, calc(var(--width) / 2));
|
|
|
- background-color: rgba(255,255,255,0.8);
|
|
|
-}
|
|
|
-.brick-bottom {
|
|
|
- width:var(--width);
|
|
|
- height:var(--width);
|
|
|
- transform: rotateX(-90deg) translate3d(0,0, calc(var(--height) / 2));
|
|
|
- background-color: rgba(255,255,255,0.8);
|
|
|
-}
|
|
|
-.brick-left {
|
|
|
- transform:rotateY(-90deg) translate3d(0,0,calc(var(--width) / 2));
|
|
|
- background: rgba(255,255,255,0.5);
|
|
|
-}
|
|
|
-.brick-right {
|
|
|
- transform:rotateY(90deg) translate3d(0,0,calc(var(--width) / 2));
|
|
|
- background: rgba(255,255,255,0.5);
|
|
|
-}
|
|
|
-.brick-back {
|
|
|
- transform:rotateY(180deg) translate3d(0,0,calc(var(--width) / 2));
|
|
|
- background: rgba(255,255,255,0.6);
|
|
|
+.tj_listItemMsg .tj_listItemPrice {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ height: 28rpx;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-.brick {
|
|
|
- width: var(--width);
|
|
|
- height: var(--height);
|
|
|
- transform-origin: calc(var(--width) / 2) calc(var(--height) / 2);
|
|
|
- margin: 0 auto calc(var(--width) / 12);
|
|
|
-}
|
|
|
-.brick.enter {
|
|
|
- transition: 0.5s all;
|
|
|
- transform: rotateX(-30deg) rotateY(45deg);
|
|
|
-}
|
|
|
-.brick.enter .face {
|
|
|
- transition: 0.5s all;
|
|
|
- opacity: 1;
|
|
|
-}
|
|
|
-.brick-1 {
|
|
|
- animation: rorate 2s 1s infinite linear;
|
|
|
- transform: rotateX(-30deg) rotateY(45deg) translateZ(30px);
|
|
|
-}
|
|
|
-.brick-2 {
|
|
|
- animation: rorate 2s 0.75s infinite linear;
|
|
|
- transform: rotateX(-30deg) rotateY(45deg) translateZ(20px);
|
|
|
-}
|
|
|
-.brick-3 {
|
|
|
- animation: rorate 2s 0.5s infinite linear;
|
|
|
- transform: rotateX(-30deg) rotateY(45deg) translateZ(10px);
|
|
|
-}
|
|
|
-.face {
|
|
|
- width:var(--width);
|
|
|
- height: var(--height);
|
|
|
-}
|
|
|
-.brick-front {
|
|
|
- transform:translate3d(0,0, calc(var(--width) / 2));
|
|
|
-}
|
|
|
-.brick-top {
|
|
|
- width:var(--width);
|
|
|
- height:var(--width);
|
|
|
- transform:rotateX(90deg) translate3d(0,0, calc(var(--width) / 2));
|
|
|
-}
|
|
|
-.brick-bottom {
|
|
|
- width:var(--width);
|
|
|
- height:var(--width);
|
|
|
- transform: rotateX(-90deg) translate3d(0,0, calc(var(--height) / -2));
|
|
|
-}
|
|
|
-.brick-left {
|
|
|
- transform:rotateY(-90deg) translate3d(0,0,calc(var(--width) / 2));
|
|
|
-}
|
|
|
-.brick-right {
|
|
|
- transform:rotateY(90deg) translate3d(0,0,calc(var(--width) / 2));
|
|
|
-}
|
|
|
-.brick-back {
|
|
|
- transform:rotateY(180deg) translate3d(0,0,calc(var(--width) / 2));
|
|
|
+.tj_listItemMsg .tj_listItemPrice .unitPrice {
|
|
|
+ font-size: 20rpx;
|
|
|
+ color: #666;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-@keyframes rorate {
|
|
|
- 0% {
|
|
|
- transform: rotateX(-30deg) rotateY(-45deg) ;
|
|
|
- }
|
|
|
- 50% {
|
|
|
- transform: rotateX(-30deg) rotateY(-315deg) ;
|
|
|
- }
|
|
|
- 100%{
|
|
|
- transform: rotateX(-30deg) rotateY(-315deg) ;
|
|
|
- }
|
|
|
+.tj_listItemMsg .tj_listItemPrice .totalPrice {
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #0075DC;
|
|
|
+ font-weight: bold;
|
|
|
}
|