|
@@ -2,33 +2,36 @@
|
|
|
margin: 10px 32rpx 10px 32rpx;
|
|
margin: 10px 32rpx 10px 32rpx;
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
border-radius: 15rpx;
|
|
border-radius: 15rpx;
|
|
|
- box-shadow:2px 2px 5px #e5e5e6;
|
|
|
|
|
|
|
+ box-shadow: 2px 2px 5px #e5e5e6;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.main-foot {
|
|
.main-foot {
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- border-radius: 15rpx 15rpx 0px 0px;
|
|
|
|
|
|
|
+ border-radius: 15rpx 15rpx 0px 0px;
|
|
|
background: linear-gradient(180deg, #E2ECFF 0%, #FAFCFF 100%), #fff;
|
|
background: linear-gradient(180deg, #E2ECFF 0%, #FAFCFF 100%), #fff;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% 46px;
|
|
background-size: 100% 46px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.table-content{
|
|
|
|
|
|
|
+.table-content {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|
|
|
-.table-content-row{
|
|
|
|
|
|
|
+
|
|
|
|
|
+.table-content-row {
|
|
|
padding: 10px 32rpx 10px 32rpx;
|
|
padding: 10px 32rpx 10px 32rpx;
|
|
|
}
|
|
}
|
|
|
-.table-content-row-font{
|
|
|
|
|
|
|
+
|
|
|
|
|
+.table-content-row-font {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
- color: #95A8CB;
|
|
|
|
|
|
|
+ color: #95A8CB;
|
|
|
padding-right: 32rpx;
|
|
padding-right: 32rpx;
|
|
|
- white-space:nowrap;
|
|
|
|
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
-.table-content-class{
|
|
|
|
|
|
|
+
|
|
|
|
|
+.table-content-class {
|
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
|
- font-weight:500;
|
|
|
|
|
|
|
+ font-weight: 500;
|
|
|
color: #1B365D;
|
|
color: #1B365D;
|
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
|
}
|
|
}
|
|
@@ -39,7 +42,7 @@
|
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.table-content-row-title{
|
|
|
|
|
|
|
+.table-content-row-title {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
margin-left: 70rpx;
|
|
margin-left: 70rpx;
|
|
|
width: calc(100% - 70rpx);
|
|
width: calc(100% - 70rpx);
|
|
@@ -54,20 +57,20 @@
|
|
|
color: #1989fa;
|
|
color: #1989fa;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.title-class{
|
|
|
|
|
- width:calc(70% - 39rpx);
|
|
|
|
|
- display:flex;
|
|
|
|
|
|
|
+.title-class {
|
|
|
|
|
+ width: calc(70% - 39rpx);
|
|
|
|
|
+ display: flex;
|
|
|
padding-left: 14rpx;
|
|
padding-left: 14rpx;
|
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.status-class{
|
|
|
|
|
|
|
+.status-class {
|
|
|
width: 40%;
|
|
width: 40%;
|
|
|
height: 49rpx;
|
|
height: 49rpx;
|
|
|
- padding-right:4rpx;
|
|
|
|
|
|
|
+ padding-right: 4rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.status-detail-class{
|
|
|
|
|
|
|
+.status-detail-class {
|
|
|
height: 49rpx;
|
|
height: 49rpx;
|
|
|
line-height: 49rpx;
|
|
line-height: 49rpx;
|
|
|
border-radius: 6rpx;
|
|
border-radius: 6rpx;
|
|
@@ -78,13 +81,13 @@
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.status-font-class{
|
|
|
|
|
|
|
+.status-font-class {
|
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
|
- color: #FFFFFF;
|
|
|
|
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**品类*/
|
|
/**品类*/
|
|
|
-.category-class{
|
|
|
|
|
|
|
+.category-class {
|
|
|
width: 40%;
|
|
width: 40%;
|
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
|
color: #95A8CB;
|
|
color: #95A8CB;
|
|
@@ -94,21 +97,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
/**合计金额*/
|
|
/**合计金额*/
|
|
|
-.totalamount-class{
|
|
|
|
|
|
|
+.totalamount-class {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
text-align: right !important;
|
|
text-align: right !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**副标题*/
|
|
/**副标题*/
|
|
|
-.sub-title-class{
|
|
|
|
|
- display: flex;
|
|
|
|
|
|
|
+.sub-title-class {
|
|
|
|
|
+ display: flex;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
height: 47rpx;
|
|
height: 47rpx;
|
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.sub-title-detail-class{
|
|
|
|
|
|
|
+.sub-title-detail-class {
|
|
|
height: 47rpx;
|
|
height: 47rpx;
|
|
|
line-height: 47rpx;
|
|
line-height: 47rpx;
|
|
|
background-color: #EAF1FF;
|
|
background-color: #EAF1FF;
|
|
@@ -122,7 +125,7 @@
|
|
|
.corner-view {
|
|
.corner-view {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
/* 扇形弧度 */
|
|
/* 扇形弧度 */
|
|
|
- border-radius: 0 0 100rpx 0;
|
|
|
|
|
|
|
+ border-radius: 0 0 100rpx 0;
|
|
|
/* 左上弧度 */
|
|
/* 左上弧度 */
|
|
|
border-top-left-radius: 15rpx;
|
|
border-top-left-radius: 15rpx;
|
|
|
/* 位置 */
|
|
/* 位置 */
|
|
@@ -131,27 +134,28 @@
|
|
|
padding: 14rpx;
|
|
padding: 14rpx;
|
|
|
width: 70rpx;
|
|
width: 70rpx;
|
|
|
height: 56rpx;
|
|
height: 56rpx;
|
|
|
- background-color: #E3DCD1;
|
|
|
|
|
|
|
+ background-color: #E3DCD1;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
-.corner-view-text{
|
|
|
|
|
|
|
+
|
|
|
|
|
+.corner-view-text {
|
|
|
transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
|
- /* 字体颜色 */
|
|
|
|
|
- color: #B19264;
|
|
|
|
|
- font-size: 24rpx;
|
|
|
|
|
- font-weight: 600;
|
|
|
|
|
- font-size: 26rpx;
|
|
|
|
|
|
|
+ /* 字体颜色 */
|
|
|
|
|
+ color: #B19264;
|
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ font-size: 26rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
/**功能pop*/
|
|
/**功能pop*/
|
|
|
-.function-pop-class{
|
|
|
|
|
|
|
+.function-pop-class {
|
|
|
/* height:40% !important; */
|
|
/* height:40% !important; */
|
|
|
- padding-bottom:130rpx !important;
|
|
|
|
|
- width:100%;
|
|
|
|
|
- z-index:10;
|
|
|
|
|
|
|
+ padding-bottom: 130rpx !important;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ z-index: 10;
|
|
|
border-radius: 30rpx 30rpx 0rpx 0rpx !important;
|
|
border-radius: 30rpx 30rpx 0rpx 0rpx !important;
|
|
|
- padding-top: 20rpx;
|
|
|
|
|
|
|
+ padding-top: 20rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.function-cell-group {
|
|
.function-cell-group {
|
|
@@ -161,7 +165,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**功能菜单的图标样式*/
|
|
/**功能菜单的图标样式*/
|
|
|
-.function-pop-image{
|
|
|
|
|
|
|
+.function-pop-image {
|
|
|
width: 80rpx;
|
|
width: 80rpx;
|
|
|
height: 80rpx;
|
|
height: 80rpx;
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -181,4 +185,40 @@
|
|
|
padding-top: 15rpx;
|
|
padding-top: 15rpx;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
height: 100rpx;
|
|
height: 100rpx;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.bottom-bar {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: space-between;
|
|
|
|
|
+ background: #FBF6EF !important;
|
|
|
|
|
+ border-radius: 0px 0px 12rpx 12rpx;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ height: 115rpx;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.bottom-title-class {
|
|
|
|
|
+ color: #1B365D;
|
|
|
|
|
+ margin-left: 30rpx;
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/**收款*/
|
|
|
|
|
+.collect-class {
|
|
|
|
|
+ height: 70rpx;
|
|
|
|
|
+ line-height: 70rpx;
|
|
|
|
|
+ background: #F2E0BC;
|
|
|
|
|
+ border-radius: 10px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ padding: 0 20rpx;
|
|
|
|
|
+ font-size: 15px;
|
|
|
|
|
+ color: #CAA977;
|
|
|
|
|
+ margin-right: 30rpx;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.sign-class{
|
|
|
|
|
+ padding-left: 10rpx;
|
|
|
|
|
+ padding-right:5rpx;
|
|
|
|
|
+ padding-top: 5rpx;
|
|
|
|
|
+ font-size: 10px;
|
|
|
}
|
|
}
|