创建一个倾斜的全高度背景图像。

huangapple go评论54阅读模式
英文:

Make a full height background image on a slant

问题

以下是您要翻译的部分:

"I have a skewed background color for my service section of my quasar app and I am trying to get the images on the left and right sides to become the full height of the slant and full width (half of screen as you will see since its 2 columns). I am trying to basically mask the image into the slant so it looks like the image is cutoff on the tops and buttons to go with the slant.

https://jsfiddle.net/5ufgzhLk/

I will note my example code here does not seem to alternate the images from left to right for some reason but hopefully you get the idea.

My current code is as follows:

<template>
  <div class="q-pa-lg text-center column no-wrap flex-center block-wrapper" id="Services">
    <h2 class="text-h2 text-weight-bolder text-dark q-mb-xs">SERVICES</h2>
    <div class="divider">
      <span></span><span>
        <q-icon color="primary" size="30px" name="fa-solid fa-lightbulb" class="q-ma-sm"/>
      </span><span></span>
    </div>
    <h6 class="text-h6 text-weight-light text-dark q-mt-none">Light The Way offers a variety of electrical services from electrical diagnostics and repairs, service panel upgrades, new wiring for home improvement projects, lighting, and commercial services.</h6>
  </div>
  <div class="printing-block" id="DecksAndPatios">
    <div class="skew-c"></div>
    <div class="colour-block">
      <div class="row q-pa-md block-wrapper reverse-sm">
        <div class="col-sm-6 col-xs-12 column flex-center q-pa-md">
          <q-img
            src="~assets/imgs/services/deck-services.jpg"
            spinner-color="white"
            class="rounded-borders"
          />
        </div>
        <div class="col-sm-6 col-xs-12 column justify-center q-pa-md">
          <h4 class="text-h4 text-dark text-weight-bolder">ELECTRICAL REPAIRS</h4>
          <p class="text-grey-7">Electrical issues can arise from a variety of things and can cause flickering lights, tripped breakers, nonfunctioning outlets, and much more. Although sometimes these issues may be harmless other times they can result in unsafe conditions. It is best to have a licensed electrician ensure your home is correctly wired and everything is functioning as it should. </p>
          <h5 class="text-h5 text-dark text-weight-bold text-left q-mb-none">WHY CHOOSE US?</h5>
          <q-separator class="q-my-md"/>
          <ul class="text-grey-7" style="padding: 0;">
            <li>There is very little we haven't encountered so you can feel comfortable we can fix the issue</li>
            <li>Licensed and insured with over 30 years of experience means you get top quality workmanship</li>
            <li>We will ensure all projects are up to code to ensure a safe living environment</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="skew-cc"></div>
    <div class="white-block" id="HomeRemodeling">
      <div class="row justify-center q-pa-md block-wrapper">
        <div class="col-sm-6 col-xs-12 column flex-center q-pa-md">
          <q-img
            src="~assets/imgs/services/remodel-services.jpg"
            spinner-color="white"
            class="rounded-borders"
          />
        </div>
        <div class="col-sm-6 col-xs-12 column justify-center q-pa-md block-wrapper">
          <h4 class="text-h4 text-dark text-weight-bolder">INTERIOR & EXTERIOR REMODELING</h4>
          <p class="text-grey-7">Some of our most popular interior remodeling projects include kitchen remodeling, full bathroom renovations, and basement finishing. For exterior remodeling projects we do siding replacement, roofing, gutter replacement, doors, windows, and trim.</p>
          <h5 class="text-h5 text-dark text-weight-bold text-left q-mb-none">HIGHLIGHTS?</h5>
          <q-separator class="q-my-md"/>
          <ul class="text-grey-7" style="padding: 0;">
            <li>We only use brand name products that have a proven track record (i.e., Certainteed siding, GAF roofing, etc.)</li>
            <li>Variety of design options available including granite counter tops, solid wood cabinets, custom tiling and backsplashes</li>
            <li>We do our best to keep a clean worksite so you can still use your house while the job is being completed</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="skew-c"></div>
    <div class="colour-block" id="NewConstruction">
      <div class="row justify-center q-pa-md block-wrapper reverse-sm">
        <div class="col-sm-6 col-xs-12 column flex-center q-pa-md">
          <q-img
            src="~assets/imgs/services/construction-services.jpg"
            spinner-color="white"
            class=&quot
英文:

I have a skewed background color for my service section of my quasar app and I am trying to get the images on the left and right sides to become the full height of the slant and full width (half of screen as you will see since its 2 columns). I am trying to basically mask the image into the slant so it looks like the image is cutoff on the tops and buttons to go with the slant.

https://jsfiddle.net/5ufgzhLk/

I will note my example code here does not seem to alternate the images from left to right for some reason but hopefully you get the idea.

My current code is as follows:

<template>
<div class="q-pa-lg text-center column no-wrap flex-center block-wrapper" id="Services">
<h2 class="text-h2 text-weight-bolder text-dark q-mb-xs">SERVICES</h2>
<div class="divider">
<span></span><span>
<q-icon color="primary" size="30px" name="fa-solid fa-lightbulb" class="q-ma-sm"/>
</span><span></span>
</div>
<h6 class="text-h6 text-weight-light text-dark q-mt-none">Light The Way offers a variety of electrical services from electrical diagnostics and repairs, service panel upgrades, new wiring for home improvement projects, lighting, and commercial services.</h6>
</div>
<div class="printing-block" id="DecksAndPatios">
<div class="skew-c"></div>
<div class="colour-block">
<div class="row q-pa-md block-wrapper reverse-sm">
<div class="col-sm-6 col-xs-12 column flex-center q-pa-md">
<q-img
src="~assets/imgs/services/deck-services.jpg"
spinner-color="white"
class="rounded-borders"
/>
</div>
<div class="col-sm-6 col-xs-12 column justify-center q-pa-md">
<h4 class="text-h4 text-dark text-weight-bolder">ELECTRICAL REPAIRS</h4>
<p class="text-grey-7">Electrical issues can arise from a variety of things and can cause flickering lights, tripped breakers, nonfunctioning outlets, and much more. Although sometimes these issues may be harmless other times they can result in unsafe conditions. It is best to have a licensed electrician ensure your home is correctly wired and everything is functioning as it should. </p>
<h5 class="text-h5 text-dark text-weight-bold text-left q-mb-none">WHY CHOOSE US?</h5>
<q-separator class="q-my-md"/>
<ul class="text-grey-7" style="padding: 0;">
<li>There is very little we haven't encountered so you can feel comfortable we can fix the issue</li>
<li>Licensed and insured with over 30 years of experience means you get top quality workmanship</li>
<li>We will ensure all projects are up to code to ensure a safe living environment</li>
</ul>
</div>
</div>
</div>
<div class="skew-cc"></div>
<div class="white-block" id="HomeRemodeling">
<div class="row justify-center q-pa-md block-wrapper">
<div class="col-sm-6 col-xs-12 column flex-center q-pa-md">
<q-img
src="~assets/imgs/services/remodel-services.jpg"
spinner-color="white"
class="rounded-borders"
/>
</div>
<div class="col-sm-6 col-xs-12 column justify-center q-pa-md block-wrapper">
<h4 class="text-h4 text-dark text-weight-bolder">INTERIOR & EXTERIOR REMODELING</h4>
<p class="text-grey-7">Some of our most popular interior remodeling projects include kitchen remodeling, full bathroom renovations, and basement finishing. For exterior remodeling projects we do siding replacement, roofing, gutter replacement, doors, windows, and trim.</p>
<h5 class="text-h5 text-dark text-weight-bold text-left q-mb-none">HIGHLIGHTS?</h5>
<q-separator class="q-my-md"/>
<ul class="text-grey-7" style="padding: 0;">
<li>We only use brand name products that have a proven track record (i.e., Certainteed siding, GAF roofing, etc.)</li>
<li>Variety of design options available including granite counter tops, solid wood cabinets, custom tiling and backsplashes</li>
<li>We do our best to keep a clean worksite so you can still use your house while the job is being completed</li>
</ul>
</div>
</div>
</div>
<div class="skew-c"></div>
<div class="colour-block" id="NewConstruction">
<div class="row justify-center q-pa-md block-wrapper reverse-sm">
<div class="col-sm-6 col-xs-12 column flex-center q-pa-md">
<q-img
src="~assets/imgs/services/construction-services.jpg"
spinner-color="white"
class="rounded-borders"
/>
</div>
<div class="col-sm-6 col-xs-12 column justify-center q-pa-md">
<h4 class="text-h4 text-dark text-weight-bolder">NEW CONSTRUCTION</h4>
<p class="text-grey-7">Here at Deck Commander we pride ourselves on being able to tackle any job of any size. This includes home additions, in-law suites, master bedroom suites, and even new home construction.</p>
<h5 class="text-h5 text-dark text-weight-bold text-left q-mb-none">SO WHATS ALL THE HYPE ABOUT?</h5>
<q-separator class="q-my-md"/>
<ul class="text-grey-7" style="padding: 0;">
<li>We have built complete houses for customers so we know every aspect of the home building process</li>
<li>Adding on to old home structures requires care and attention to detail which is something we ensure</li>
<li>Communication is key to small and large projects but especially to large rennovation. So we work with you every step of the process to ensure you get exactly what you want</li>
</ul>
</div>
</div>
</div>
<div class="skew-cc"></div>
<div class="white-block"></div>
</div>
</template>
<script setup>
import { ref } from 'vue'
</script>
<style lang="scss" scoped>
.block-wrapper{
max-width: 1024px;
margin-left: auto;
margin-right: auto;
}
/*dividor code for mini t shirt*/
.divider {
/* minor cosmetics */
display: table;
font-size: 24px;
text-align: center;
width: 75%; /* divider width */
margin: 10px auto 40px; /* spacing above/below */
}
.divider span {
display: table-cell;
position: relative;
}
.divider span:first-child,
.divider span:last-child {
width: 50%;
top: 13px; /* adjust vertical align */
-moz-background-size: 100% 2px; /* line width */
background-size: 100% 2px; /* line width */
background-position: 0 0, 0 100%;
background-repeat: no-repeat;
}
.divider span:first-child {
/* color changes in here */
background-image: -webkit-gradient(
linear,
0 0,
0 100%,
from(transparent),
to(#000)
);
background-image: -webkit-linear-gradient(180deg, transparent, $dark);
background-image: -moz-linear-gradient(180deg, transparent, $dark);
background-image: -o-linear-gradient(180deg, transparent, $dark);
background-image: linear-gradient(90deg, transparent, $dark);
}
.divider span:nth-child(2) {
color: $dark;
padding: 0px 5px;
width: auto;
white-space: nowrap;
}
.divider span:last-child {
/* color changes in here */
background-image: -webkit-gradient(
linear,
0 0,
0 100%,
from($dark),
to(transparent)
);
background-image: -webkit-linear-gradient(180deg, $dark, transparent);
background-image: -moz-linear-gradient(180deg, $dark, transparent);
background-image: -o-linear-gradient(180deg, $dark, transparent);
background-image: linear-gradient(90deg, $dark, transparent);
}
/*diagonal dividor markup*/
.colour-block {
background:#F5F5F5;
width:100%;
padding-top:100px;
color:#fff;
}
.white-block {
background:#fff;
width:100%;
padding-top:100px;
color:#F5F5F5;
}
/*------------------*/
/*  SKEW CLOCKWISE  */
/*------------------*/
.skew-cc{
width:100%;
height:100px;
position:absolute;
left:0px;
background: linear-gradient(to right bottom, #F5F5F5 49%, #fff 50%),    linear-gradient(-50deg, #ffffff 16px, #000 0);
}
/*-------------------------*/
/* SKEW COUNTER CLOCKWISE  */
/*-------------------------*/
.skew-c{
width:100%;
height:100px;
position:absolute;
left:0px;
background: linear-gradient(to left bottom, #fff 49%, #F5F5F5 50%);
}
</style>

The icing on the cake is after I get this image the way I want I need the mobile to stack the image on top of the wording as I currently do but keep the slant on top to keep the effect going.

答案1

得分: 1

你可以使用 clip-path 来创建斜线,然后使用 paddingmargin 来清除斜线区域并使每一行重叠(部分或完全)。

网格 (grid) 也可以帮助构建布局和节奏。在图像标签上的 order 属性可以在视觉上交替其位置。在较小的屏幕上,行将变为列,但仍然会倾斜。您可以根据需要调整断点,使用 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));,大约在 600px - 650px 左右。

以下是所有规则的组合,用于较短的标记。(添加了背景和阴影以演示斜线区域未隐藏任何内容,而重叠是部分的,不是最佳设计 创建一个倾斜的全高度背景图像。 ),如果需要进一步澄清,请不要犹豫。

body {
  margin: 0;
  padding: 1em 1em 116px;
  background: linear-gradient(to bottom left, gold, tomato);
}

[data-grid] {
  display: grid;
  gap: 1em;
  filter: drop-shadow(0 0 5px);
}

[data-grid] > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding-block: 100px;
  margin-bottom: -100px;
  background: lightgray;
  position: relative;
  clip-path: polygon(0 0, 100% 100px, 100% calc(100% - 100px), 0% 100%);
}

[data-grid] > div:nth-child(odd) {
  /* alternate background colors */
  background: white;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 calc(100% - 100px));
}

[data-grid] > div:nth-child(odd) > img {
  /* alternate image position at screen */
  order: 1;
}

[data-grid] > div > div {
  padding: 2em;
}

img {
  width: 100%;
  object-fit: cover;
  height: calc(100% + 200px);/* add paddings from parent */
  margin: -100px 0;/* let it go into vertical padding areas */
}

@media (max-width: 650px) {
  img {
    width: 100%;
    object-fit: cover;
    height: calc(100% + 100px);
    margin: -100px 0 0;
  }
}

h2,
h3,
h4,
h5,
h6,
p {
  color: #555;
  text-shadow: 0 0 black, 0 0 1px white;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  box-shadow: 0 0.5rem 3px -.5rem ;
}

ul {
  padding: 0;
  list-style-position: inside;
  display: grid;
  gap: 1rem;
  border-bottom: 2rem solid transparent;
  box-shadow: 0 60px 0 -58px  purple;
}
<div>
  <h2>服务</h2>
  <h6>Light The Way 提供各种电气服务,包括电气诊断和维修、服务面板升级、家庭改造项目的新电线安装、照明和商业服务。</h6>
</div>
<div data-grid>
  <div>
    <img src="https://cdn.quasar.dev/img/parallax2.jpg" />
    <div>
      <h4>电气维修</h4>
      <p>电气问题可能来自各种原因,可能导致闪烁的灯光、跳闸的断路器、无法使用的插座等问题。虽然有时这些问题可能是无害的,但其他时候可能会导致不安全的情况。最好让持牌电工确保您的家庭电线连接正确,一切正常运行。</p>
      <h5>为什么选择我们?</h5>
      <ul>
        <li>我们几乎遇到过各种问题,因此您可以放心,我们可以解决问题。</li>
        <li>拥有超过30年的经验的持牌和投保意味着您将获得高质量的工艺。</li>
        <li>我们将确保所有项目符合法规,以确保安全的居住环境。</li>
      </ul>
    </div>
  </div>

  <!-- 后续内容请自行添加 -->
</div>

请注意,上述只是提取的翻译部分,您可以根据需要添加或修改其他部分的翻译。

英文:

You may use clip-path to create the slants, then padding and margin to clear the slant areas and overlap each rows (partially or totally) .

grid can also help to build the layout and rythm. order on the img tag can alternate visually its position. On smaller screen rows will turn into columns but will remain slanted. You can tune your breaking point from grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); which is around 600px - 650px .

here is all together the rules dispatch on a shorter markup .
(added bg and shadows to demonstrate that the slant area is not hiding anything while overlap is partial, not the best design 创建一个倾斜的全高度背景图像。 ) do not hesitate to ask for clarification.

<!-- begin snippet: js hide: false console: true babel: false -->

<!-- language: lang-css -->

body {
margin: 0;
padding: 1em 1em 116px;
background: linear-gradient(to bottom left, gold,tomato);
}
[data-grid] {
display: grid;
gap: 1em;
filter: drop-shadow(0 0 5px);
}
[data-grid] &gt; div {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
padding-block: 100px;
margin-bottom: -100px;
background: lightgray;
position: relative;
clip-path: polygon(0 0, 100% 100px, 100% calc(100% - 100px), 0% 100%);
}
[data-grid] &gt; div:nth-child(odd) {
/* alternate background colors */
background: white;
clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 calc(100% - 100px));
}
[data-grid] &gt; div:nth-child(odd) &gt; img {
/* alternate image position at screen */
order:1;
}
[data-grid] &gt; div &gt; div {
padding: 2em;
}
img {
width: 100%;
object-fit: cover;
height: calc(100% + 200px);/* add paddings from parent */
margin: -100px 0;/* let it go into vertical padding areas */
}
@media (max-width: 650px) {
img {
width: 100%;
object-fit: cover;
height: calc(100% + 100px);
margin: -100px 0 0;
}
}
h2,
h3,
h4,
h5,
h6,
p {
color: #555;
text-shadow: 0 0 black, 0 0 1px white;
}
h2,
h3,
h4,
h5,
h6 {
font-size: 1.4rem;
box-shadow: 0 0.5rem 3px -.5rem ;
}
ul {
padding: 0;
list-style-position: inside;
display: grid;
gap: 1rem;
border-bottom:2rem solid transparent;
box-shadow: 0 60px 0 -58px  purple;
}

<!-- language: lang-html -->

&lt;div&gt;
&lt;h2&gt;SERVICES&lt;/h2&gt;
&lt;h6&gt;Light The Way offers a variety of electrical services from electrical diagnostics and repairs, service panel upgrades, new wiring for home improvement projects, lighting, and commercial services.&lt;/h6&gt;
&lt;/div&gt;
&lt;div data-grid&gt;
&lt;div&gt;
&lt;img src=&quot;https://cdn.quasar.dev/img/parallax2.jpg&quot; /&gt;
&lt;div&gt;
&lt;h4&gt;ELECTRICAL REPAIRS&lt;/h4&gt;
&lt;p&gt;Electrical issues can arise from a variety of things and can cause flickering lights, tripped breakers, nonfunctioning outlets, and much more. Although sometimes these issues may be harmless other times they can result in unsafe conditions. It is best to have a licensed electrician ensure your home is correctly wired and everything is functioning as it should. &lt;/p&gt;
&lt;h5&gt;WHY CHOOSE US?&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;There is very little we haven&#39;t encountered so you can feel comfortable we can fix the issue&lt;/li&gt;
&lt;li&gt;Licensed and insured with over 30 years of experience means you get top quality workmanship&lt;/li&gt;
&lt;li&gt;We will ensure all projects are up to code to ensure a safe living environment&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;img src=&quot;https://cdn.quasar.dev/img/parallax2.jpg&quot; /&gt;
&lt;div&gt;
&lt;h4&gt;INTERIOR &amp; EXTERIOR REMODELING&lt;/h4&gt;
&lt;p&gt;Some of our most popular interior remodeling projects include kitchen remodeling, full bathroom renovations, and basement finishing. For exterior remodeling projects we do siding replacement, roofing, gutter replacement, doors, windows, and trim.&lt;/p&gt;
&lt;h5&gt;HIGHLIGHTS?&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;We only use brand name products that have a proven track record (i.e., Certainteed siding, GAF roofing, etc.)&lt;/li&gt;
&lt;li&gt;Variety of design options available including granite counter tops, solid wood cabinets, custom tiling and backsplashes&lt;/li&gt;
&lt;li&gt;We do our best to keep a clean worksite so you can still use your house while the job is being completed&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;img src=&quot;https://cdn.quasar.dev/img/parallax2.jpg&quot; /&gt;
&lt;div&gt;
&lt;h4&gt;NEW CONSTRUCTION&lt;/h4&gt;
&lt;p&gt;Here at Deck Commander we pride ourselves on being able to tackle any job of any size. This includes home additions, in-law suites, master bedroom suites, and even new home construction.&lt;/p&gt;
&lt;h5&gt;SO WHATS ALL THE HYPE ABOUT?&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;We have built complete houses for customers so we know every aspect of the home building process&lt;/li&gt;
&lt;li&gt;Adding on to old home structures requires care and attention to detail which is something we ensure&lt;/li&gt;
&lt;li&gt;Communication is key to small and large projects but especially to large rennovation. So we work with you every step of the process to ensure you get exactly what you want&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;img src=&quot;https://cdn.quasar.dev/img/parallax2.jpg&quot; /&gt;
&lt;div&gt;
&lt;h4&gt;NEW CONSTRUCTION&lt;/h4&gt;
&lt;p&gt;Here at Deck Commander we pride ourselves on being able to tackle any job of any size. This includes home additions, in-law suites, master bedroom suites, and even new home construction.&lt;/p&gt;
&lt;h5&gt;SO WHATS ALL THE HYPE ABOUT?&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;We have built complete houses for customers so we know every aspect of the home building process&lt;/li&gt;
&lt;li&gt;Adding on to old home structures requires care and attention to detail which is something we ensure&lt;/li&gt;
&lt;li&gt;Communication is key to small and large projects but especially to large rennovation. So we work with you every step of the process to ensure you get exactly what you want&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;img src=&quot;https://cdn.quasar.dev/img/parallax2.jpg&quot; /&gt;
&lt;div&gt;
&lt;h4&gt;NEW CONSTRUCTION&lt;/h4&gt;
&lt;p&gt;Here at Deck Commander we pride ourselves on being able to tackle any job of any size. This includes home additions, in-law suites, master bedroom suites, and even new home construction.&lt;/p&gt;
&lt;h5&gt;SO WHATS ALL THE HYPE ABOUT?&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;We have built complete houses for customers so we know every aspect of the home building process&lt;/li&gt;
&lt;li&gt;Adding on to old home structures requires care and attention to detail which is something we ensure&lt;/li&gt;
&lt;li&gt;Communication is key to small and large projects but especially to large rennovation. So we work with you every step of the process to ensure you get exactly what you want&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;img src=&quot;https://cdn.quasar.dev/img/parallax2.jpg&quot; /&gt;
&lt;div&gt;
&lt;h4 class=&quot;&quot;&gt;NEW CONSTRUCTION&lt;/h4&gt;
&lt;p class=&quot;text-grey-7&quot;&gt;Here at Deck Commander we pride ourselves on being able to tackle any job of any size. This includes home additions, in-law suites, master bedroom suites, and even new home construction.&lt;/p&gt;
&lt;h5 class=&quot;&quot;&gt;SO WHATS ALL THE HYPE ABOUT?&lt;/h5&gt;
&lt;ul&gt;
&lt;li&gt;We have built complete houses for customers so we know every aspect of the home building process&lt;/li&gt;
&lt;li&gt;Adding on to old home structures requires care and attention to detail which is something we ensure&lt;/li&gt;
&lt;li&gt;Communication is key to small and large projects but especially to large rennovation. So we work with you every step of the process to ensure you get exactly what you want&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

<!-- end snippet -->

答案2

得分: 0

看到你的CSS,为.divider span:nth-child(2)使用50%的宽度。

示例链接

.divider span:nth-child(2) {
    color: $dark;
    padding: 0px 5px;
    width: 50%;
    white-space: nowrap;
}
英文:

see your css to use 50% width for the .divider span:nth-child(2)

working example

.divider span:nth-child(2) {
    color: $dark;
    padding: 0px 5px;
    width: 50%;
    white-space: nowrap;
  }

huangapple
  • 本文由 发表于 2023年7月3日 21:01:24
  • 转载请务必保留本文链接:https://go.coder-hub.com/76604995.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定