首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏站长技术

    html 网页内容页文章标题字体CSS显示倒影效果

    如果一个内容页文章标题字体,米米素材网小编想要给其字体增加倒影,做法如下:   html:

    如何使用CSS将正方形图片显示为圆形图片布局

    css样式:.single-title .page-title{margin-top:10px;border-left:5px solid #5db8f8;margin-left:-1px;color

    3.6K20编辑于 2022-06-22
  • 来自专栏ThoughtWorks

    整洁架构之CSS

    例如目前已有一个 page 页面,其中拥有一组 page-title 的样式: .page { .page-title { .icon { width: 10px; ;} 那么编译之后的结果看上去会非常奇怪: .page .page-title .icon, .page .card-title .icon { width: 10px;}.page .page-title 而如果你尝试将公共的 title 样式抽象为 mixin,再在 page-title 和 card-title 中进行复用: @mixin title { .icon { width : 10px; } .label { width: 100px; }}.page { .page-title { @include title }}.card-title { @include title} 编译的结果如下: .page .page-title .icon { width: 10px;}.page .page-title

    58210编辑于 2022-09-09
  • 来自专栏有趣的django

    BBS论坛(十一)

    } .logo-box img{ width: 60px; height: 60px; } .page-title {{ static('common/images/logo.jpg') }}" alt="">

    <h2 class="<em>page-title</em>

    1.5K20发布于 2019-02-13
  • 来自专栏有趣的django

    BBS论坛(十五)

    {{ static('common/images/logo.jpg') }}" alt="">

    <h2 class="<em>page-title</em> text-align: center; padding-top: 40px; } .logo-box img { width: 60px; height: 60px; } .<em>page-title</em>

    2.4K30发布于 2019-02-13
  • 来自专栏lonelydawn的前端猿区

    # Sass速通(四):继承、混合与函数

    font: { family: Arial; size: 20px; weight: bold; } color: #ff0000; } .page-title { @include large-text; // 引入 padding: 4px; margin-top: 10px; } 编译后 .page-title { font-family

    1.2K20发布于 2021-10-13
  • 来自专栏前端大合集

    scss 学习

    引用混合样式@include 使用 @include 指令引用混合样式,格式是在其后添加混合名称,以及需要的参数(可选): .page-title { @include large-text; padding: 4px; margin-top: 10px; } 编译为 .page-title { font-family: Arial; font-size: 20px; font-weight

    62010编辑于 2024-07-29
  • 来自专栏云前端

    一个简单的微信小程序DEMO

    视图层模板-.wxml文件 <view class="movies" catchtap="onPageClick"> <view class="<em>page-title</em>" wx:if="{{movies.length v_url=${url}` }); }); } }); 用.wxss定义局部样式 .<em>page-title</em> { color: rgb(142, 142

    1.6K60发布于 2020-06-15
  • 来自专栏Salesforce

    Salesforce FileUpload(四) 导入静态资源并显示自定义头像框

    template> <template if:true={hasAcc}>

    <h1 class="<em>page-title</em>

    71720编辑于 2022-02-10
  • 来自专栏grain先森

    加快 Vue 项目的开发速度

    -- 头部标题部分 -->    <page-title>      <bread slot="title" :crumbs="[{name: 'xx管理', path: '', active: true , icon: ''}, {name: 'xxxx', path: '', active: true, icon: ''}]"></bread>    </page-title>    <!

    90120发布于 2019-03-29
  • 来自专栏腾讯NEXT学位

    CSS模块化的演进

    large-text {   font: {     family: Arial;     size: 20px;     weight: bold;   }   color: #ff0000; } .page-title

    2K20发布于 2018-08-29
  • 来自专栏一尾流莺学前端

    【架构师(第二十三篇)】编辑器开发之画布区域组件的渲染

    a-layout :style="{ background: '#fff' }"> <a-layout-header class="header"> <div class="<em>page-title</em>

    58930编辑于 2022-12-10
  • 来自专栏有趣的django

    BBS论坛(十三)

    text-align: center; padding-top: 40px; } .logo-box img { width: 60px; height: 60px; } .page-title

    1.8K30发布于 2019-02-13
  • 来自专栏CRPER折腾记

    Sass准备推出更人性化的模块系统

    /config'; .page-title { @include config.font-family('header'); } This even works with my existing

    67530编辑于 2023-06-09
  • 来自专栏雪胖纸的玩蛇日常

    Vue+koa2开发一款全栈小程序(9.图书详情页)

    1.在src/components目录下新建CommentList.vue <template>

    <div class="<em>page-title</em> comments'] } </script> <style lang='scss'> .comment-list{ background: #eee; font-size: 14px; .<em>page-title</em>

    1.1K10发布于 2018-11-09
  • 来自专栏『学习与分享之旅』

    关于本博客样式

    border-radius:.3rem;border:.1em solid rgba(0,0,0,.05);background:#5ba4e5}#topics .postTitle a:link,.page-title font-weight:700;color:#fff}.sb-title{-webkit-animation:fade-in-down 1s;animation:fade-in-down 1s both}.page-title webkit-animation:fade-in-down 1s both;mix-blend-mode:screen;font-size:5rem;font-family:Playball,cursive}.page-title postTitle a:link{font-size:2.8rem}.entrylistItemPostDesc,.postDesc{font-size:1.3rem}.entrylistPosttitle,.page-title important}.inner{width:auto;margin:2rem auto}.entrylistPosttitle,.page-title{font-size:2.6rem}.sb-title

    1.3K40编辑于 2022-03-02
  • 来自专栏云计算教程系列

    腾讯云CIS入门——Kubernetes部署

    [endif]--> </head> <body>

    Containers Todo Example

    6.2K70发布于 2018-07-12
  • 来自专栏蔡述雄的专栏

    包学会之浅入浅出Vue.js:升学篇

    还有就是一个路由容器,我们的首页index.vue到时候也是挂载在路由容器中的,看看App.vue的代码 入口页App.vue <template>

    <h1 class="<em>page-title</em>

    22.4K5512发布于 2018-01-15
  • 来自专栏效能与质量

    (备份)博客样式 Cnblogs-Theme-SimpleMemory-v1.3.4 博客园的后台设置

    box-shadow:0 1px 2px rgba(150,150,150,.7)}.inner{position:relative;width:80%;max-width:800px;padding:10px}.page-title fade-in-down 1s both;-webkit-animation-delay:.6s;animation-delay:.5s;text-shadow:0 3px 6px rgba(0,0,0,.3)}.page-title postTitle a:link{font-size:2.8rem}.entrylistItemPostDesc,.postDesc{font-size:1.3rem}.entrylistPosttitle,.page-title important}.login_tips{font-size:12px}.inner{width:auto;margin:2rem auto}.entrylistPosttitle,.page-title

    63520发布于 2021-08-25
  • 来自专栏devops_k8s

    关于本博客皮肤样式配置

    box-shadow:0 1px 2px rgba(150,150,150,.7)}.inner{position:relative;width:80%;max-width:800px;padding:10px}.page-title fade-in-down 1s both;-webkit-animation-delay:.6s;animation-delay:.5s;text-shadow:0 3px 6px rgba(0,0,0,.3)}.page-title postTitle a:link{font-size:2.8rem}.entrylistItemPostDesc,.postDesc{font-size:1.3rem}.entrylistPosttitle,.page-title important}.login_tips{font-size:12px}.inner{width:auto;margin:2rem auto}.entrylistPosttitle,.page-title

    65150发布于 2020-09-27
  • 来自专栏热度文章

    从代码中诞生的浪漫:一个程序员的表白艺术

    ;}/* 回忆页样式 */.memories-container { max-width: 900px; margin: 100px auto; padding: 0 20px;}.page-title

    73342编辑于 2025-05-10
  • 领券