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.
269 lines
6.2 KiB
269 lines
6.2 KiB
@charset "UTF-8";
|
|
/**
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
*/
|
|
.uni-forms-item__content.data-v-4849cfe6 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.u-tag__text.data-v-4849cfe6 {
|
|
font-size: 22rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
.btn-wrap.data-v-4849cfe6 {
|
|
width: 164rpx;
|
|
height: 80rpx;
|
|
border-radius: 16rpx;
|
|
border: 2rpx solid #5fd9ee;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.container.data-v-4849cfe6 {
|
|
padding-bottom: 118rpx;
|
|
}
|
|
.container .boxbg.data-v-4849cfe6 {
|
|
background-color: #fff;
|
|
margin: 30rpx;
|
|
padding: 20rpx;
|
|
border-radius: 10rpx;
|
|
box-shadow: 0px 1px 10px 2px #e2e2e2;
|
|
}
|
|
.container .tui-order-item .u-collapse-content.data-v-4849cfe6 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
line-height: 30px;
|
|
}
|
|
.container .tui-order-item .tui-goods-item.data-v-4849cfe6 {
|
|
width: 100%;
|
|
padding: 20rpx 30rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.container .tui-order-item .tui-goods-item .tui-goods-img.data-v-4849cfe6 {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
display: block;
|
|
flex-shrink: 0;
|
|
}
|
|
.container .tui-order-item .tui-goods-item .tui-goods-center.data-v-4849cfe6 {
|
|
flex: 1;
|
|
padding: 20rpx 8rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.container .tui-order-item .tui-goods-item .tui-goods-center .tui-goods.data-v-4849cfe6 {
|
|
word-break: break-all;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
line-height: 32rpx;
|
|
}
|
|
.container .tui-order-item .tui-goods-item .tui-goods-center .tui-goods-name.data-v-4849cfe6 {
|
|
font-weight: 700;
|
|
max-width: 310rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.container .tui-order-item .tui-goods-item .tui-goods-center .tui-goods-attr.data-v-4849cfe6 {
|
|
font-size: 22rpx;
|
|
color: #888888;
|
|
padding-top: 20rpx;
|
|
}
|
|
.container .tui-order-item .tui-goods-item .tui-price-right.data-v-4849cfe6 {
|
|
text-align: right;
|
|
font-size: 26rpx;
|
|
font-weight: 700;
|
|
line-height: 30rpx;
|
|
padding-top: 160rpx;
|
|
}
|
|
.container .tui-order-item .tui-goods-info.data-v-4849cfe6 {
|
|
width: 100%;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
line-height: 26px;
|
|
}
|
|
.container .tui-order-item .tui-goods-info .tui-price-flex.data-v-4849cfe6 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.container .tui-order-item .tui-goods-info .tui-size32.data-v-4849cfe6 {
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|
|
.container .tui-order-item .tui-goods-info .tui-size-24.data-v-4849cfe6 {
|
|
font-size: 24rpx;
|
|
}
|
|
.container .tui-order-item .tui-goods-info .tui-price-large.data-v-4849cfe6 {
|
|
font-size: 32rpx;
|
|
}
|
|
.container .tui-order-item .tui-goods-info .tui-price-large .lineText.data-v-4849cfe6 {
|
|
text-decoration: line-through;
|
|
font-size: 12px;
|
|
color: #888;
|
|
}
|
|
.container .tui-order-item .tui-goods-info .tui-flex-shrink.data-v-4849cfe6 {
|
|
flex-shrink: 0;
|
|
}
|
|
.container .tui-order-item .tui-goods-info .tui-goods-price.data-v-4849cfe6 {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
justify-content: flex-end;
|
|
font-size: 24rpx;
|
|
}
|
|
.container .tui-order-item .tui-goods-info .tui-primary-color.data-v-4849cfe6 {
|
|
color: #EB0909;
|
|
}
|
|
.container .tui-order-item .tui-goods-info .tui-pbtm20.data-v-4849cfe6 {
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.container .tui-order-info.data-v-4849cfe6 {
|
|
margin-top: 20rpx;
|
|
}
|
|
.tui-color-red.data-v-4849cfe6 {
|
|
color: #E41F19;
|
|
padding-right: 30rpx;
|
|
}
|
|
.tui-size24.data-v-4849cfe6 {
|
|
padding-bottom: 20rpx;
|
|
font-size: 24rpx;
|
|
line-height: 24rpx;
|
|
color: #888;
|
|
}
|
|
.tui-order-title.data-v-4849cfe6 {
|
|
position: relative;
|
|
font-size: 28rpx;
|
|
line-height: 28rpx;
|
|
padding-left: 16rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.tui-order-title.data-v-4849cfe6::before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
border-left: 8rpx solid #5fd9ee;
|
|
height: 120%;
|
|
border-radius: 4rpx;
|
|
}
|
|
.tui-order-content.data-v-4849cfe6 {
|
|
width: 100%;
|
|
padding: 24rpx 30rpx;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
font-size: 24rpx;
|
|
line-height: 30rpx;
|
|
}
|
|
.tui-order-flex.data-v-4849cfe6 {
|
|
display: flex;
|
|
padding-top: 18rpx;
|
|
}
|
|
.tui-order-flex.data-v-4849cfe6:first-child {
|
|
padding-top: 0;
|
|
}
|
|
.tui-item-title.data-v-4849cfe6 {
|
|
width: 132rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.tui-item-content.data-v-4849cfe6 {
|
|
color: #666;
|
|
line-height: 32rpx;
|
|
}
|
|
.tui-safe-area.data-v-4849cfe6 {
|
|
height: 1rpx;
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.tui-tabbar.data-v-4849cfe6 {
|
|
width: 100%;
|
|
height: 98rpx;
|
|
background: #fff;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
font-size: 26rpx;
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
z-index: 996;
|
|
}
|
|
.tui-btn-mr.data-v-4849cfe6 {
|
|
width: 130rpx;
|
|
height: 60rpx;
|
|
background: #088FEB;
|
|
color: #fff;
|
|
border-radius: 10px;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
margin-right: 30rpx;
|
|
}
|
|
.tui-contact.data-v-4849cfe6 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
}
|
|
.tui-contact image.data-v-4849cfe6 {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
.content-box.data-v-4849cfe6 {
|
|
width: 100%;
|
|
height: auto;
|
|
background: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.shop-box.data-v-4849cfe6 {
|
|
width: 95%;
|
|
margin: 0 auto;
|
|
}
|
|
.shop-name.data-v-4849cfe6 {
|
|
width: 100%;
|
|
height: 200rpx;
|
|
line-height: 80rpx;
|
|
border-top: 1px solid #eee;
|
|
border-bottom: 1px solid #eee;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
display: flex;
|
|
}
|
|
.shop-productName.data-v-4849cfe6 {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-left: 20rpx;
|
|
}
|
|
.shop-productName view.data-v-4849cfe6 {
|
|
height: 55rpx;
|
|
}
|
|
.shop-collapse.data-v-4849cfe6 {
|
|
display: flex;
|
|
height: 80rpx;
|
|
font-size: 26rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
.shop-collapse text.data-v-4849cfe6 {
|
|
flex: 1;
|
|
text-align: center;
|
|
padding-right: 40rpx;
|
|
border-right: 1px solid #eee;
|
|
}
|
|
.noPic.data-v-4849cfe6 {
|
|
border-radius: 10px;
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
margin: 30rpx 0 0 30rpx;
|
|
text-align: center;
|
|
line-height: 140rpx;
|
|
color: #777;
|
|
background: #eee;
|
|
}
|
|
|
|
|