You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

544 lines
11 KiB

.tips-warp {
text-align: center;
margin-top: 20rpx;
}
.tui-goods-item {
width: 100%;
padding: 20rpx 25rpx;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
background-color: #fff;
}
.tui-goods-img {
width: 180rpx;
height: 180rpx;
display: block;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
.tui-goods-center {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
padding: 12rpx 12rpx;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.tui-goods-name {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
font-size: 26rpx;
line-height: 32rpx;
}
.tui-price__box {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.tui-goods-price {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
font-size: 24rpx;
color: #eb0909;
}
.tui-goods-price text {
font-size: 24rpx;
line-height: 24rpx;
color: #999;
padding-left: 20rpx;
}
.tui-size-24 {
font-size: 24rpx;
line-height: 24rpx;
}
.tui-price-large {
font-size: 32rpx;
line-height: 30rpx;
font-weight: 500;
}
.tui-price-tag {
height: 38rpx;
border: 1rpx solid #eb0909;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
font-size: 24rpx;
line-height: 24rpx;
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transform-origin: 100% center;
transform-origin: 100% center;
border-radius: 6rpx;
padding: 0 8rpx;
color: #eb0909;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
.tui-mtop__20 {
margin-top: 20rpx;
}
.tui-divider__content {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.tui-divider__content image {
width: 36rpx;
height: 36rpx;
margin-right: 20rpx;
}
.tui-divider__content text {
font-size: 34rpx;
line-height: 34rpx;
color: #000000;
font-weight: bold;
}
.tui-group__time {
font-size: 24rpx;
font-weight: 400;
color: #999;
text-align: center;
}
.tui-group__box {
width: 100%;
padding: 50rpx 25rpx;
box-sizing: border-box;
background-color: #fff;
}
.tui-group__title {
width: 100%;
font-size: 34rpx;
line-height: 34rpx;
font-weight: 500;
text-align: center;
}
.tui-color__red {
color: #eb0909;
}
.tui-group-countdown {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
font-size: 24rpx;
color: #666666;
padding-top: 20rpx;
}
.tui-countdown-right {
padding-right: 6rpx;
}
.tui-countdown-left {
padding-left: 6rpx;
}
.tui-user__box {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
padding-top: 60rpx;
}
.tui-user__item {
max-width: 128rpx;
margin: 0 40rpx;
}
.tui-size {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
}
.tui-avatar__box {
position: relative;
border: 4rpx solid #eb0909;
}
.tui-user__none {
width: 108rpx;
height: 108rpx;
border: 0;
}
.tui-avatar__box image {
display: block;
width: 100%;
height: 100%;
}
.tui-team__leader {
position: absolute;
width: 64rpx;
height: 28rpx;
font-size: 24rpx;
background-color: #eb0909;
color: #fff;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
border-radius: 30px;
left: 50%;
top: -14rpx;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 10;
}
.tui-nickname {
font-size: 24rpx;
color: #999;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
padding-top: 12rpx;
}
.tui-btn__box {
padding-top: 60rpx;
}
.tni-cell {
height: 20rpx;
}
.tui-group__text {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.tui-group-title {
font-size: 30rpx;
line-height: 30rpx;
padding-left: 16rpx;
border-left: 2px solid #eb0909;
box-sizing: border-box;
}
.tui-sub__info {
font-size: 26rpx;
padding-right: 30rpx;
}
.tui-group__start .tui-group-title {
border-left: 0;
padding-left: 0;
}
.tui-group__start .tui-sub__info {
padding-right: 0;
}
.tui-step__box {
width: 100%;
height: 210rpx;
background: #fff;
padding: 0 60rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
box-sizing: border-box;
}
.tui-step-item {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
font-size: 26rpx;
color: #666666;
}
.tui-step-item image {
width: 64rpx;
height: 55rpx;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
.tui-step-item image:first-child {
width: 60rpx !important;
}
.tui-step-arrow {
height: 90rpx;
}
.tui-step-arrow image {
width: 11rpx;
height: 20rpx;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
.tui-step-text {
line-height: 26rpx;
padding-top: 24rpx;
}
.tui-between {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.tui-btn__box .tui-btn {
margin-bottom: 30rpx !important;
}
/*拼团玩法介绍 modal*/
.tui-modal__title {
text-align: center;
font-weight: bold;
padding-bottom: 8rpx;
}
.tui-modal__p {
font-size: 26rpx;
color: #888;
padding-top: 20rpx;
}
.tui-modal__btn {
width: 100%;
padding: 60rpx 0 20rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.tui-hot__title {
font-size: 30rpx;
line-height: 30rpx;
color: #333;
font-weight: bold;
}
/*========商品 start======*/
.tui-product__box {
width: 100%;
padding: 0 25rpx 60rpx 25rpx;
box-sizing: border-box;
}
.tui-product-list {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
box-sizing: border-box;
}
.tui-product-container {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
margin-right: 10rpx;
}
.tui-product-container:last-child {
margin-right: 0;
}
.tui-pro-item {
width: 100%;
margin-bottom: 10rpx;
background: #fff;
box-sizing: border-box;
border-radius: 12rpx;
overflow: hidden;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.tui-flex-list {
display: -webkit-box;
display: -webkit-flex;
display: flex;
margin-bottom: 1rpx !important;
}
.tui-pro-img {
width: 100%;
display: block;
-webkit-flex-shrink: 0;
flex-shrink: 0;
background-color: #f5f5f5;
}
.tui-proimg-list {
width: 280rpx;
height: 280rpx !important;
-webkit-flex-shrink: 0;
flex-shrink: 0;
border-radius: 12rpx;
}
.tui-pro-content {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
box-sizing: border-box;
padding: 20rpx;
}
.tui-pro-tit {
color: #2e2e2e;
font-size: 26rpx;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.tui-price__box {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding-top: 12rpx;
}
.tui-price {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
color: #eb0909;
}
.tui-price__small {
font-size: 24rpx;
line-height: 24rpx;
}
.tui-price__large {
font-size: 34rpx;
line-height: 32rpx;
font-weight: 600;
}
.tui-price__original {
font-size: 24rpx;
line-height: 24rpx;
text-decoration: line-through;
color: #999;
padding-top: 10rpx;
padding-left: 12rpx;
}
.tui-group-btn {
max-width: 312rpx;
height: 48rpx;
border-radius: 6rpx;
background: #eb0909;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding: 4rpx;
margin-top: 10rpx;
box-sizing: border-box;
}
.tui-flex-btn {
height: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
text-align: center;
font-size: 26rpx;
line-height: 26rpx;
font-weight: 400;
color: #fff;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.tui-flex-btn:first-child {
background: #fff;
}
.tui-group-text {
font-size: 25rpx;
line-height: 25rpx;
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transform-origin: 0 center;
transform-origin: 0 center;
padding-top: 30rpx;
color: #999;
}
.tui-color-red {
color: #eb0909;
}
/*======商品======= end*/