@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.container.data-v-3426c4e6 {
height: 100%;
position: relative;
}
.custom-header.data-v-3426c4e6 {
height: 77rpx;
background-color: #fff;
color: black;
display: flex;
align-items: center;
padding-top: 10rpx;
}
.uni_back.data-v-3426c4e6 {
margin-left: 25rpx;
}
.left-icon.data-v-3426c4e6 {
font-size: 20rpx;
color: #141414;
height: 29rpx;
line-height: 29rpx;
font-weight: 400;
font-size: 30rpx;
}
.content.data-v-3426c4e6 {
position: relative;
}
.content .meisheng_first_aid.data-v-3426c4e6 {
position: absolute;
top: 300rpx;
left: 273rpx;
width: 205rpx;
height: 158rpx;
}
.content .meisheng_first_aid image.data-v-3426c4e6 {
width: 100%;
height: 100%;
}
.content .con_btn.data-v-3426c4e6 {
width: 447rpx;
height: 239rpx;
position: absolute;
left: 134rpx;
top: 614rpx;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: space-around;
}
.content .con_btn button.data-v-3426c4e6 {
width: 325rpx;
height: 75rpx;
border-radius: 35rpx;
line-height: 75rpx;
font-size: 20rpx;
font-style: 400;
}
.content .tips.data-v-3426c4e6 {
position: absolute;
left: 230rpx;
top: 1100rpx;
width: 250rpx;
height: 60rpx;
color: #5581FF;
font-size: 26rpx;
display: flex;
align-items: center;
justify-content: center;
}
.popup-content.data-v-3426c4e6 {
height: 600rpx;
}
.popup_my.data-v-3426c4e6 {
width: 749rpx;
height: 701rpx;
background: #fff;
border-radius: 20rpx 20rpx 0rpx 0rpx;
display: flex;
flex-wrap: wrap;
justify-content: center;
box-sizing: border-box;
}
.popup_my .popup_my_title.data-v-3426c4e6 {
width: 669rpx;
height: 80rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.popup_my .popup_my_title .title_name.data-v-3426c4e6 {
display: flex;
font-weight: 400;
font-size: 32rpx;
color: #141414;
}
.popup_my .popup_my_title .title_name .title_name_icon.data-v-3426c4e6 {
width: 54rpx;
height: 54rpx;
background: #548DEB;
border-radius: 50%;
margin-right: 20rpx;
}
.popup_my .popup_my_message.data-v-3426c4e6 {
width: 669rpx;
height: 80rpx;
font-weight: 700;
font-size: 32rpx;
color: #141414;
border-bottom: 1rpx solid #ccc;
}
.popup_my .popup_my_name.data-v-3426c4e6 {
width: 669rpx;
height: 90rpx;
border-bottom: 1rpx solid #ccc;
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 40rpx;
}
.popup_my .popup_my_name .my_name_icon.data-v-3426c4e6 {
display: flex;
}
.popup_my .popup_my_name .my_name_icon .my_name_img.data-v-3426c4e6 {
width: 93rpx;
height: 92rpx;
background: #A3C7AF;
border-radius: 8rpx 8rpx 8rpx 8rpx;
margin-right: 20rpx;
}
.popup_my .popup_my_other.data-v-3426c4e6 {
width: 669rpx;
height: 60rpx;
color: #548DEB;
font-weight: 400;
font-size: 32rpx;
}
.popup_my .popup_my_btn.data-v-3426c4e6 {
width: 669rpx;
height: 60rpx;
display: flex;
justify-content: space-around;
align-items: center;
}
.popup_my .popup_my_btn button.data-v-3426c4e6 {
width: 250rpx;
height: 80rpx;
}