forked from Gitlink/build
图片根据浏览器宽度自适应,最高300
This commit is contained in:
parent
d885ec5c79
commit
7ebe63d1ff
|
@ -87,6 +87,6 @@
|
|||
gtag('config', 'UA-198293321-1');
|
||||
</script> -->
|
||||
|
||||
<script src="/umi.61d5cd98.js"></script>
|
||||
<script src="/umi.f7cbe312.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -32417,7 +32417,7 @@ var verifyLogin_ShixunStatusModel = function ShixunStatusModel(dispatch) {
|
|||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/antd/es/config-provider/context.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/antd/es/grid/hooks/useBreakpoint.js because of ./node_modules/antd/es/table/Table.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/antd/es/locale-provider/LocaleReceiver.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/antd/es/select/index.js because of ./src/pages/Competitions/Detail/component/ProfessionalAuthModal.tsx */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/antd/es/select/index.js because of ./src/components/markdown-editor/code-block/index.tsx */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/classnames/index.js (<- Module is not an ECMAScript module) */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-pagination/es/locale/en_US.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-pagination/es/locale/zh_CN.js */
|
||||
|
|
|
@ -0,0 +1,53 @@
|
|||
.bannerContent {
|
||||
position: absolute;
|
||||
bottom: -41px;
|
||||
width: 100%;
|
||||
height: 76px;
|
||||
}
|
||||
.bannerContent .banners {
|
||||
width: 1200px;
|
||||
margin: 0px auto;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
padding: 0px 40px;
|
||||
border-radius: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.09);
|
||||
}
|
||||
.bannerContent .banners a {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
color: #252B3A;
|
||||
padding-right: 100px;
|
||||
}
|
||||
.bannerContent .banners a img {
|
||||
margin-right: 18px;
|
||||
}
|
||||
.bannerContent .banners a.active {
|
||||
color: #6233DE;
|
||||
}
|
||||
.mainroot {
|
||||
background: url(./static/back.8ae36cad.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.mainroot .mainBanner {
|
||||
padding-bottom: 41px;
|
||||
width: 100%;
|
||||
}
|
||||
.mainroot .mainBanner .header {
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
position: relative;
|
||||
font-size: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
.mainroot .mainBanner .header > img {
|
||||
width: 100%;
|
||||
max-height: 300px;
|
||||
object-fit: cover;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -4878,7 +4878,7 @@ var _default = exports.default = RefIcon;
|
|||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/antd/es/config-provider/context.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/antd/es/grid/hooks/useBreakpoint.js because of ./node_modules/antd/es/table/Table.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/antd/es/locale-provider/LocaleReceiver.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/antd/es/select/index.js because of ./src/pages/Competitions/Detail/component/ProfessionalAuthModal.tsx */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/antd/es/select/index.js because of ./src/components/markdown-editor/code-block/index.tsx */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/classnames/index.js (<- Module is not an ECMAScript module) */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-pagination/es/locale/en_US.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-pagination/es/locale/zh_CN.js */
|
||||
|
|
Loading…
Reference in New Issue