The code looks like this: // Line style of the parallelogram of the delivery address <view class="top"></view> //Style .top{ background-color: #fff; position: relative; } .top:before{ position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: repeating-linear-gradient(-45deg,#ff6c6c,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%); background-size: 80px; content: ""; } ps: css realizes the parallelogram colored lines under the delivery address <div class="xiantiao"> <div class="city" style="margin-left:8px;"></div> <div class="city"></div> <div class="city"></div> <div class="city"></div> <div class="city"></div> <div class="city"></div> <div class="city"></div> <div class="city"></div> <div class="city"></div> <div class="city"></div> <div class="city"></div> <div class="city"></div> <div class="city" style="margin-right:0px;"></div> </div> <style> .xiantiao{width:100%; height:2px; overflow:hidden;} .city { width:36px; height:2px; margin-right: 23px; background-color: #44a5fc; color: #333; transform: skew(-45deg); float:left; } </style> This is the end of this article about the CSS delivery address parallelogram line style example code. For more related CSS border line style content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! |
<<: Teach you to quickly build a web cluster project based on nginx
>>: Discussion on horizontal and vertical centering of elements in HTML
Preface In actual development, business requireme...
<template> <div class="app-containe...
01. Infinity Font Download 02. Banda Font Download...
Float is often used in web page layout, but the f...
MySql uses joined table queries, which may be dif...
The outermost boxF rotates 120 degrees, the secon...
The previous article introduced the implementatio...
Table of contents 1. Download 2. Installation and...
The shell script sets access control, and the IP ...
CentOS 6 and earlier versions provide MySQL serve...
I usually use nginx as a reverse proxy for tomcat...
Nginx (engine x) is a high-performance HTTP and r...
This article shares the specific code of JavaScri...
Table of contents Portals Error Boundary Handling...
Table of contents Abstraction and reuse Serial Se...