/* pages/debitNoteList/debitNoteDetail/debitNoteDetail.wxss */
|
|
|
|
page {
|
|
background: #eaf1f8;
|
|
}
|
|
|
|
.container {
|
|
height: 100%;
|
|
background: #fff;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.baseitem {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding-left: 20rpx;
|
|
padding-right: 20rpx;
|
|
font-size: 30rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.baseitem_key {
|
|
color: #666;
|
|
width: 40%;
|
|
}
|
|
|
|
.baseitem_value {
|
|
color: rgb(48, 48, 48);
|
|
margin-left: 20rpx;
|
|
width: 60%;
|
|
text-align: right;
|
|
}
|
|
|
|
.lineView {
|
|
height: 1rpx;
|
|
background-color: #dbdbdb;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
/* .imageView {
|
|
height: 100%;
|
|
width: 50%;
|
|
position: relative;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: content-box;
|
|
} */
|
|
|
|
.imageView {
|
|
width: 100%;
|
|
height: 40px;
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
background-color: #f98b29;
|
|
}
|
|
|
|
.currentImage {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.btnTextView {
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 0;
|
|
line-height: 65px;
|
|
text-align: center;
|
|
}
|
|
|
|
.btnText {
|
|
color: white;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.whiteText {
|
|
color: black;
|
|
font-size: 34rpx;
|
|
}
|