码迷,mamicode.com
首页 >  
搜索关键字:style    ( 244891个结果
7-12 最长对称子串 (25分)
https://pintia.cn/problem-sets/1218774283169423360/problems/1218774532776648715 #include <cstdio> #include <iostream> #include <algorithm> #include <s ...
分类:其他好文   时间:2020-11-27 11:32:22    阅读次数:6
react 页面统一添加可换行水印
1.组件 const watermark = ({ // 使用 ES6 的函数默认值方式设置参数的默认取值 container = document.body, width = '250px', height = '160px', textAlign = 'left', textBaseline = ...
分类:其他好文   时间:2020-11-27 11:16:56    阅读次数:6
1、IdentityServer4
使用IdentityServer的起点! 安装 IdentityServer4 模板 dotnet new -i IdentityServer4.Template 1、IdentityServer4 创建IdentityServer4项目: dotnet new is4empty -n 项目名 定义 ...
分类:其他好文   时间:2020-11-27 11:16:39    阅读次数:7
测试第一个博客
测试第一个博客 献上基于C语言的数据结构之线性表 //线性表 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <math.h> #define MAXSIZE 100 type ...
分类:其他好文   时间:2020-11-27 10:59:10    阅读次数:5
小相册
代码如下: <style> *{ margin: 0; padding: 0; } html,body{ width: 100%; height: 100%; } body{ background:#1e1e1f; overflow:hidden; } .box{ width: 100%; heig ...
分类:其他好文   时间:2020-11-27 10:58:16    阅读次数:6
TD 加载界面实现
一)编写ini文件,用button实现加载界面 cl_animationWin={ type="window" x=0 y=0 w=1024 h=600 style="cl_normalwin" flags={ window_splash } ... cl_picLoadingButton={ ty ...
分类:其他好文   时间:2020-11-27 10:52:54    阅读次数:6
element ui固定表头以及转换后台返回的0或1,true或false
element ui固定表头 只要在el-table元素中定义了height属性,即可实现固定表头的表格,而不需要额外的代码。 <template> <el-table :data="tableData" height="250" border style="width: 100%"> <el-ta ...
分类:其他好文   时间:2020-11-26 15:13:35    阅读次数:5
BigDecimal 加减乘除
加法 add() 减法subtract() 乘法divide() 除法 divide() 绝对值 ads() ...
分类:其他好文   时间:2020-11-26 15:07:37    阅读次数:11
课堂随笔
CSS外部样式在head里写入用来链接外部CSS文件h3.red用来表示特定的标签div h1用来表示div里的h1标签text-indent首行缩进line-height行高font-size字体大小font-style字体样式 ...
分类:其他好文   时间:2020-11-26 14:35:46    阅读次数:4
css控制文本样式
CSS字体样式属性点由量放视质为了更方便的控制网页中各种各样的字体, CSs提供了一系列的字体样式属性font-size属性用于设置字号。font-family属性用于设置字体。font-weight属性用于定义字体的粗细。font-variant属性用于设置变体(字体变化) font-style属 ...
分类:Web程序   时间:2020-11-26 14:21:40    阅读次数:9
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!