Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- .floatRight {
- // float: right;
- }
- // 淡化文字
- .desalinate {
- font-size: 12px;
- font-weight: 400;
- color: #666;
- }
- .redWord {
- font-weight: normal;
- color: red;
- }
- //图片居中对齐
- img {
- vertical-align: middle;
- }
- //按钮选中颜色
- .buleBtn {
- background: #24A9FF!important;
- }
- .bgcWhite {
- background: #fff!important;
- }
- p {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .relative {
- position: relative;
- }
- .wordColor {
- color: #51d9ca;
- }
- .displayFlex {
- display: flex;
- justify-content: space-between;
-
- }
- .noScroll {
- overflow: hidden;
- }
-
- .vantLoadingBox {
- position: relative;
- width: 100%;
- }
- .vantLoading {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
|