Merge branch '20221102-3.0单点到2.0' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into release_electronic_bid_evaluation_room
This commit is contained in:
BIN
src/assets/choiceLogin/chionceLoginPic01.png
Normal file
BIN
src/assets/choiceLogin/chionceLoginPic01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
BIN
src/assets/choiceLogin/chionceLoginPic02.png
Normal file
BIN
src/assets/choiceLogin/chionceLoginPic02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
BIN
src/assets/choiceLogin/choiceLoginBg.jpg
Normal file
BIN
src/assets/choiceLogin/choiceLoginBg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
@ -264,5 +264,94 @@
|
||||
/* CSS3属性 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.choiceLoginContent-common {
|
||||
float: left;
|
||||
width: 385px;
|
||||
height: 400px;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
text-align: center;
|
||||
padding: 24px;
|
||||
cursor: pointer;
|
||||
transition: all .5s;
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0 6px 16px -8px #ffffff14, 0 9px 28px #ffffff0d, 0 12px 48px 16px #ffffff08;
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
}
|
||||
|
||||
.choiceLoginBody {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
border: 0;
|
||||
text-decoration: none;
|
||||
font-family: 'Microsoft YaHei UI';
|
||||
background-image: url("~@/assets/choiceLogin/choiceLoginBg.jpg");
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
height: 100%;
|
||||
|
||||
.choiceLoginBlock {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
.choiceLoginContent {
|
||||
width: 778px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.contentLeft {
|
||||
.choiceLoginContent-common;
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.contentLeft img {
|
||||
margin-bottom: 9px
|
||||
}
|
||||
|
||||
.contentRight {
|
||||
.choiceLoginContent-common;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.contentLeft h4,
|
||||
.contentRight h4 {
|
||||
font-size: 22px;
|
||||
color: #333;
|
||||
line-height: 32px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.loginMassage {
|
||||
width: 778px;
|
||||
margin-top: 16px;
|
||||
|
||||
&>p:first-child {
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
&>p {
|
||||
font-size: 18px;
|
||||
color: #eaeaea;
|
||||
line-height: 32px;
|
||||
text-indent: 2em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
&>span {
|
||||
color: #ffde52;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user