64295c86 by simon

修改border-radius角度

1 parent 1206cad3
@import '@/styles/_support';
$borderRadius:8px;
$borderRadius:6px;
.comp {
font-size: 22px;
......
......@@ -28,14 +28,14 @@
@extend .fcc;
padding: 2px;
background-image: linear-gradient(to right, #ffb31d, #f15907);
border-radius: 16px;
border-radius: 20px;
}
.modal {
position: relative;
@extend .bb;
max-width: 1000px;
border-radius: 16px;
border-radius: 20px;
background-color: #ffffff;
.content {
......
......@@ -27,14 +27,14 @@
@extend .fcc;
padding: 2px;
background-image: linear-gradient(to right, #ffb31d, #f15907);
border-radius: 16px;
border-radius: 20px;
}
.modal {
position: relative;
@extend .bb;
max-width: 1000px;
border-radius: 16px;
border-radius: 20px;
background-color: #ffffff;
.content {
......
@import '@/styles/_support';
$borderSize: 8px;
$borderSize: 6px;
.comp {
font-size: 22px;
......
@import '@/styles/_support';
$borderRadius:6px;
.comp {
font-size: 22px;
}
.orange {
// color: $cOrange;
color: #ff6839;
......@@ -14,7 +15,6 @@
color: #747474;
}
$borderRadius:8px;
.submit-btn {
background: url("~@assets/images/vhis/vhis-btn.png");
......
......@@ -34,7 +34,7 @@
@extend .fcc;
padding: 2px;
background-image: linear-gradient(to right, #ffb31d, #f15907);
border-radius: 16px;
border-radius: 20px;
}
.modal {
......@@ -42,7 +42,7 @@
@extend .bb;
width: 1200px;
max-height: 84vh;
border-radius: 16px;
border-radius: 20px;
background-color: #ffffff;
padding: 88px 0;
font-size: 22px;
......
@import '@/styles/_support';
$borderSize:8px;
$borderSize:6px;
.page {
min-height: 480px;
......@@ -18,14 +18,13 @@ $borderSize:8px;
@extend .bb;
@extend .fcc;
padding: 2px;
border-radius: 16px;
// min-height: 480px;
border-radius: 20px;
&-cont {
width: 100%;
height: 100%;
background-color: #ffffff;
border-radius: 16px;
border-radius: 20px;
}
}
......@@ -98,7 +97,7 @@ input {
// border: solid 2px $cOrange;
// padding: 2.666667rem 10rem 2.833333rem 10rem;
background-color: #ffffff;
border-radius: 16px;
border-radius: 20px;
.title {
font-size: 1.333333rem;
......@@ -143,7 +142,7 @@ input {
.reservation-container-2 {
@extend .bb;
background-color: #ffffff;
border-radius: 16px;
border-radius: 20px;
.title {
font-size: 1.333333rem;
......
@import '@/styles/_support';
$borderSize: 6px;
.page {
color: $cFontGray2;
}
......@@ -96,7 +98,7 @@
}
.banner-tips {
$borderSize: 8px;
position: absolute;
z-index: 2;
width: 422px;
......@@ -418,7 +420,7 @@
height: 67px;
line-height: 67px;
padding: 2px;
border-radius: 2px;
border-radius: $borderSize;
cursor: pointer;
.cont {
......@@ -433,7 +435,7 @@
background-color: #ffffff;
font-size: 22px;
font-weight: bold;
border-radius: 2px;
border-radius: $borderSize;
.icon {
height: 47px;
......