index.css 1.28 KB
Newer Older
阮藤's avatar
阮藤 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
.width_30 {
	width: 30%;
}

.ht_136 {
	height: 136rpx;
}

.ft-size-24 {
	font-size: 24rpx;
}

.ft-size-28 {
	font-size: 28rpx;
}

.ft-size-32 {
	font-size: 32rpx;
}

.color_DDA973 {
	color: #dda973;
}

.color_6F6F72 {
	color: #6f6f72;
}

.color_fff08 {
	color: rgba(255, 255, 255, 0.8);
}

.color_00004 {
	color: rgba(0, 0, 0, 0.4);
}

.ft-wt-700 {
	font-weight: 700;
}

.bg_fff {
	background: #fff;
}

.ds_flex {
	display: flex;
}

.fx_wrap {
	flex-wrap: wrap;
}

.fx_dir_column {
	flex-direction: column;
}

.jt_con_center {
	justify-content: center;
}

.jt_con_sp_between {
	justify-content: space-between;
}

.bd_rad_8 {
	border-radius: 8rpx !important;
}

.txt_center {
	text-align: center;
}

.ps_relative {
	position: relative;
}

.ps_absolute {
	position: absolute;
}

.bd_dashed {
	position: relative;
}

.bd_dashed:after {
	border-width: 1px;
}

.bd_dashed-bottom:after,
.bd_dashed-left:after,
.bd_dashed-right:after,
.bd_dashed-top-bottom:after,
.bd_dashed-top:after,
.bd_dashed:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 0 0;
	width: 199.8%;
	height: 199.7%;
	transform: scale(0.5, 0.5);
	border: 1px dashed #e4e7ed;
	z-index: 2;
}

.ov_hiden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}