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.
44 lines
1013 B
44 lines
1013 B
3 years ago
|
@charset "UTF-8";
|
||
|
/**
|
||
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
|
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
|
||
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
|
*/
|
||
|
.top_text.data-v-27a41b86 {
|
||
|
width: 288rpx;
|
||
|
height: 45rpx;
|
||
|
font-size: 32rpx;
|
||
|
font-weight: bold;
|
||
|
color: #333333;
|
||
|
opacity: 1;
|
||
|
position: relative;
|
||
|
left: 24rpx;
|
||
|
top: 38rpx;
|
||
|
}
|
||
|
.attention_box.data-v-27a41b86 {
|
||
|
width: 702rpx;
|
||
|
height: 240rpx;
|
||
|
border-radius: 20rpx;
|
||
|
position: relative;
|
||
|
top: 30rpx;
|
||
|
}
|
||
|
.attention_title.data-v-27a41b86 {
|
||
|
height: 37rpx;
|
||
|
font-size: 26rpx;
|
||
|
font-weight: 400;
|
||
|
line-height: 37rpx;
|
||
|
color: #666666;
|
||
|
opacity: 1;
|
||
|
position: absolute;
|
||
|
}
|
||
|
.attention_info.data-v-27a41b86 {
|
||
|
text-indent: 2em;
|
||
|
font-size: 24rpx;
|
||
|
font-weight: 400;
|
||
|
line-height: 40rpx;
|
||
|
position: absolute;
|
||
|
top: 50rpx;
|
||
|
color: #999999;
|
||
|
}
|
||
|
|