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.
200 lines
3.5 KiB
200 lines
3.5 KiB
@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;
|
|
}
|
|
page {
|
|
height: 100%;
|
|
font-size: 24rpx;
|
|
}
|
|
.page1 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
font-size: 28rpx;
|
|
}
|
|
.content-box {
|
|
background: #fff;
|
|
}
|
|
.right-box {
|
|
width: 100%;
|
|
height: 220rpx;
|
|
display: flex;
|
|
border-bottom: 1px solid #eee;
|
|
position: relative;
|
|
}
|
|
.box-left {
|
|
width: 170rpx;
|
|
height: 170rpx;
|
|
background-size: 100%;
|
|
margin: 25rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.box-left ._img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.box-right {
|
|
margin-top: 20rpx;
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
}
|
|
.box-right-name {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
padding-left: 20rpx;
|
|
height: 30%;
|
|
}
|
|
.box-right-num {
|
|
padding: 5rpx 0;
|
|
color: #777;
|
|
padding-left: 20rpx;
|
|
height: 30%;
|
|
}
|
|
.box-right-price {
|
|
display: flex;
|
|
font-size: 25rpx;
|
|
height: 100rpx;
|
|
}
|
|
.price-box {
|
|
flex: 1;
|
|
text-align: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 20rpx;
|
|
}
|
|
.container-box {
|
|
border-top: 10px solid #eee;
|
|
}
|
|
.price-box text:first-child {
|
|
color: #ffa200;
|
|
}
|
|
.edit-btn {
|
|
width: 100rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
color: #fff;
|
|
background: #0072E3;
|
|
position: absolute;
|
|
top: 105rpx;
|
|
right: 40rpx;
|
|
border-radius: 10px;
|
|
text-align: center;
|
|
}
|
|
.prec-list {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
font-size: 32rpx;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.prec-list-box {
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
padding: 0 30rpx;
|
|
overflow: hidden;
|
|
}
|
|
.noPic {
|
|
border-radius: 10px;
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
text-align: center;
|
|
line-height: 140rpx;
|
|
color: #777;
|
|
background: #eee;
|
|
}
|
|
.popup-pay-content {
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 30rpx;
|
|
width: 500rpx;
|
|
height: auto;
|
|
max-height: 1000rpx;
|
|
overflow: scroll;
|
|
background-color: #fff;
|
|
}
|
|
.popup-pay-title {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #eee;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.popup-pay-container {
|
|
margin-top: 40rpx;
|
|
height: 100rpx;
|
|
border-radius: 10px;
|
|
background: #088FEB;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
border-bottom: 1px solid #eee;
|
|
border-top: 1px solid #eee;
|
|
color: #fff;
|
|
}
|
|
.checked {
|
|
background: #60F3FF;
|
|
color: #fff !important;
|
|
}
|
|
.content-fur {
|
|
padding-bottom: 25rpx;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.content-low {
|
|
width: auto;
|
|
border: 1px solid #eee;
|
|
display: inline-block;
|
|
min-width: 90rpx;
|
|
padding: 5rpx;
|
|
font-size: 35rpx;
|
|
text-align: center;
|
|
color: #777;
|
|
margin: 20rpx 0 0 20rpx;
|
|
}
|
|
.print-btn {
|
|
width: 100rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
color: #fff !important;
|
|
background: #0072E3;
|
|
position: absolute;
|
|
top: 30rpx;
|
|
right: 40rpx;
|
|
border-radius: 10px;
|
|
text-align: center;
|
|
}
|
|
.bottom-btn {
|
|
width: 200rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
background: #0072E3;
|
|
border-radius: 80rpx;
|
|
text-align: center;
|
|
position: fixed;
|
|
bottom: 75rpx;
|
|
right: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
}
|
|
.detail-popup {
|
|
width: 500rpx;
|
|
min-height: 500rpx;
|
|
max-height: 1000rpx;
|
|
overflow: scroll;
|
|
}
|
|
@media screen and (min-width: 760px) {
|
|
.detail-popup {
|
|
max-height: 750px;
|
|
}
|
|
}
|
|
|
|
|