在css中定义div样式
.testdesign{
background-color: rgba(55,55,55,0.5);/*背景色*/
border:2px solid white;/*2px粗细 实线 白色*/
border-radius: 5px;/*圆角5x*/
}在元素中使用
⌚Time: 2024-04-27 21:05:00
在css中定义div样式
.testdesign{
background-color: rgba(55,55,55,0.5);/*背景色*/
border:2px solid white;/*2px粗细 实线 白色*/
border-radius: 5px;/*圆角5x*/
}在元素中使用