📘
Luckydesigner
  • Knowledge Code Guide
  • HTML CODE
    • Dictionary
  • CSS CODE
    • Dictionary
  • Javascript Code
    • Dictionary
    • Examples
    • Reference
  • Regular Expressions
    • Reference
  • Wechat Mini Program Develop Notes
    • 开篇
    • 流程
    • 构成
      • 框架
    • 配置
      • index.wxml+index.js
      • Button
      • UserInfo
      • TabBar
      • Clipboard
    • Api
      • 背景
      • 交互
      • 导航栏
    • 标签
Powered by GitBook
On this page

Was this helpful?

  1. CSS CODE

Dictionary

Name

example

a:hover

a:hover{

opacity:100%;

}

align-items

align-items:center;

border

border: dotted solid double dashed;

bottom

bottom:-10px;

color

#ff8800;

height

height:100px;

left

left:10px;

margin

/*top-right-bottom-left*/

margin:0 auto;

opacity

opacity:60%;

padding

/*top-right-bottom-left*/

padding:10px 5px 5px 10px

position

absolute

inherit

relative

right

right:-10px;

top

top:10px;

width

width:100px;

PreviousDictionaryNextDictionary

Last updated 4 years ago

Was this helpful?