From 830a8fd39ba79e3b757d71ef4a7c0b18de2cb6fe Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com> Date: 星期五, 13 一月 2023 16:04:43 +0800 Subject: [PATCH] test --- test.vue | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/test.vue b/test.vue index 6c92f23..074aba6 100644 --- a/test.vue +++ b/test.vue @@ -20,7 +20,7 @@ </a> </div> </label> - <div class="col-xs-12"> + <div class="col-xs-12 fn_yousanjiao"> <input type="text" class="form-control attr_field focuscls" data-index="" style="" data-field="" data-type="" data-noempty=""> <textarea class="form-control attr_field focuscls" data-index="" style="height:60px;" data-field="" data-type="" data-noempty=""></textarea> <textarea class="form-control attr_field focuscls" data-index="" style="height:90px;" data-field="" data-type="" data-noempty=""></textarea> @@ -92,6 +92,21 @@ </script> <style> + + .fn_yousanjiao{ + position: relative; + } + .fn_yousanjiao::after{ + position: absolute; + display: block; + content: ''; + z-index: 1; + transform: rotate(-45deg); + left: -10px; + top: -10px; + border: 10px solid; + border-color: transparent transparent red; + } .class_attr_title { font-size: 34rpx; padding-bottom: 22rpx; -- Gitblit v1.9.1