စက်တင် CSS padding-inline အရေးဆိုတုန်း
- အရှေ့ဆုံး စာလုံး padding-bottom
- နောက်ဆုံး စာလုံး padding-inline-end
အသုံးပြုခြင်း နှင့် အပြောင်းအလဲ
အရာ padding-inline
အင်တာနက်အသား ပြင်ဘက်မှ အရေးအကူးအသား သို့ ရှိသော ပြင်ဘက် တွင် ဖြစ်သည်။ အက်ယ်အက်စ်အက်စ် အမှတ်အသား မှ အသုံးပြုခြင်း ဖြစ်သည်
padding-inline
သတ်မှတ်ခြင်း အမှတ်အသား မူကြမ်း အမျိုးမျိုး ဖြင့် စီစဥ်နိုင်သည်
အဆုံးပါးအရင်း padding-inline သတ်မှတ်ခြင်း နှစ်ခု ရှိလျှင်:
padding-inline: 10px 50px;
- စတင်ပါး၏ အတွင်းပြင်ဘက်အကွယ် 10px ဖြစ်သည်
- အဆုံးပါး၏ အတွင်းပြင်ဘက်အကွယ် 50px ဖြစ်သည်
if the padding-inline attribute has a value:
padding-inline: 10px;
- the inner padding at both ends are 10px
CSS padding-inline
and padding-block
attributes are similar to the CSS attributes padding-top
,padding-bottom
,padding-left
and padding-right
very similar, but padding-inline
and padding-block
the attribute depends on the inline direction and block direction.
note:related CSS properties writing-mode
and direction
defines the inline direction. This affects the starting and ending positions of the element in the inline direction, as well as padding-inline
the result of the attribute. For English pages, the block direction is downward, and the inline direction is from left to right.
example
example 1
on both sides of the inline direction
div { padding-inline: 50px; }
အမှတ် 2
when <div> အက္ခရာ အသုံးပြု writing-mode when အက္ခရာ အသုံးပြု
div { writing-mode: vertical-rl; padding-inline: 10px 100px; }
အမှတ် 3
when <div> အက္ခရာ အသုံးပြု direction အက္ခရာ အသုံးပြု ဖြစ်စေ၊ ဖက်ဝက် စက်လျှောက် အချင်း အချင်း ကို အကြောင်းအရာ ပြုလုပ်ထားသည်။ အက္ခရာ အသုံးပြု ဖြစ်စေ၊ အစိတ် အစိတ် ကြောင်း အချင်း အချင်း ကို ဆက်နွယ်ထားသည်။
div { direction: rtl; padding-inline: 10px 100px; }
CSS အက္ခရာ
padding-inline: auto|value|initial|inherit;
အက္ခရာ အသုံးပြု
အကြောင်းအရာ | အကြောင်းအရာ |
---|---|
auto | မူကြမ်း |
length |
px、pt、cm စသည်တို့ ဖြင့် အချင်း အချင်း ကို ဆက်နွယ်ထားသည်။ အနည်းငယ် မပြောင်းလဲခြင်း မပြုရ ကျမ်းကို ကြည့်ရန်CSS ပြုပြင်သည် စာအုပ်。 |
% | ဖက်ဝက် စက်လျှောက် အချင်း အချင်း သုံးပုံစံကို ပြီးပြည်းဖြစ်သော အချင်း အချင်း သုံးပုံစံ ကို ဆက်နွယ်ထားသည်。 |
initial | အက္ခရာ မူကြမ်း ကို အက္ခရာ ကို ကိုယ်စားပြုထားသည်။ ကျမ်းကို ကြည့်ရန် initial。 |
inherit | ပြီးပြည်းဖြစ်သော အက္ခရာ ထိပ်ဆုံး အက္ခရာ မှ ပြီးပြည်းဖြစ်သော အက္ခရာ ထိပ်ဆုံး အက္ခရာ ကို ဆက်နွယ်ထားသည်။ ကျမ်းကို ကြည့်ရန် inherit。 |
နည်းပါ အချက်အလက်
မူကြမ်း | auto |
---|---|
ဆက်နွယ် | နည်းပါ |
အနည်းငယ်ဖြစ်သော အက္ခရာ | ထောက်ပံ့အနည်းငယ်ဖြစ်သော အက္ခရာ。 |
ပုံစံ | CSS3 |
JavaScript အက္ခရာ | object.style.paddingInline="100px 20px" |
ဖောင်းကား အထောက်အကူ
တခုခုသောဖောင်းကားတွင် ထိပ်ဆုံး သဘောတူညှိခြင်း ဖြစ်သော ပုံစံကို တခုခုသော တင်ဆက်ထားသော ပုံစံကို အကြောင်းအရာ ပြုလုပ်ထားသည်。
ချီးသုံး | အက်ဒဝ | ဖောင်းကား | ဆင်းဖြူ | တိုင်းဆိုင် |
---|---|---|---|---|
87.0 | 87.0 | 66.0 | 14.1 | 73.0 |
ပါဝင်သော စာလုံး
လိုက်နာစက်ပိုင်ဆိုင်ရာ direction ဗီဇ
လိုက်နာစက်တင် CSS padding-inline-end အရေးဆိုတုန်း
လိုက်နာစက်တင် CSS padding-inline-start အရေးဆိုတုန်း
လိုက်နာစက်တင် CSS padding-bottom အရေးဆိုတုန်း
လိုက်နာစက်တင် CSS padding-left အရေးဆိုတုန်း
လိုက်နာစက်တင် CSS padding-right အရေးဆိုတုန်း
လိုက်နာစက်တင် CSS padding-top အရေးဆိုတုန်း
လိုက်နာစက်ပိုင်း အဆင်း
- အရှေ့ဆုံး စာလုံး padding-bottom
- နောက်ဆုံး စာလုံး padding-inline-end