app
wangxia 5 months ago
parent 4f3f522d20
commit b987c475aa

@ -49,7 +49,8 @@
</view> </view>
</view> </view>
<view class="g_mt_10"> <view class="g_mt_10">
<view class="g_mt_10" v-if="userInfo.admin"> <view class="g_mt_10 g_position_rela" v-if="userInfo.admin">
<div class="g_w_6 g_h_6 g_radius_50 g_bg_f0a g_position_abso" style="right: 20px; top: 16px" v-if="!readed"></div>
<g-panel-form-item <g-panel-form-item
:list="[ :list="[
{ {

@ -516,16 +516,15 @@ $max-font-size: 28;
.g_fsi_#{$i} { .g_fsi_#{$i} {
font-size: #{$i}px !important; font-size: #{$i}px !important;
} }
.g_fs_10 {
font-size: 12px;
zoom: 0.9;
}
.g_fs_11 {
font-size: 12px;
zoom: 0.95;
}
} }
.g_fs_10 {
font-size: 12px;
zoom: 0.9;
}
.g_fs_11 {
font-size: 12px;
zoom: 0.95;
}
// //
$min-size: 0; $min-size: 0;
$max-size: 200; $max-size: 200;
@ -541,19 +540,19 @@ $max-size: 140;
height: #{$i}px !important; height: #{$i}px !important;
} }
} }
.g_w_260{ .g_w_260 {
width: 260px !important; width: 260px !important;
} }
.g_w_250{ .g_w_250 {
width: 250px !important; width: 250px !important;
} }
.g_w_240{ .g_w_240 {
width: 240px !important; width: 240px !important;
} }
.g_w_220{ .g_w_220 {
width: 240px !important; width: 240px !important;
} }
.g_w_220{ .g_w_220 {
width: 240px !important; width: 240px !important;
} }
@ -622,16 +621,16 @@ $max-mp: 20;
.g_pl_40 { .g_pl_40 {
padding-left: 40px; padding-left: 40px;
} }
.g_mt_32{ .g_mt_32 {
margin-top: 32px; margin-top: 32px;
} }
.g_mt_90{ .g_mt_90 {
margin-top: 90px; margin-top: 90px;
} }
.g_mb_32{ .g_mb_32 {
margin-bottom: 32px; margin-bottom: 32px;
} }
.g_mb_40{ .g_mb_40 {
margin-bottom: 40px; margin-bottom: 40px;
} }
.g_mt_42 { .g_mt_42 {
@ -650,13 +649,12 @@ $max-radius: 49;
.g_radius_#{$i} { .g_radius_#{$i} {
border-radius: #{$i}px; border-radius: #{$i}px;
} }
.g_radius_50 { }
border-radius: 50%; .g_radius_50 {
} border-radius: 50%;
} }
.g_dot_18 {
.g_dot_18{
width: 18px; width: 18px;
height: 18px; height: 18px;
border-radius: 50%; border-radius: 50%;
@ -839,4 +837,4 @@ $max-radius: 49;
// //
.g_mb_50 { .g_mb_50 {
margin-bottom: 50px; margin-bottom: 50px;
} }

Loading…
Cancel
Save