打印样式
This commit is contained in:
@@ -47,7 +47,7 @@ uni-button:after {
|
||||
}
|
||||
.filter_label {
|
||||
display: block;
|
||||
line-height: 80rpx;
|
||||
line-height: 70rpx;
|
||||
font-size: 28rpx;
|
||||
color: #323232;
|
||||
font-weight: bold;
|
||||
@@ -61,23 +61,31 @@ uni-button:after {
|
||||
/** 筛选选择器样式 */
|
||||
.filter_picker .uni-input {
|
||||
width: 100%;
|
||||
line-height: 80rpx;
|
||||
height: 80rpx;
|
||||
line-height: 70rpx;
|
||||
height: 70rpx;
|
||||
font-size: 28rpx;
|
||||
color: #606266;
|
||||
}
|
||||
/** 筛选下拉框带搜索过滤功能样式 */
|
||||
.filter_select .uni-select {
|
||||
line-height: 80rpx !important;
|
||||
height: 80rpx !important;
|
||||
line-height: 70rpx !important;
|
||||
height: 70rpx !important;
|
||||
font-size: 28rpx !important;
|
||||
color: #606266;
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
.filter_select {
|
||||
.uniui-bottom, .uniui-top, .uniui-clear {
|
||||
font-size: 40rpx !important;
|
||||
}
|
||||
.uni-select__selector-empty, .uni-select__selector-item {
|
||||
line-height: 60rpx !important;
|
||||
}
|
||||
}
|
||||
.filter_input {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
height: 70rpx;
|
||||
line-height: 28rpx;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
@@ -87,7 +95,7 @@ uni-button:after {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.filter_picker {
|
||||
line-height: 80rpx;
|
||||
line-height: 70rpx;
|
||||
font-size: 28rpx;
|
||||
color: #606266;
|
||||
}
|
||||
@@ -97,7 +105,7 @@ uni-button:after {
|
||||
.filter_input_wraper {
|
||||
/* flex: 1; */
|
||||
width: calc(100% - 170rpx);
|
||||
height: 80rpx;
|
||||
height: 70rpx;
|
||||
padding: 5rpx 0;
|
||||
margin-left: 30rpx;
|
||||
display: flex;
|
||||
@@ -148,7 +156,7 @@ uni-button:after {
|
||||
left: 0;
|
||||
z-index: 120;
|
||||
font-size: 26rpx;
|
||||
line-height: 98rpx;
|
||||
line-height: 68rpx;
|
||||
color: #696969;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
@@ -174,7 +182,7 @@ uni-button:after {
|
||||
}
|
||||
.slide_new table td {
|
||||
font-size: 28rpx;
|
||||
line-height: 98rpx;
|
||||
line-height: 68rpx;
|
||||
color: #323232;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
@@ -287,7 +295,7 @@ uni-button:after {
|
||||
place-items: center; /* 垂直和水平居中 */
|
||||
font-size: 34rpx;
|
||||
line-height: 34rpx;
|
||||
height: 88rpx;
|
||||
height: 68rpx;
|
||||
color: #ff6a00;
|
||||
text-align: center;
|
||||
letter-spacing: 4rpx;
|
||||
@@ -301,7 +309,7 @@ uni-button:after {
|
||||
place-items: center; /* 垂直和水平居中 */
|
||||
font-size: 34rpx;
|
||||
line-height: 34rpx;
|
||||
height: 88rpx;
|
||||
height: 68rpx;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
letter-spacing: 4rpx;
|
||||
@@ -338,7 +346,7 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
|
||||
}
|
||||
.more-button {
|
||||
font-size: 34rpx;
|
||||
line-height: 88rpx;
|
||||
line-height: 68rpx;
|
||||
color: #ff6a00;
|
||||
text-align: center;
|
||||
border-radius: 0;
|
||||
@@ -355,7 +363,7 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
|
||||
margin-top: 20rpx;
|
||||
width: 100%;
|
||||
font-size: 34rpx;
|
||||
line-height: 88rpx;
|
||||
line-height: 68rpx;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
background-color: #fff;
|
||||
@@ -549,5 +557,10 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
|
||||
right 32px
|
||||
}
|
||||
.mini-btn {
|
||||
margin-left:0;
|
||||
margin-right: 0;
|
||||
font-size: 30rpx;
|
||||
padding-left: 20rpx;
|
||||
padding-right: 20rpx;
|
||||
line-height: 50rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user