css的scss

<style lang="scss">

.header-img-box { @apply w-52 h-52 border border-solid border-gray-300 rounded-xl flex justify-center items-center cursor-pointer; }

  .header-img-box {

    width: 52px;

    height: 52px;

    border: 1px solid #ccc;

    border-radius: 4px;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

 }

</style>

<style lang="scss">

.header-img-box { @apply w-52 h-52 border border-solid border-gray-300 rounded-xl flex justify-center items-center cursor-pointer; }

</style>


<style lang="scss">

  .header-img-box {

    width: 52px;

    height: 52px;

    border: 1px solid #ccc;

    border-radius: 4px;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

 }

</style>

相关推荐

  1. CSS、less、SassScss、Stylus认识

    2024-03-21 23:28:03       43 阅读
  2. cssscss

    2024-03-21 23:28:03       50 阅读
  3. CSS预处理器---Sass/Scss

    2024-03-21 23:28:03       74 阅读
  4. CSS_sass模块化、scss模块化

    2024-03-21 23:28:03       31 阅读
  5. scsscss 区别 scss变量和css变量区别

    2024-03-21 23:28:03       38 阅读
  6. SCSSSass区别?

    2024-03-21 23:28:03       29 阅读
  7. CSS_scss切换主题

    2024-03-21 23:28:03       29 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-03-21 23:28:03       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-03-21 23:28:03       106 阅读
  3. 在Django里面运行非项目文件

    2024-03-21 23:28:03       87 阅读
  4. Python语言-面向对象

    2024-03-21 23:28:03       96 阅读

热门阅读

  1. 蓝桥杯2023年第十四届省赛真题-阶乘求和

    2024-03-21 23:28:03       65 阅读
  2. transformer的自注意力模型如何实现自注意力

    2024-03-21 23:28:03       48 阅读
  3. CentOS 8 中安装与配置 MySQL

    2024-03-21 23:28:03       43 阅读
  4. OpenCV图像处理模块详解

    2024-03-21 23:28:03       45 阅读
  5. C语言向C++过渡的基础知识(一)

    2024-03-21 23:28:03       49 阅读
  6. QT5信号函数的绑定方式

    2024-03-21 23:28:03       45 阅读
  7. SpringWeb

    SpringWeb

    2024-03-21 23:28:03      35 阅读
  8. 笔记:Mysql 主从搭建

    2024-03-21 23:28:03       42 阅读
  9. 椋鸟数据结构笔记#1:数据结构、顺序表

    2024-03-21 23:28:03       45 阅读
  10. SpringBoot注解

    2024-03-21 23:28:03       50 阅读
  11. 蓝桥杯算法基础(28)11道关于字符串的小题

    2024-03-21 23:28:03       36 阅读