|
@@ -275,7 +275,7 @@ onMounted(() => {
|
|
width: 100%;
|
|
width: 100%;
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
- background: rgba(0, 0, 0, 0.5);
|
|
|
|
|
|
+ background: rgba(0, 0, 0, 0.2);
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -325,12 +325,13 @@ onMounted(() => {
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
margin-top: 8px;
|
|
margin-top: 8px;
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
- background: rgba(0, 0, 0, 0.5);
|
|
|
|
|
|
+ background: rgba(0, 0, 0, 0.2);
|
|
.navigation {
|
|
.navigation {
|
|
- padding: 8px 14px;
|
|
|
|
|
|
+ padding: 8px 0;
|
|
|
|
|
|
.h3 {
|
|
.h3 {
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
|
+ padding: 0 14px;
|
|
}
|
|
}
|
|
.swiper-container {
|
|
.swiper-container {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -338,6 +339,7 @@ onMounted(() => {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin-top: 8px;
|
|
margin-top: 8px;
|
|
padding-right: 2px;
|
|
padding-right: 2px;
|
|
|
|
+ padding-left: 14px;
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
|
&::after {
|
|
&::after {
|