Commit 80357104 authored by 李翰林's avatar 李翰林

修改模板

parent ac54db8d
...@@ -83,9 +83,11 @@ export default ({ data }) => { ...@@ -83,9 +83,11 @@ export default ({ data }) => {
<span>9</span> <span>9</span>
<span>10</span> <span>10</span>
</div> </div>
<Carousel className="jk-content-carousel" afterChange={() => { <Carousel
className="jk-content-carousel"
}}> afterChange={() => {}}
dotPosition="right"
>
<div className="jk-content-unit"> <div className="jk-content-unit">
<div className="jk-statusContent"> <div className="jk-statusContent">
{statusArr1Left?.map((it) => { {statusArr1Left?.map((it) => {
...@@ -117,8 +119,8 @@ export default ({ data }) => { ...@@ -117,8 +119,8 @@ export default ({ data }) => {
<span <span
style={{ style={{
position: "absolute", position: "absolute",
left: "-18px", right: "4px",
bottom: "-8px", bottom: "-23px",
color: "white", color: "white",
}} }}
> >
...@@ -184,8 +186,8 @@ export default ({ data }) => { ...@@ -184,8 +186,8 @@ export default ({ data }) => {
<span <span
style={{ style={{
position: "absolute", position: "absolute",
left: "-18px", right: "4px",
bottom: "-8px", bottom: "-23px",
color: "white", color: "white",
}} }}
> >
......
...@@ -254,23 +254,26 @@ ...@@ -254,23 +254,26 @@
width: 500px; width: 500px;
padding: 12px 0px 24px 24px; padding: 12px 0px 24px 24px;
.ant-carousel{ .ant-carousel {
width: 100% ; width: 100%;
height: 100%; height: 100%;
} }
.slick-dots{ .slick-dots {
button {
width: 24px !important;
}
}
}
.jk-content-unit { .jk-content-unit {
width: 500px; width: 520px;
padding: 16px; padding: 8px 24px 32px 30px;
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-left: 6px; margin-left: 6px;
gap: 2px; gap: 2px;
height: 500px; height: 520px;
.jk-statusBottom { .jk-statusBottom {
width: 100%; width: 100%;
...@@ -285,7 +288,7 @@ ...@@ -285,7 +288,7 @@
flex: 9%; flex: 9%;
background-color: #00bbf2; background-color: #00bbf2;
// border-radius: 50%; // border-radius: 50%;
border:1px red; border: 1px red;
margin: 1px margin: 1px
} }
...@@ -318,7 +321,7 @@ ...@@ -318,7 +321,7 @@
.bgline3 { .bgline3 {
background: linear-gradient(90deg, #00bbf277 0% , #ffffff77 100%); background: linear-gradient(90deg, #00bbf277 0%, #ffffff77 100%);
} }
...@@ -338,6 +341,7 @@ ...@@ -338,6 +341,7 @@
height: calc(100% - 10px); height: calc(100% - 10px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
span { span {
flex: 1; flex: 1;
display: flex; display: flex;
...@@ -362,6 +366,8 @@ ...@@ -362,6 +366,8 @@
align-self: center; align-self: center;
height: auto; height: auto;
width: 100%; width: 100%;
padding-left: 16px;
padding-right: 16px;
span { span {
color: #fff; color: #fff;
...@@ -369,7 +375,6 @@ ...@@ -369,7 +375,6 @@
height: auto; height: auto;
text-align: center; text-align: center;
font-size: 16px; font-size: 16px;
padding-top: 6px;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment