In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces "how to use the css3 attribute to enrich the picture style". In the daily operation, I believe many people have doubts about how to use the css3 attribute to enrich the picture style. The editor consulted all kinds of information and sorted out a simple and easy-to-use method of operation. I hope it will be helpful to answer the question of "how to use the css3 attribute to enrich the picture style". Next, please follow the editor to study!
The code is as follows:
.normal img {
Border: solid 5px # 000
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
-webkit-box-shadow: inset 0 1px 5px rgba (0penny 0penny 0mem.5)
-moz-box-shadow: inset 0 1px 5px rgba (0penny 0penny 0mem.5)
Box-shadow: inset 0 1px 5px rgba (0penol 0penny .5)
}
Firefox effect:
Chrome/safari
Flexible scheme
In order for border-radius and embedded box-shadow to work properly, we need to convert the image to background-image.
Dynamic mode
In order to do this dynamically, we need to add the packaging of the background image to each picture with the help of jquery. The following js code adds a span wrapper to each image, and the background image path of span is the path of the picture.
The code is relatively simple, so I don't think it's necessary to explain. I don't know. You can check jquery's api directly.
The code is as follows:
$(document) .ready (function () {
$("img") .load (function () {
$(this) .wrap (function () {
Return''
});
$(this) .css ("opacity", "0")
});
});
Output
The above code outputs the following result:
The code is as follows:
Round picture
Add that we use border-radius to achieve the effect of a circular image. The effect is as follows:
Css:
The code is as follows:
.circle. Image-wrap {
-webkit-border-radius: 50em
-moz-border-radius: 50em
Border-radius: 50em
}
Card style
The following is a card-style picture, using multiple embedded box-shadow.
Css:
The code is as follows:
.card. Image-wrap {
-webkit-box-shadow: inset 00 1px rgba, inset 0 2px 0 rgba, inset 0-1px 0 rgba.
-moz-box-shadow: inset 00 1px rgba, inset 0 2px 0 rgba, inset 0-1px 0 rgba.
Box-shadow: inset 00 1px rgba, inset 0 2px 0 rgba, inset 0-1px 0 rgba.
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
}
Relief style
Here is the relief effect.
Css:
The code is as follows:
.embossed. Image-wrap {
-webkit-box-shadow: inset 00 2px rgba, inset 0 2px 0 rgba, inset 0-7px 0 rgba, inset 0-9px 0 rgba
-moz-box-shadow: inset 00 2px rgba, inset 0 2px 0 rgba, inset 0-7px 0 rgba, inset 0-9px 0 rgba
Box-shadow: inset 00 2px rgba, inset 0 2px 0 rgba, inset 0-7px 0 rgba, inset 0-9px 0 rgba
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
}
Flexible relief style
Relative to the embossed style, the new style adds the 1px blur attribute.
Css:
The code is as follows:
. soft-embossed. Image-wrap {
-webkit-box-shadow: inset 00 4px rgba, inset 0 2px 1px rgba, inset 0-9px 2px rgba, inset 0-12px 2px rgba
-moz-box-shadow: inset 00 4px rgba, inset 0 2px 1px rgba, inset 0-9px 2px rgba, inset 0-12px 2px rgba
Box-shadow: inset 00 4px rgba, inset 0 2px 1px rgba, inset 0-9px 2px rgba, inset 0-12px 2px rgba
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
}
Matting style
The matting effect can be achieved by using embedded box-shadow.
Css:
The code is as follows:
. cut-out. Image-wrap {
-webkit-box-shadow: 0 1px 0 rgba, inset 0 4px 5px rgba, inset 0 1px 0 rgba
-moz-box-shadow: 0 1px 0 rgba, inset 0 4px 5px rgba, inset 0 1px 0 rgba
Box-shadow: 0 1px 0 rgba, inset 0 4px 5px rgba, inset 0 1px 0 rgba
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
}
Deformation and glow
In this example, we add the transition attribute to the image wrapper, which changes from a fillet to a circle as the mouse rolls over. Then we use multiple box-shadow to achieve the glow effect.
Css:
The code is as follows:
. morphing-glowing. Image-wrap {
-webkit-transition: 1s
-moz-transition: 1s
Transition: 1s
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
}
. morphing-glowing. Image-wrap:hover {
-webkit-box-shadow: 0 20px rgba (255 20px rgba, 255 20px rgba. 6), and 0 20px rgba, 255 20px rgba (255 reschedule 1).
-moz-box-shadow: 0 20px rgba (255 20px rgba, 255 20px rgba. 6), and 0 20px rgba, 255 20px rgba (255 reschedule 1).
Box-shadow: 0 20px rgba (255 20px rgba), inset 0 20px rgba (255 20px rgba)
-webkit-border-radius: 60em
-moz-border-radius: 60em
Border-radius: 60em
}
Highlight effect
The effect of the highlight is achieved by adding: after pseudo class to the element.
Css:
The code is as follows:
.glossy. Image-wrap {
-webkit-box-shadow: inset 0-1px 0 rgba.
-moz-box-shadow: inset 0-1px 0 rgba.
Box-shadow: inset 0-1px 0 rgba.
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
}
.glossy. Image-wrap:after {
Position: absolute
Content:''
Width: 100%
Height: 50%
Top: 0
Left: 0
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
Background:-webkit-gradient (linear, left top, left bottom, color-stop (0% linear, left top, left bottom, color-stop), color-stop (100% RGBA)
Background: linear-gradient (top, rgba (255pr. 255je. 0. 7) 0% record. rgba (255pr.
}
Reflection effect
In this example, we move the highlight effect to the bottom to achieve the reflection effect.
Css:
The code is as follows:
.reflection. Image-wrap:after {
Position: absolute
Content:''
Width: 100%
Height: 30px
Bottom:-31px
Left: 0
-webkit-border-top-left-radius: 20px
-webkit-border-top-right-radius: 20px
-moz-border-radius-topleft: 20px
-moz-border-radius-topright: 20px
Border-top-left-radius: 20px
Border-top-right-radius: 20px
Background:-webkit-gradient (linear, left top, left bottom, color-stop (0% linear, left top, left bottom, color-stop), color-stop (100% RGBA (255, 255, 255)
Background: linear-gradient (top, rgba (0mem0re0re0.3) 0% recordingrgba (255record255legleg0) 100%)
}
.reflection. Image-wrap:hover {
Position: relative
Top:-8px
}
Highlights and reflections
In this example, we use: before and: after to combine the highlight and reflection effects.
Css:
The code is as follows:
. glossy-reflection. Image-wrap {
-webkit-box-shadow: inset 0-1px 0 rgba. Inset 0 1px 0 rgba.
-moz-box-shadow: inset 0-1px 0 rgba. Inset 0 1px 0 rgba.
Box-shadow: inset 0-1px 0 rgba. Inset 0 1px 0 rgba.
-webkit-transition: 1s
-moz-transition: 1s
Transition: 1s
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
}
. glossy-reflection. Image-wrap:before {
Position: absolute
Content:''
Width: 100%
Height: 50%
Top: 0
Left: 0
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
Background:-moz-linear-gradient (top, rgba) 0%, rgba 100%)
Background:-webkit-gradient (linear, left top, left bottom, color-stop (0% linear, left top, left bottom, color-stop), color-stop (100% RGBA)
Background: linear-gradient (top, rgba (255pr. 255je. 0. 7) 0% record. rgba (255pr.
}
. glossy-reflection. Image-wrap:after {
Position: absolute
Content:''
Width: 100%
Height: 30px
Bottom:-31px
Left: 0
-webkit-border-top-left-radius: 20px
-webkit-border-top-right-radius: 20px
-moz-border-radius-topleft: 20px
-moz-border-radius-topright: 20px
Border-top-left-radius: 20px
Border-top-right-radius: 20px
Background:-moz-linear-gradient (top, rgba (230mine230rection.3) 0%, rgba (230record230recovery0) 100%)
Background:-webkit-gradient (linear, left top, left bottom, color-stop (0% linear, left top, left bottom, color-stop)), color-stop (100% RGBA (230))
Background: linear-gradient (top, rgba (230mine230rection.3) 0% recordingrgba (230record230recovery0) 100%)
}
Tape style
In this example, we use: after to achieve the effect of tape.
Css:
The code is as follows:
.tape. Image-wrap {
-webkit-box-shadow: inset 00 2px rgba, inset 0 2px 0 rgba, inset 0-1px 0 rgba, 0 1px 3px rgba)
-moz-box-shadow: inset 00 2px rgba, inset 0 2px 0 rgba, inset 0-1px 0 rgba, 0 1px 3px rgba)
Box-shadow: inset 00 2px rgba, inset 0 2px 0 rgba, inset 0-1px 0 rgba, 0 1px 3px rgba.
}
.tape. Image-wrap:after {
Position: absolute
Content:''
Width: 60px
Height: 25px
Top:-10px
Left: 50%
Margin-left:-30px
Border: solid 1px rgba (137, 130, 130, 48, 2)
Background:-moz-linear-gradient (top, rgba (254, rgba (254, 243, 127.), rgba (240, 224, 54. 6) 100%)
Background:-webkit-gradient (linear, left top, left bottom, color-stop (0% linear, left top, left bottom, color-stop), color-stop (100% RGBA)
Background: linear-gradient (top, rgba (254, rgba (243, 127. 6) 0% record. rgba (240, 224, 54. 6) 100%)
-webkit-box-shadow: inset 0 1px 0 rgba (255 1px 0 rgba)
}
Deformation and coloring
In this example, we use after on the element to achieve the effect of a radial gradient when the mouse is over.
Css:
The code is as follows:
. morphing-tinting. Image-wrap {
Position: relative
-webkit-transition: 1s
-moz-transition: 1s
Transition: 1s
-webkit-border-radius: 20px
-moz-border-radius: 20px
Border-radius: 20px
}
. morphing-tinting. Image-wrap:hover {
-webkit-border-radius: 30em
-moz-border-radius: 30em
Border-radius: 30em
}
. morphing-tinting. Image-wrap:after {
Position: absolute
Content:''
Width: 100%
Height: 100%
Top: 0
Left: 0
-webkit-transition: 1s
-moz-transition: 1s
Transition: 1s
-webkit-border-radius: 30em
-moz-border-radius: 30em
Border-radius: 30em
}
. morphing-tinting. Image-wrap:hover:after {
Background:-webkit-gradient (radial, 50% 50%, 40%, 50% 50%, 80, from (rgba), to (0meme 0)
Background:-moz-radial-gradient (50% 50%, circle, rgba) 40px, rgba (0penol 0) 80px)
}
Feathered edge circle
We can also use radial gradients to generate masks to achieve feathering.
Css:
The code is as follows:
.feather. Image-wrap {
Position: relative
-webkit-border-radius: 30em
-moz-border-radius: 30em
Border-radius: 30em
}
.feather. Image-wrap:after {
Position: absolute
Content:''
Width: 100%
Height: 100%
Top: 0
Left: 0
Background:-webkit-gradient (radial, 50% 50%, 50%, 50% 50%, 70, from (rgba (255 Personality)), to (rgba (255 rescheduling)
Background:-moz-radial-gradient (50% 50%, circle, rgba) 50px, rgba (255pyrone) 70px)
}
Browser compatibility
This implementation works well in most browsers that support border-radius, box-shadow,: before and: after features, such as Chrome, Firefox, and Safari. In browsers that do not support new features, only the original picture is displayed.
At this point, the study on "how to use css3 attributes to enrich picture styles" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.