You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
.wanl-timeout__time {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wanl-timeout__time .character {
|
|
border-radius: 6rpx;
|
|
border: 2rpx solid #fff;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
|