Commit e3c08af6 authored by 程恺文's avatar 程恺文

修改

parent d3608459
Pipeline #77959 passed with stages
......@@ -309,10 +309,10 @@ const Login = forwardRef((props, _ref) => {
autoplay={{delay:5000}}
loop
spaceBetween={0}
slidesPerView={8}
slidesPerView={13}
onSlideChange={() => console.log('slide change')}
onSwiper={(swiper) => console.log(swiper)}
style={{ width: '695px', height: '100%' }}
style={{ width: 'calc(100% - 320px)', height: '100%' }}
>
{img.map((v,i)=>{
return <SwiperSlide><div onClick={()=>{
......@@ -323,13 +323,13 @@ const Login = forwardRef((props, _ref) => {
whiteSpace: 'nowrap',
color:'white',
textOverflow: 'ellipsis',
top: '20px',
width: '67px',
top: '41px',
width: '60px',
fontSize: '12px',
textAlign:'center'
}}>
{v}
{v.substring(0,4)}
</div>
......
......@@ -30,11 +30,13 @@
padding: 0 70px;
}
.divImgAll{
width: calc(100% - 44px);
// width: calc(100% - 200px);
// display: flex;
.divT{
// width: 60px;
// height: 60px;
background-color: white;
// background-color: white;
margin: 0px 30px;
cursor: 'pointer'
}
......
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