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.
 
 
 
 
cy_pda/pages/checkAccept/index.scss

202 lines
3.5 KiB

.sh-content {
padding: 0rpx 25rpx 25rpx 25rpx;
background-color: #fff;
display: flex;
flex-direction: column;
.u-form-item {
padding: 5rpx 0px;
}
.u-input__input {
background-color: #ffffff;
}
.sh-search {
display: flex;
flex: 1;
position: fixed;
padding: 10rpx 30rpx;
background-color: #F2F2F2;
z-index: 180;
width: 94%;
.sh-form {
width: 100%;
}
// #19be6b
.sh-sub-search {
display: flex;
align-items: center;
padding: 15rpx 0 15rpx 15rpx;
.sh-search-button {
height: 100%;
}
}
}
.sh-card-center{
display: flex;
// flex: 550px;
flex:6;
flex-direction: column;
height: 560px;
margin-top: 50px;
margin-bottom: 100px;
}
.sh-card {
margin-top: 30rpx;
// padding: 20rpx 0rpx;
border: 0.5px solid #797979;
border-radius: 20rpx;
line-height: 60rpx;
.sh-card-title {
display: flex;
flex-direction: row;
padding: 0 20px;
background-color: #f2f2f2;
border-top-left-radius: 20rpx;
border-top-right-radius: 20rpx;
border-bottom-left-radius: 20rpx;
border-bottom-right-radius: 20rpx;
.pad-checked{
margin-top: 0px;
margin-right: 10px;
}
// width: 110%;
.sh-center{
width: 85%;
.receipt-number {
display: flex;
flex-direction: row;
.receipt-number-title {
color: #333333;
font-size: 32rpx;
}
.receipt-number-value {
color: #333333;
font-size: 32rpx;
font-weight: 600;
margin-left: 20rpx;
}
}
// .card-content{
// display: flex;
// flex:6;
// .card-content-item{
// display: flex;
// .item-title {
// // width: 122rpx;
// // flex: 1;
// width: 90%;
// font-size: 28rpx;
// // color: #555555;
// color: skyblue;
// }
// .item-value {
// width: 90%;
// font-size: 28rpx;
// color: #666666;
// margin-left: 20rpx;
// }
// }
// }
}
}
.borderBottom {
border-bottom-left-radius: 20rpx;
border-bottom-right-radius: 20rpx;
}
.sh-card-title-border {
border-bottom: 2px dashed #797979;
}
.sh-card-content {
// border-top: 0.5px solid #797979;
position: relative;
margin: 16rpx 0;
padding: 0rpx 70rpx;
.detail-icon {
position: absolute;
right: 10rpx;
top: 40rpx;
}
.goods-card-content {
display: flex;
justify-content: space-between;
align-items: center;
.goods-card-content-item {
display: flex;
align-items: center;
width: 50%;
.goods-title {
font-size: 32rpx;
color: #555555;
}
.goods-value {
font-size: 32rpx;
color: #666666;
margin-left: 20rpx;
}
}
}
}
.pad-content {
// padding: 30rpx 50rpx 0 50rpx;
// border-bottom: 2px dashed #797979;
padding-bottom: 16rpx;
}
.card-content {
display: flex;
justify-content: space-between;
align-items: center;
.card-content-item {
width: 80%;
display: flex;
align-items: center;
.item-title {
font-size: 26rpx;
color: #555555;
}
.item-value {
font-size: 26rpx;
color: #666666;
margin-left: 20rpx;
}
}
.sh-bold {
font-weight: bold;
word-break: break-all;
}
}
}
.loadmore-data{
padding-top: 30rpx;
}
.enter-button{
display: flex;
flex: 2;
height: 70px;
width: 100%;
z-index: 99999;
background-color: #fff;
position: fixed;
bottom: 0px;
.smell-button{
display: block;
color: #fff;
margin: 19px auto;
height: 35px;
line-height: 35px;
width: 45%;
background-color: #19be6b;
}
}
}