Commit 3c691dbc by BellCodeEditor

save project

parent f1d4d68a
with open(r"C:\Users\Thinkbook\Desktop\alwehir.txt",'r',encoding='utf-8') as file:
with open(r"C:\Users\Thinkbook\Desktop\新建文本文档.txt",'r',encoding='utf-8') as file:
a=file.readlines()
for i in a:
print(i)
.control {
appearance: none;
background: transparent;
margin-top: auto;
margin-bottom: auto;
border: none;
padding: calc(var(--design-unit) * 2px + 2px) 12px calc(var(--design-unit) * 2px + 2px) 16px;
color: var(--neutral-foreground-rest);
font-size: 16px;
font-weight: 400;
line-height: 24px;
width: 100%;
z-index: 1;
padding-inline-start: 16px;
font-family: inherit;
}
用户代理样式表
input[type="search" i] {
appearance: auto;
box-sizing: border-box;
padding: 1px 2px;
}
用户代理样式表
input {
writing-mode: horizontal-tb !important;
font-style: ;
font-variant-ligatures: ;
font-variant-caps: ;
font-variant-numeric: ;
font-variant-east-asian: ;
font-weight: ;
font-stretch: ;
font-size: ;
font-family: ;
text-rendering: auto;
color: fieldtext;
letter-spacing: normal;
word-spacing: normal;
line-height: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
appearance: auto;
-webkit-rtl-ordering: logical;
cursor: text;
background-color: field;
margin: 0em;
padding: 1px 2px;
border-width: 2px;
border-style: inset;
border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
border-image: initial;
}
构造的样式表
.root {
flex: 1 1 0%;
box-sizing: border-box;
position: relative;
display: flex;
flex-direction: row;
color: var(--neutral-foreground-hint);
border-radius: var(--search-box-radius) 0 0 var(--search-box-radius);
}
style 属性 {
--searchoption-margin: -18px;
}
构造的样式表
:host {
--direction: ltr;
}
构造的样式表
:host {
height: 100%;
--search-box-radius: 22px;
font-family: var(--body-font);
outline: none;
user-select: none;
--elevation: 4;
border-radius: var(--search-box-radius);
transition: none 0s ease 0s;
position: relative;
background: var(--neutral-layer-floating);
box-shadow: 0 0 calc((var(--elevation) * 0.225px) + 2px) rgba(0, 0, 0, calc(0.11 * (2 - var(--background-luminance, 1)))), 0 calc(var(--elevation) * 0.4px) calc((var(--elevation) * 0.9px)) rgba(0, 0, 0, calc(0.13 * (2 - var(--background-luminance, 1))));
}
构造的样式表
:host {
--direction: ltr;
}
构造的样式表
:host {
--direction: ltr;
}
构造的样式表
:host {
background-color: var(--fill-color);
color: var(--neutral-foreground-rest);
}
构造的样式表
:host {
--base-layer-luminance: 1;
--direction: ltr;
--fill-color: #f7f7f7;
--accent-foreground-rest: #0072c9;
--accent-foreground-hover: #0060a9;
--accent-foreground-active: #097dd5;
--accent-foreground-focus: #0072c9;
--neutral-fill-rest: #e5e5e5;
--neutral-fill-hover: #dddddd;
--neutral-fill-active: #eaeaea;
--neutral-fill-focus: #f7f7f7;
--neutral-fill-input-rest: #f7f7f7;
--neutral-fill-input-hover: #f7f7f7;
--neutral-fill-input-focus: #f7f7f7;
--neutral-fill-input-active: #f7f7f7;
--neutral-fill-inverse-rest: #1e1e1e;
--neutral-fill-inverse-hover: #262626;
--neutral-fill-inverse-active: #000000;
--neutral-fill-inverse-focus: #1e1e1e;
--neutral-fill-stealth-rest: #f7f7f7;
--neutral-fill-stealth-hover: #eaeaea;
--neutral-fill-stealth-active: #efefef;
--neutral-fill-stealth-focus: #f7f7f7;
--neutral-fill-strong-rest: #707070;
--neutral-fill-strong-hover: #5c5c5c;
--neutral-fill-strong-active: #7d7d7d;
--neutral-fill-strong-focus: #707070;
--neutral-stroke-rest: #b6b6b6;
--neutral-stroke-hover: #8f8f8f;
--neutral-stroke-active: #cecece;
--neutral-stroke-focus: #b6b6b6;
--neutral-stroke-divider-rest: #e2e2e2;
--neutral-stroke-strong-rest: #8f8f8f;
--neutral-stroke-strong-hover: #292929;
--neutral-stroke-strong-active: #666666;
--neutral-stroke-strong-focus: #4f4f4f;
--focus-stroke-outer: #828282;
--focus-stroke-inner: #eef6fc;
--neutral-foreground-rest: #262626;
--neutral-foreground-hint: #707070;
--neutral-fill-input-alt-rest: #f2f2f2;
--neutral-fill-input-alt-hover: #ededed;
--neutral-fill-input-alt-active: #e8e8e8;
--neutral-fill-input-alt-focus: #f2f2f2;
--neutral-fill-secondary-rest: #efefef;
--neutral-fill-secondary-hover: #f2f2f2;
--neutral-fill-secondary-active: #f5f5f5;
--neutral-fill-secondary-focus: #efefef;
--tree-item-expand-collapse-hover: #dddddd;
--tree-item-expand-collapse-selected-hover: #f2f2f2;
显示所有属性(另有9 )
}
<style>
body {
margin: 0;
font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, sans-serif;
}
构造的样式表
:root {
--direction: ltr;
--disabled-opacity: 0.3;
--base-height-multiplier: 8;
--base-horizontal-spacing-multiplier: 3;
--density: 0;
--design-unit: 4;
--control-corner-radius: 2;
--layer-corner-radius: 4;
--stroke-width: 1;
--focus-stroke-width: 2;
--body-font: Segoe UI, sans-serif;
--type-ramp-base-font-size: 14px;
--type-ramp-base-line-height: 20px;
--type-ramp-minus-1-font-size: 12px;
--type-ramp-minus-1-line-height: 16px;
--type-ramp-minus-2-font-size: 10px;
--type-ramp-minus-2-line-height: 14px;
--type-ramp-plus-1-font-size: 16px;
--type-ramp-plus-1-line-height: 22px;
--type-ramp-plus-2-font-size: 20px;
--type-ramp-plus-2-line-height: 28px;
--type-ramp-plus-3-font-size: 24px;
--type-ramp-plus-3-line-height: 32px;
--type-ramp-plus-4-font-size: 28px;
--type-ramp-plus-4-line-height: 36px;
--type-ramp-plus-5-font-size: 32px;
--type-ramp-plus-5-line-height: 40px;
--type-ramp-plus-6-font-size: 40px;
--type-ramp-plus-6-line-height: 52px;
--base-layer-luminance: 1;
--accent-fill-rest-delta: 0;
--accent-fill-hover-delta: 4;
--accent-fill-active-delta: -5;
--accent-fill-focus-delta: 0;
--accent-foreground-rest-delta: 0;
--accent-foreground-hover-delta: 6;
--accent-foreground-active-delta: -4;
--accent-foreground-focus-delta: 0;
--neutral-fill-rest-delta: 7;
--neutral-fill-hover-delta: 10;
--neutral-fill-active-delta: 5;
--neutral-fill-focus-delta: 0;
--neutral-fill-input-rest-delta: 0;
--neutral-fill-input-hover-delta: 0;
--neutral-fill-input-active-delta: 0;
--neutral-fill-input-focus-delta: 0;
--neutral-fill-inverse-rest-delta: 0;
--neutral-fill-inverse-hover-delta: -3;
--neutral-fill-inverse-active-delta: 7;
--neutral-fill-inverse-focus-delta: 0;
显示所有属性(另有103 )
}
\ No newline at end of file
This diff is collapsed. Click to expand it.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed. Click to expand it.
This source diff could not be displayed because it is too large. You can view the blob instead.
preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(135deg, #F7E5F0, #EEEBFF, #D2DFFF);
z-index: 9999999;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(135deg, #F7E5F0, #EEEBFF, #D2DFFF);
z-index: 9999999;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(135deg, #F7E5F0, #EEEBFF, #D2DFFF);
z-index: 9999999;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(135deg, #F7E5F0, #EEEBFF, #D2DFFF);
z-index: 9999999;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(135deg, #F7E5F0, #EEEBFF, #D2DFFF);
z-index: 9999999;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(135deg, #F7E5F0, #EEEBFF, #D2DFFF);
z-index: 9999999;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(135deg, #F7E5F0, #EEEBFF, #D2DFFF);
z-index: 9999999;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(135deg, #F7E5F0, #EEEBFF, #D2DFFF);
z-index: 9999999;
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(135deg, #F7E5F0, #EEEBFF, #D2DFFF);
z-index: 9999999;
}
*, ::after, ::before {
box-sizing: border-box;
}
用户代理样式表
div {
display: block;
}
body {
font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
overflow-x: hidden !important;
font-size: 15px;
color: #2a2a2a;
}
body {
font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
overflow-x: hidden !important;
font-size: 15px;
color: #2a2a2a;
}
body {
font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
overflow-x: hidden !important;
font-size: 15px;
color: #2a2a2a;
}
body {
font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
overflow-x: hidden !important;
font-size: 15px;
color: #2a2a2a;
}
body {
font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
overflow-x: hidden !important;
font-size: 15px;
color: #2a2a2a;
}
body {
font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
overflow-x: hidden !important;
font-size: 15px;
color: #2a2a2a;
}
body {
font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
overflow-x: hidden !important;
font-size: 15px;
color: #2a2a2a;
}
body {
font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
overflow-x: hidden !important;
font-size: 15px;
color: #2a2a2a;
}
body {
font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
overflow-x: hidden !important;
font-size: 15px;
color: #2a2a2a;
}
body {
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
*, ::after, ::before {
box-sizing: border-box;
}
*, ::after, ::before {
box-sizing: border-box;
}
::selection {
background: #6c757d;
color: #ffffff;
}
::selection {
background: #6c757d;
color: #ffffff;
}
::selection {
background: #6c757d;
color: #ffffff;
}
::selection {
background: #6c757d;
color: #ffffff;
}
::selection {
background: #6c757d;
color: #ffffff;
}
::selection {
background: #6c757d;
color: #ffffff;
}
::selection {
background: #6c757d;
color: #ffffff;
}
::selection {
background: #6c757d;
color: #ffffff;
}
::selection {
background: #6c757d;
color: #ffffff;
}
\ No newline at end of file
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 sign in to comment