全局样式
This commit is contained in:
@@ -107,7 +107,7 @@ uni-button:after {
|
||||
.zd_content {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: 108rpx 15rpx 120rpx 14rpx;
|
||||
padding: calc(var(--status-bar-height) + 108rpx) 15rpx 120rpx 14rpx;
|
||||
}
|
||||
.zd_wrapper {
|
||||
width: 100%;
|
||||
@@ -268,20 +268,16 @@ uni-button:after {
|
||||
color: #4e6ef2;
|
||||
font-weight: bold;
|
||||
}
|
||||
.slide_new table thead tr th.fontcol2,.slide_new table tbody tr td.fontcol2 {
|
||||
color: #d7592f;
|
||||
font-weight: bold;
|
||||
}
|
||||
.slide_new table tbody tr.checked td {
|
||||
border-top: 1px solid #D7592F;
|
||||
border-bottom: 1px solid #D7592F;
|
||||
background-color: #f0c560;
|
||||
color: #fff;
|
||||
}
|
||||
.slide_new table tbody tr.checked td:first-child {
|
||||
border-left: 1px solid #D7592F;
|
||||
border-top-left-radius: 8rpx;
|
||||
border-bottom-left-radius: 8rpx;
|
||||
}
|
||||
.slide_new table tbody tr.checked td:last-child {
|
||||
border-right: 1px solid #D7592F;
|
||||
border-top-right-radius: 8rpx;
|
||||
border-bottom-right-radius: 8rpx;
|
||||
|
||||
border-left: 6rpx solid #ff8227;
|
||||
}
|
||||
|
||||
/** 提交栏 **/
|
||||
@@ -302,14 +298,14 @@ uni-button:after {
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.btn-default {
|
||||
color: #D7592F ;
|
||||
background-color: #fff;
|
||||
border: 1px solid #D7592F ;
|
||||
color: #ff6800;
|
||||
background: #fff;
|
||||
border: 1px solid #ff9856;
|
||||
}
|
||||
.btn-success {
|
||||
color: #fff;
|
||||
border: 1px solid #D7592F ;
|
||||
background-color: #D7592F ;
|
||||
border: 1px solid #ff9856;
|
||||
background: linear-gradient(-45deg, #ff6800, #ff9856);
|
||||
}
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
@@ -1,4 +1,8 @@
|
||||
$red = #D7592F
|
||||
$red = #D7592F
|
||||
$red1 = #ff6800
|
||||
$red2 = #ff8227
|
||||
$red3 = #ff9856
|
||||
$red4 = #ff6800
|
||||
$green = #6CBE8B
|
||||
$yellow = #E9B451
|
||||
$blue = #6798ef
|
||||
|
||||
Reference in New Issue
Block a user