弹窗样式
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
-webkit-appearance: none;
|
||||
background-image: none;
|
||||
background: rgba(45,88,184,0.1);
|
||||
border: 1px solid #4980BD;
|
||||
border: 2px solid #4980BD;
|
||||
box-sizing: border-box;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
@@ -285,7 +285,7 @@
|
||||
padding: 0 10px;
|
||||
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
||||
width: 100%;
|
||||
border-radius: 8px
|
||||
// border-radius: 8px
|
||||
&:focus
|
||||
background: rgba(45,88,184,0.25);
|
||||
border: 2px solid #21D0F2;
|
||||
@@ -293,6 +293,10 @@
|
||||
line-height 30px
|
||||
height 120px
|
||||
padding 10px
|
||||
.form_item__radio_wrap
|
||||
height 80px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.form_item__radio
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
@@ -341,7 +345,16 @@
|
||||
width 100%
|
||||
.el-select-dropdown
|
||||
background: rgba(7,31,62,0.95);
|
||||
border: 1px solid #4980BD;
|
||||
border: 2px solid #4980BD;
|
||||
.el-popper .popper__arrow
|
||||
border-width: 10px;
|
||||
.el-popper[x-placement^=bottom] .popper__arrow
|
||||
top: -10px;
|
||||
border-bottom-color: #4980BD
|
||||
&:after
|
||||
border-bottom-color: #4980BD
|
||||
.el-select-dropdown__empty
|
||||
font-size 30px
|
||||
.el-input, .el-select .el-input .el-select__caret, .el-select-dropdown__item
|
||||
font-size 30px
|
||||
color #fff
|
||||
@@ -362,6 +375,7 @@
|
||||
font-size 30px
|
||||
line-height 80px
|
||||
height 80px
|
||||
border 2px solid #4980BD
|
||||
.dialog_footer
|
||||
height 188px
|
||||
padding: 50px 20px;
|
||||
|
||||
Reference in New Issue
Block a user