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.
45 lines
879 B
45 lines
879 B
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
/* uni.scss */
|
|
.u-tips.data-v-6f495b00 {
|
|
font-size: 26rpx;
|
|
text-align: center;
|
|
padding: 34rpx 0;
|
|
line-height: 1;
|
|
color: #909399;
|
|
}
|
|
.u-action-sheet-item.data-v-6f495b00 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
line-height: 1;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
padding: 34rpx 0;
|
|
flex-direction: column;
|
|
}
|
|
.u-action-sheet-item__subtext.data-v-6f495b00 {
|
|
font-size: 24rpx;
|
|
color: #909399;
|
|
margin-top: 20rpx;
|
|
}
|
|
.u-gab.data-v-6f495b00 {
|
|
height: 12rpx;
|
|
background-color: #eaeaec;
|
|
}
|
|
.u-actionsheet-cancel.data-v-6f495b00 {
|
|
color: #303133;
|
|
}
|