From c25a875ecbdf3aa107e94f91574fa4dda129dfbb Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 28 Jan 2021 13:43:41 +0800 Subject: [PATCH] update Former-commit-id: b797c18b0958f9a612f8f660d1e246c30732febf Former-commit-id: 0d181414713b88444de486792ce60a702b112883 --- docs/物联网中心.EAP | Bin 1304576 -> 1304576 bytes .../TeacherExt/Views/Home/Update.cshtml | 10 +-- labs/Teacher/TeacherExt/wwwroot/css/site.css | 63 ++++++++++++++---- 3 files changed, 52 insertions(+), 21 deletions(-) diff --git a/docs/物联网中心.EAP b/docs/物联网中心.EAP index 5fbcdd4acb964c305cd8b3a077e5315f51fac3a5..25f9c70e494ffa41fc6a42559fdc9925cbfece46 100644 GIT binary patch delta 1224 zcmZ`%UuYCZ7@wKl?9OT~yLU%ReDXA*NU`RQ+CEgH8{=_7Jaceo;!(_Hb2mw@P43Ry z%^yLyRd5aZk|??-h(xsbdbF4+f_-eEsE7!P=#wvfkt%H=r4;(j`6q3f%<_HneZTq5 zZ|3`E-3R^dgZ>6l@cr+C%CGoBL}@!kJ&HX_JSurq_GrrzRa*P7!UHMg@4!Oiv_F3} z{Lw-q=Nm^ioEC2EQeBq=2M2l%%E(i^AHT&}KRB%P)zX<{?tnFI&68YY|l90ZDW(-!XN`+PJ z?x|Ao*c8iEoa*k5Og0to*t6Llx2ml0A83YIUkiYr7*#y{VVC+dLP$lwsL#}AKQ+`7 zDpM0G52mCp^)q5S@NAP-ejLuvVq{8pfed3)027JiCoJ23BqNi&g+mI!J}WEMndfB% zOy$qZwCfd4`GH~WW0FFCtX=NpM~AgOWSBst z2)IHBM5usd2w?*eA}%5n5fij1kXFWpLyJ54^1N2T+SusG42VaAoSoNtBz3x(h4}T0 zT7r0W&8u(l>Kna!t5**!)!SNM;UPaTr*FkWJUXX8)YTYz4K2+1T3x?`|6I5h`=CbR zJ+V(?(ZiJjJe?iW+u%uf;IjUQA~n!!(WkKAzNjA?gv*Ok4NCN_WClb;lnedzw|pOJ=gW)wImsBz4i3!Ph2fdeX%PQyh`TrR Um*k9lQwKA^f?y%;-VD3uKTD)oBme*a delta 626 zcmX|7L1+^}6#aj8GrQAfv$I*0phA}@9z>xkUS$hK1D4i;h&@CTi+T}asmC7Hg43Xv z#G2E`7D7DNOQ556SQUc70)+E{m9UJ7S~- z;HCg5K|%rugaI=mAtOctFoNKNy^!_@>-Ki4T&R3N<%23OsytZDOT{g$>!2N0v2KRj;rq}# z3EMR5c`fqrg`QtyM|8hZ+F^pF@F#a(!M47!#$sJr4rk6Jb_Pbx$qb|B$zPCwn^{2K zGoq|HNuv?tT8H%cl)K@i;2c!frfmF{_#ctDI4sSc=-ox-4*^U>om5@SGL=
- @Html.Label(prop.PropertyName, prop.GetDisplayName() + ":", new { @class = labelCalss }) + @Html.Label(prop.PropertyName, prop.GetDisplayName(), new { @class = labelCalss })
@if (isReadOnly) { @@ -392,12 +392,4 @@ window.open(url); }); -} -@section styles{ - } \ No newline at end of file diff --git a/labs/Teacher/TeacherExt/wwwroot/css/site.css b/labs/Teacher/TeacherExt/wwwroot/css/site.css index e00f2286..64e6c214 100644 --- a/labs/Teacher/TeacherExt/wwwroot/css/site.css +++ b/labs/Teacher/TeacherExt/wwwroot/css/site.css @@ -77,50 +77,89 @@ th { h1 { font-size: 1.5rem; - margin:1rem 0 0 0; + margin: 1rem 0 0 0; } -.breadcrumb.float-sm-right{ - background-color:transparent; + +.breadcrumb.float-sm-right { + background-color: transparent; } + .select2-container--bootstrap4 .select2-results > .select2-results__options { max-height: 400px; } + .select2-selection.select2-selection--single { padding-left: 0.75rem; } + .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder { color: #495057; } + label.col-form-label { text-align: right; overflow: hidden; } + img.icon { height: 48px; width: 48px; - margin:0 auto; + margin: 0 auto; } + img.pointer { cursor: pointer; height: 32px; width: 32px; margin: 8px auto; } -.card-body.device{ - padding:10px; + +.card-body.device { + padding: 10px; } -.h48{ - width:100%; - height:48px; - line-height:48px; - margin:0 auto; - overflow:hidden; +.h48 { + width: 100%; + height: 48px; + line-height: 48px; + margin: 0 auto; + overflow: hidden; } + .h24 { width: 100%; height: 24px; line-height: 24px; margin: 0 auto; overflow: hidden; +} + +.form-control { + font-size: 14px !important; +} +label.col-form-label { + font-size: 14px !important; + font-weight: normal !important; +} + +label.required:before { + content: '*'; + color: red; + font-size: 14px; +} + +label.col-form-label:after { + content: ':'; + position: absolute; + top: 8px; + font-size: 14px; + line-height: 17px; +} +button.swal2-styled{ + font-size:14px!important; + line-height:20px; + padding:5px 10px; +} +.swal2-popup{ + width:16em!important; } \ No newline at end of file