Commit 7b47d77e by 陈超

T

parent 769ef457
...@@ -139,6 +139,11 @@ div::-webkit-scrollbar { ...@@ -139,6 +139,11 @@ div::-webkit-scrollbar {
font-weight: 600; font-weight: 600;
} }
.text_18_600 {
font-size: 1.125rem;
font-weight: 600;
}
.text_26_600 { .text_26_600 {
font-size: 1.625rem; font-size: 1.625rem;
font-weight: 600; font-weight: 600;
......
...@@ -91,11 +91,11 @@ ...@@ -91,11 +91,11 @@
<van-overlay class="edit_popup_overlay" :show="show"> <van-overlay class="edit_popup_overlay" :show="show">
<div class="layout_v edit_popup_content_holder edit_popup_content_container"> <div class="layout_v edit_popup_content_holder edit_popup_content_container">
<div class="text_16_500 layout_h_c edit_popup_title_text">修改昵称</div> <div class="text_16_500 layout_h_c edit_popup_title_text">修改昵称</div>
<van-icon @click="show = false" class="edit_popup_close_icon" size="16" name="__THEME__/img/guanbi@2x.png" /> <van-icon @click="show = false" class="edit_popup_close_icon" size="16" name="__THEME__/img/guanbi@2x.png" ></van-icon>
<van-field <van-field
class="edit_popup_input_content" class="edit_popup_input_content"
v-model="value" v-model="value"
clearable/> clearable ></van-field>
<div @click="onConfirm" class="layout_h_c edit_popup_confirm_button"> <div @click="onConfirm" class="layout_h_c edit_popup_confirm_button">
<span class="text_16_400 self_center color_white">确定</span> <span class="text_16_400 self_center color_white">确定</span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment