|
|
@@ -3,10 +3,10 @@
|
|
|
.picker-mask {
|
|
|
max-width: auto;
|
|
|
// background: red;
|
|
|
- background: linear-gradient(0deg, rgba(28, 28, 28, 1) 0%,
|
|
|
- rgba(28, 28, 28, 0) 45%,
|
|
|
- rgba(28, 28, 28, 0) 55%,
|
|
|
- rgba(28, 28, 28, 1) 100%);
|
|
|
+ // background: linear-gradient(0deg, rgba(28, 28, 28, 1) 0%,
|
|
|
+ // rgba(28, 28, 28, 0) 45%,
|
|
|
+ // rgba(28, 28, 28, 0) 55%,
|
|
|
+ // rgba(28, 28, 28, 1) 100%);
|
|
|
background-size: 750px 500px !important;
|
|
|
height: 500px ;
|
|
|
background-position: center center;
|
|
|
@@ -17,10 +17,10 @@
|
|
|
.picker-mask-small{
|
|
|
max-width: auto;
|
|
|
// background: red;
|
|
|
- background: linear-gradient(0deg, rgba(28, 28, 28, 1) 0%,
|
|
|
- rgba(28, 28, 28, 0) 45%,
|
|
|
- rgba(28, 28, 28, 0) 55%,
|
|
|
- rgba(28, 28, 28, 1) 100%);
|
|
|
+ // background: linear-gradient(0deg, rgba(28, 28, 28, 1) 0%,
|
|
|
+ // rgba(28, 28, 28, 0) 45%,
|
|
|
+ // rgba(28, 28, 28, 0) 55%,
|
|
|
+ // rgba(28, 28, 28, 1) 100%);
|
|
|
background-size: 750px 340px !important;
|
|
|
height: 340px ;
|
|
|
background-position: center center;
|
|
|
@@ -56,7 +56,7 @@
|
|
|
|
|
|
.pickerEndTime{
|
|
|
text-align: center;
|
|
|
- color: #fff;
|
|
|
+ color: #000;
|
|
|
opacity: 0.4;
|
|
|
font-size: 20px;
|
|
|
line-height: 20px;
|