Background color and transparency settingsAs shown above, if it is the first picture, you need to add a gray background and white "Cover" word in the upper left corner, and the background color needs to be transparent. First, you need to know the rgba() function. The rgba() function uses the superposition of red (R), green (G), blue (B), and transparency (A) to generate a variety of colors. RGBA stands for Red, Green, Blue, Alpha (English: Red, Green, Blue, Alpha).
Here is the Vue code: First, set the parent element position: relative; then set the child element position: absolute; adjust the position by setting left, right, top, and bottom, and then set the background color background: rgba (34,34,34,0.5); Set the background color of the button to transparentUse when setting the style background-color: unset 3.1.0 sets the background color There is no background color set for login The above is my personal experience. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: MySQL cross-database transaction XA operation example
>>: How to modify the mysql table partitioning program
I recently helped someone with a project and the ...
We can set a background image for the cell, and w...
Causes and consequences 1. When using the ansible...
The following problem occurred when installing my...
zabbix_agent deployment: Recommendation: zabbix_a...
Perfect solution to the scalable column problem o...
1. Docker startup problem: Problem Solved: You ne...
Table of contents 1. Preparation before developme...
Enable remote access Enable remote access rights ...
1.Write in front: As a lightweight virtualization...
Time flies, and in just six days, 2013 will becom...
This article shares the installation tutorial of ...
Preface Every good habit is a treasure. This arti...
Table of contents 1. MySQL 8.0.18 installation 2....
Borrowing Constructors The basic idea of this t...