|
@@ -41,16 +41,18 @@
|
|
.BItxt {
|
|
.BItxt {
|
|
text-indent: 2em;
|
|
text-indent: 2em;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 32%;
|
|
|
|
|
|
+ top: 35%;
|
|
left: 50%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
z-index: 10;
|
|
z-index: 10;
|
|
- width: 70%;
|
|
|
|
- max-height: 200px;
|
|
|
|
|
|
+ width: 60%;
|
|
|
|
+ height: 160px;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
- padding: 10px;
|
|
|
|
|
|
+ padding: 26px;
|
|
background-color: rgba(242, 242, 215, 0.3);
|
|
background-color: rgba(242, 242, 215, 0.3);
|
|
backdrop-filter: blur(4px);
|
|
backdrop-filter: blur(4px);
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
& > img {
|
|
& > img {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
@@ -66,9 +68,9 @@
|
|
& > div {
|
|
& > div {
|
|
text-align: justify;
|
|
text-align: justify;
|
|
width: 100%;
|
|
width: 100%;
|
|
- max-height: 180px;
|
|
|
|
|
|
+ max-height: 100%;
|
|
color: #fffddc;
|
|
color: #fffddc;
|
|
- font-size: 14px;
|
|
|
|
|
|
+ font-size: 11px;
|
|
letter-spacing: 3px;
|
|
letter-spacing: 3px;
|
|
line-height: 22px;
|
|
line-height: 22px;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
@@ -198,11 +200,11 @@
|
|
}
|
|
}
|
|
|
|
|
|
// 屏幕>=1200
|
|
// 屏幕>=1200
|
|
- @media screen and (min-width: 1200px) {
|
|
|
|
- .BItxt > div {
|
|
|
|
- font-size: 12px !important;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ // @media screen and (min-width: 1200px) {
|
|
|
|
+ // .BItxt > div {
|
|
|
|
+ // font-size: 11px !important;
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|