Home WeChat Applet Mini Program Development Share a method to make the font size larger and not centered in the preface

Share a method to make the font size larger and not centered in the preface

Apr 27, 2017 pm 03:39 PM

Scenario: Click on a letter to pop up a modal, and display the letter in the modal.
style:

.modal{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 600rpx 300rpx 0 300rpx;
  height: 140rpx;
  border-radius: 10rpx;
  line-height: 160rpx;
  color: #fff;
  font-size: 40pt;
  box-sizing: border-box;
  background-color: rgba(178, 178, 178, 0.7)
}
Copy after login


The results are as follows:

Share a method to make the font size larger and not centered in the preface

##1.png

Analysis: By zooming in and out of the font, you can see that the font is centered when it is small, and when it is zoomed in, it is zoomed in along the left line, which is different from the mechanism center point zoom in CSS.

Solution: add padding


padding-right: 23rpx;The result is as follows:

Share a method to make the font size larger and not centered in the preface

2.png

The above is the detailed content of Share a method to make the font size larger and not centered in the preface. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

win10 font folder path details win10 font folder path details Jan 03, 2024 pm 08:37 PM

win10 font folder path details

How to change the font in Outlook on Apple mobile phone How to change the font in Outlook on Apple mobile phone Mar 08, 2024 pm 04:46 PM

How to change the font in Outlook on Apple mobile phone

How to make vivo mobile phone font larger and where to set it How to make vivo mobile phone font larger and where to set it Feb 24, 2024 pm 06:16 PM

How to make vivo mobile phone font larger and where to set it

How to adjust the font, style, and size of Notepad in Windows 11 How to adjust the font, style, and size of Notepad in Windows 11 Sep 23, 2023 pm 11:25 PM

How to adjust the font, style, and size of Notepad in Windows 11

How to solve win11 font blur problem How to solve win11 font blur problem Jan 13, 2024 pm 09:00 PM

How to solve win11 font blur problem

Detailed explanation of Win11 font installation method Detailed explanation of Win11 font installation method Dec 27, 2023 pm 05:16 PM

Detailed explanation of Win11 font installation method

How to change the font of Xiaomi 11_How to change the font of Xiaomi 11 How to change the font of Xiaomi 11_How to change the font of Xiaomi 11 Mar 25, 2024 pm 07:26 PM

How to change the font of Xiaomi 11_How to change the font of Xiaomi 11

Detailed explanation of how to deal with all font shadows in Win10 computer Detailed explanation of how to deal with all font shadows in Win10 computer Jul 23, 2023 pm 11:13 PM

Detailed explanation of how to deal with all font shadows in Win10 computer

See all articles