/* 中间居中 */ .intermediatecenter{ display: flex; flex-direction: column; align-items: center; justify-content: center; } /* 简单居中 */ .intermediatecenterysls{ display: flex; align-items: center; } /* 头顶部居中 */ .topcenter{ display: -webkit-flex; flex-direction: column; align-items: center; } /* 均匀分开 */ .spacearound{ display: flex; justify-content: space-around; } /* 两边靠墙中间均匀分开 */ .spacebetween{ display: flex; justify-content: space-between; } /* 从左分开 */ .spacearoundflexstart{ display: flex; justify-content: flex-start; } .spacebetween{ display: flex; justify-content: space-between; } .unpsysls{ display: inline-block; text-align: justify; font-size: 28rpx; } /* x轴正方向排序 */ /* 一 二 三 四 五 六 七 八 */ .sortinxdirection{ display: flex; flex-direction:row; } /* x轴反方向排序 */ /* 八 七 六 五 四 三 二 一 */ .xaxisreverseorder{ display: flex; flex-direction:row-reverse; } /* 垂直布局 正方向*/ /* 一 二 三 四 五 六 七 八 */ .verticallayout{ display: flex; flex-direction:column; } /* 垂直布局 反方向*/ .reversedirection{ display: flex; flex-direction:column-reverse; } /* 两端对齐 */ .alignmentatbothends{ display: flex; justify-content: space-between; } .ws100s{ width: 100%; } .ws70s{ width: 70%; } .hs30s{ height: 30%; } .yslmaxheigthk{ } .mysligtes{ font-size:16px; font-family:Microsoft YaHei; font-weight:bold; color:rgba(144,147,153,1); padding-left: 34px; } .yslmaxheigthk .ws100s .ant-tabs .ant-tabs-bar { border-bottom: 1px solid #ffffff !important; background: #ffffff !important; background-color: #ffffff !important; margin: 0 !important; } .yslmaxheigthk .ws100s .ant-tabs .ant-tabs-bar .ant-tabs-nav-container { padding-left: 25px; } .yslmaxheigthk .ws100s .ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-ink-bar{ width: 68px !important; left: 16px; } .yslmaxheigthk .ws100s .ant-tabs .ant-tabs-bar .ant-tabs-tab{ padding: 25px 16px !important; font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; } .positiondivs{ position: absolute; top: 0; right: 0; } .posiivs{ padding: 30px 16px !important; font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; color: #1890ff; } .xiaoshou{ cursor:pointer !important; } .xiaoshout{ cursor:default !important; }