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.

48 lines
896 B

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.page.data-v-29bb77e4 {
position: relative;
height: 100vh;
}
.box.data-v-29bb77e4 {
width: 695rpx;
height: 230rpx;
margin: 25rpx auto;
position: relative;
}
.box > image.data-v-29bb77e4 {
width: 695rpx;
height: 230rpx;
position: absolute;
top: 0;
left: 0;
}
.box > view.data-v-29bb77e4 {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 80rpx;
color: #fff;
font-size: 24rpx;
z-index: 1;
width: 380rpx;
}
.box > view > view.data-v-29bb77e4:first-child {
font-size: 42rpx;
margin-bottom: 15rpx;
}