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.
276 lines
5.3 KiB
276 lines
5.3 KiB
|
2 months ago
|
@charset "UTF-8";
|
||
|
|
/**
|
||
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
|
|
*/
|
||
|
|
.uni-forms-item__content {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.u-tag__text {
|
||
|
|
font-size: 22rpx;
|
||
|
|
padding: 0 10rpx;
|
||
|
|
}
|
||
|
|
.uni-card__header-box {
|
||
|
|
text-align: center !important;
|
||
|
|
}
|
||
|
|
.uni-card__header-content-title {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.container .boxbg {
|
||
|
|
padding-top: 10rpx;
|
||
|
|
background-color: #FAF7F7;
|
||
|
|
}
|
||
|
|
.container .tui-order-item .u-collapse-content {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
line-height: 30px;
|
||
|
|
}
|
||
|
|
.container .tui-order-item .tui-goods-info {
|
||
|
|
width: 100%;
|
||
|
|
box-sizing: border-box;
|
||
|
|
background: #fff;
|
||
|
|
line-height: 26px;
|
||
|
|
border-top: 10px solid #eee;
|
||
|
|
}
|
||
|
|
.container .tui-order-item .tui-goods-info .tui-price-flex {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
.container .tui-order-item .tui-goods-info .tui-size32 {
|
||
|
|
font-size: 32rpx;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
.container .tui-order-item .tui-goods-info .tui-size-24 {
|
||
|
|
font-size: 24rpx;
|
||
|
|
}
|
||
|
|
.container .tui-order-item .tui-goods-info .tui-price-large {
|
||
|
|
font-size: 32rpx;
|
||
|
|
}
|
||
|
|
.container .tui-order-item .tui-goods-info .tui-price-large .lineText {
|
||
|
|
text-decoration: line-through;
|
||
|
|
font-size: 12px;
|
||
|
|
color: #888;
|
||
|
|
}
|
||
|
|
.container .tui-order-item .tui-goods-info .tui-flex-shrink {
|
||
|
|
flex-shrink: 0;
|
||
|
|
}
|
||
|
|
.container .tui-order-item .tui-goods-info .tui-goods-price {
|
||
|
|
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 {
|
||
|
|
color: #EB0909;
|
||
|
|
}
|
||
|
|
.container .tui-order-item .tui-goods-info .tui-pbtm20 {
|
||
|
|
padding-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
.tui-tabbar {
|
||
|
|
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 {
|
||
|
|
width: 130rpx;
|
||
|
|
height: 60rpx;
|
||
|
|
background: #088FEB;
|
||
|
|
color: #fff;
|
||
|
|
border-radius: 10px;
|
||
|
|
line-height: 60rpx;
|
||
|
|
text-align: center;
|
||
|
|
margin-right: 30rpx;
|
||
|
|
}
|
||
|
|
.shop-box {
|
||
|
|
margin: 0 auto;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.shop-name {
|
||
|
|
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-name .uni-icons {
|
||
|
|
color: #088FEB !important;
|
||
|
|
}
|
||
|
|
.shop-productName {
|
||
|
|
flex: 1;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
padding-left: 20rpx;
|
||
|
|
}
|
||
|
|
.shop-productName view {
|
||
|
|
height: 55rpx;
|
||
|
|
}
|
||
|
|
.type-popup {
|
||
|
|
width: 500rpx;
|
||
|
|
height: 360rpx;
|
||
|
|
background: #fff;
|
||
|
|
border-radius: 10px;
|
||
|
|
position: relative;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
.shop-collapse {
|
||
|
|
display: flex;
|
||
|
|
height: 80rpx;
|
||
|
|
font-size: 26rpx;
|
||
|
|
line-height: 80rpx;
|
||
|
|
}
|
||
|
|
.shop-collapse text {
|
||
|
|
flex: 1;
|
||
|
|
text-align: center;
|
||
|
|
padding-right: 40rpx;
|
||
|
|
border-right: 1px solid #eee;
|
||
|
|
}
|
||
|
|
.content-list {
|
||
|
|
width: 95%;
|
||
|
|
margin: 0 auto;
|
||
|
|
display: flex;
|
||
|
|
height: 80rpx;
|
||
|
|
border-bottom: 1px solid #eee;
|
||
|
|
}
|
||
|
|
.content-list:last-child {
|
||
|
|
border-bottom: none;
|
||
|
|
height: auto;
|
||
|
|
}
|
||
|
|
.list-name {
|
||
|
|
width: 200rpx;
|
||
|
|
text-align: left;
|
||
|
|
line-height: 40px;
|
||
|
|
height: 80rpx;
|
||
|
|
padding-left: 20rpx;
|
||
|
|
}
|
||
|
|
.list-val {
|
||
|
|
width: 560rpx;
|
||
|
|
height: 80rpx;
|
||
|
|
line-height: 80rpx;
|
||
|
|
}
|
||
|
|
.list-val input {
|
||
|
|
width: 400rpx;
|
||
|
|
height: 60rpx;
|
||
|
|
display: inline-block;
|
||
|
|
line-height: 60rpx;
|
||
|
|
float: left;
|
||
|
|
margin-top: 10rpx;
|
||
|
|
padding-left: 20rpx;
|
||
|
|
border-bottom: 1px solid #088FEB;
|
||
|
|
}
|
||
|
|
.shareBtn {
|
||
|
|
background: rgba(255, 255, 255, 0);
|
||
|
|
width: 90rpx;
|
||
|
|
height: 50;
|
||
|
|
height: 80rpx;
|
||
|
|
line-height: 80rpx;
|
||
|
|
border: 1px solid #f3f4f6;
|
||
|
|
background-color: rgba(255, 255, 255, 0);
|
||
|
|
}
|
||
|
|
.shareBtn::after {
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
.btn-biankuang::after {
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
textarea {
|
||
|
|
margin: 20rpx;
|
||
|
|
border: 1px solid #eee;
|
||
|
|
height: 150rpx;
|
||
|
|
width: 500rpx;
|
||
|
|
}
|
||
|
|
.uni-table-scroll {
|
||
|
|
width: 100%;
|
||
|
|
overflow-x: auto;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
.uni-table-th {
|
||
|
|
background: #FAE7B5 !important;
|
||
|
|
color: #000 !important;
|
||
|
|
}
|
||
|
|
.top1 {
|
||
|
|
width: 780rpx;
|
||
|
|
height: 390rpx;
|
||
|
|
opacity: 1;
|
||
|
|
background: linear-gradient(360deg, #FAF7F7 0%, rgba(255, 255, 255, 0) 100%);
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.hello-box {
|
||
|
|
position: absolute;
|
||
|
|
left: 42rpx;
|
||
|
|
top: 40rpx;
|
||
|
|
width: 220rpx;
|
||
|
|
height: 56rpx;
|
||
|
|
}
|
||
|
|
.hello-box .hello-left {
|
||
|
|
width: 102rpx;
|
||
|
|
height: 56rpx;
|
||
|
|
opacity: 1;
|
||
|
|
background: #fff;
|
||
|
|
border-radius: 3px;
|
||
|
|
text-align: center;
|
||
|
|
-webkit-transform: skewX(8deg);
|
||
|
|
transform: skewX(8deg);
|
||
|
|
}
|
||
|
|
.hello-box .hello-right {
|
||
|
|
position: absolute;
|
||
|
|
left: 5px;
|
||
|
|
bottom: 0rpx;
|
||
|
|
width: 220rpx;
|
||
|
|
height: 2px;
|
||
|
|
opacity: 1;
|
||
|
|
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
|
||
|
|
}
|
||
|
|
.hello-box .hello-name {
|
||
|
|
position: absolute;
|
||
|
|
left: 118rpx;
|
||
|
|
top: 0;
|
||
|
|
width: 400rpx;
|
||
|
|
height: 55rpx;
|
||
|
|
font-size: 32rpx;
|
||
|
|
line-height: 55rpx;
|
||
|
|
color: white;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.hello-text {
|
||
|
|
position: absolute;
|
||
|
|
top: 115rpx;
|
||
|
|
left: 50rpx;
|
||
|
|
color: #fff;
|
||
|
|
font-size: 28rpx;
|
||
|
|
}
|
||
|
|
.top {
|
||
|
|
width: 780rpx;
|
||
|
|
height: 330rpx;
|
||
|
|
opacity: 1;
|
||
|
|
background: linear-gradient(90deg, #6484fa 0%, #66e8ff 100%);
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.detail-popup {
|
||
|
|
width: 500rpx;
|
||
|
|
min-height: 500rpx;
|
||
|
|
max-height: 1000rpx;
|
||
|
|
overflow: scroll;
|
||
|
|
}
|
||
|
|
@media screen and (min-width: 760px) {
|
||
|
|
.detail-popup {
|
||
|
|
max-height: 750px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|