一、画一条横线
<div style="width: 100%; background: rgb(194, 193, 193); height: 1px; margin-top: -5px; margin-bottom: 10px;" />
二、div块颜色渐变
<template>
<div style="margin: 50px;">
<div style="background: linear-gradient(to right, #20b2aa, #20FAFA);width: 300px; height: 200px;">
</div>
</div>
</template>
效果图
效果图











网友评论