12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406 |
- /* html {
- font-size: 20px;
- }
- @media only screen and (max-width: 1242px) {
- html {
- font-size: 187.5% !important;
- }
- }
- @media screen and (max-width:750px) {
- html {
- font-size: 150% !important;
- }
- }
- @media screen and (max-width:675px) {
- html {
- font-size: 130% !important;
- }
- }
- @media screen and (max-width:600px) {
- html {
- font-size: 120% !important;
- }
- }
- @media screen and (max-width:525px) {
- html {
- font-size: 105% !important;
- }
- }
- @media screen and (max-width:450px) {
- html {
- font-size: 90% !important;
- }
- }
- @media screen and (max-width:375px) {
- html {
- font-size: 75% !important;
- }
- }
- @media screen and (max-width:320px) {
- html {
- font-size: 62% !important;
- }
- } */
- .tab-item .icon {
- font-size: 2.0rem;
- }
- .padding-left-1 {
- padding-left: 1rem !important;
- }
- .padding-right-1 {
- padding-right: 1rem !important;
- }
- .padding-5 {
- padding: 5px !important;
- }
- .padding-10 {
- padding: 10px !important;
- }
- .padding-15 {
- padding: 15px !important;
- }
- .padding-20 {
- padding: 20px !important;
- }
- .padding-25 {
- padding: 25px !important;
- }
- .padding-30 {
- padding: 30px !important;
- }
- .padding-35 {
- padding: 35px !important;
- }
- .padding-40 {
- padding: 40px !important;
- }
- .padding-horizontal-5 {
- padding: 0 5px !important;
- }
- .padding-horizontal-10 {
- padding: 0 10px !important;
- }
- .padding-horizontal-15 {
- padding: 0 15px !important;
- }
- .padding-horizontal-20 {
- padding: 0 20px !important;
- }
- .padding-vertical-10 {
- padding: 10px 0 !important;
- }
- .padding-vertical-15 {
- padding: 15px 0 !important;
- }
- .padding-vertical-20 {
- padding: 20px 0 !important;
- }
- .padding-bottom-0 {
- padding-bottom: 0px !important;
- }
- .padding-bottom-5 {
- padding-bottom: 5px !important;
- }
- .padding-bottom-10 {
- padding-bottom: 10px !important;
- }
- .padding-bottom-15 {
- padding-bottom: 15px !important;
- }
- .padding-bottom-20 {
- padding-bottom: 20px !important;
- }
- .padding-bottom-25 {
- padding-bottom: 25px !important;
- }
- .padding-bottom-30 {
- padding-bottom: 30px !important;
- }
- .padding-top-0 {
- padding-top: 0px !important;
- }
- .padding-top-5 {
- padding-top: 5px !important;
- }
- .padding-top-8 {
- padding-top: 8px !important;
- }
- .padding-top-10 {
- padding-top: 10px !important;
- }
- .padding-top-15 {
- padding-top: 15px !important;
- }
- .padding-top-20 {
- padding-top: 20px !important;
- }
- .padding-top-25 {
- padding-top: 25px !important;
- }
- .padding-top-30 {
- padding-top: 30px !important;
- }
- .padding-left-0 {
- padding-left: 0px !important;
- }
- .padding-left-5 {
- padding-left: 5px !important;
- }
- .padding-left-10 {
- padding-left: 10px !important;
- }
- .padding-left-15 {
- padding-left: 15px !important;
- }
- .padding-left-20 {
- padding-left: 20px !important;
- }
- .padding-left-25 {
- padding-left: 25px !important;
- }
- .padding-left-30 {
- padding-left: 30px !important;
- }
- .padding-right-0 {
- padding-right: 0px !important;
- }
- .padding-right-5 {
- padding-right: 5px !important;
- }
- .padding-right-10 {
- padding-right: 10px !important;
- }
- .padding-right-15 {
- padding-right: 15px !important;
- }
- .padding-right-20 {
- padding-right: 20px !important;
- }
- .padding-right-25 {
- padding-right: 25px !important;
- }
- .padding-right-30 {
- padding-right: 30px !important;
- }
- .margin-bottom-0 {
- margin-bottom: 0px !important;
- }
- .margin-bottom-3 {
- margin-bottom: 3px !important;
- }
- .margin-bottom-5 {
- margin-bottom: 5px !important;
- }
- .margin-bottom-8 {
- margin-bottom: 8px !important;
- }
- .margin-bottom-10 {
- margin-bottom: 10px !important;
- }
- .margin-bottom-15 {
- margin-bottom: 15px !important;
- }
- .margin-bottom-20 {
- margin-bottom: 20px !important;
- }
- .margin-bottom-25 {
- margin-bottom: 25px !important;
- }
- .margin-bottom-30 {
- margin-bottom: 30px !important;
- }
- .margin-top-0 {
- margin-top: 0px !important;
- }
- .margin-top-3 {
- margin-top: 1px !important;
- }
- .margin-top-5 {
- margin-top: 5px !important;
- }
- .margin-top-10 {
- margin-top: 10px !important;
- }
- .margin-top-15 {
- margin-top: 15px !important;
- }
- .margin-top-20 {
- margin-top: 20px !important;
- }
- .margin-top-25 {
- margin-top: 25px !important;
- }
- .margin-top-30 {
- margin-top: 30px !important;
- }
- .margin-right-0 {
- margin-right: 0px !important;
- }
- .margin-right-5 {
- margin-right: 5px !important;
- }
- .margin-right-10 {
- margin-right: 10px !important;
- }
- .margin-right-15 {
- margin-right: 15px !important;
- }
- .margin-right-20 {
- margin-right: 20px !important;
- }
- .margin-right-25 {
- margin-right: 25px !important;
- }
- .margin-right-30 {
- margin-right: 30px !important;
- }
- .margin-left-0 {
- margin-left: 0px !important;
- }
- .margin-left-5 {
- margin-left: 5px !important;
- }
- .margin-left-10 {
- margin-left: 10px !important;
- }
- .margin-left-15 {
- margin-left: 15px !important;
- }
- .margin-left-20 {
- margin-left: 20px !important;
- }
- .margin-left-25 {
- margin-left: 25px !important;
- }
- .margin-left-30 {
- margin-left: 30px !important;
- }
- .min-height-155 {
- min-height: 155px !important;
- }
- .min-height-180 {
- min-height: 180px !important;
- }
- .min-height-200 {
- min-height: 200px !important;
- }
- .min-height-230 {
- min-height: 230px !important;
- }
- .min-height-250 {
- min-height: 250px !important;
- }
- .min-height-270 {
- min-height: 270px !important;
- }
- .min-height-280 {
- min-height: 280px !important;
- }
- .min-height-300 {
- min-height: 300px !important;
- }
- .min-height-350 {
- min-height: 350px !important;
- }
- .height-155 {
- height: 155px !important;
- }
- .height-180 {
- height: 180px !important;
- }
- .height-200 {
- height: 200px !important;
- }
- .height-230 {
- height: 230px !important;
- }
- .height-250 {
- height: 250px !important;
- }
- .height-270 {
- height: 270px !important;
- }
- .height-300 {
- height: 300px !important;
- }
- .height-330 {
- height: 330px !important;
- }
- .height-350 {
- height: 350px !important;
- }
- .width-200 {
- width: 200px !important;
- }
- .col_0 {
- padding: 0px !important;
- }
- .itemMargin {
- margin-top: 10px;
- }
- .switch {
- background: #fe2a44;
- border: 1px solid #dfdfdf;
- position: relative;
- display: inline-block;
- box-sizing: content-box;
- overflow: visible;
- width: 64px !important;
- height: 30px;
- padding: 0;
- margin: 0;
- border-radius: 20px;
- cursor: pointer;
- box-shadow: #dfdfdf 0 0 0 0 inset;
- transition: .3s ease-out all;
- -webkit-transition: .3s ease-out all;
- top: -1px;
- }
- .switch.checked small {
- left: 34px !important;
- }
- .red.switch {
- background: #fe2a44;
- border: 1px solid #dfdfdf;
- position: relative;
- display: inline-block;
- box-sizing: content-box;
- overflow: visible;
- width: 64px !important;
- height: 30px;
- padding: 0;
- margin: 0;
- border-radius: 20px;
- cursor: pointer;
- box-shadow: #dfdfdf 0 0 0 0 inset;
- transition: .3s ease-out all;
- -webkit-transition: .3s ease-out all;
- top: -1px;
- }
- .switch .off {
- color: #fff !important;
- }
- .row {
- margin-right: 0px;
- margin-left: 0px;
- padding-top: 8px !important;
- padding-bottom: 8px !important;
- }
- .rowlr {
- padding-left: 0px !important;
- padding-right: 0px !important;
- }
- div.row.item {
- padding: 0px !important;
- }
- .row-16 {
- margin-right: -16px;
- margin-left: -16px;
- }
- .row-leftright-16 {
- padding-top: 8px !important;
- padding-bottom: 8px !important;
- margin-right: -16px;
- margin-left: -16px;
- display: -webkit-box;
- }
- .row-leftright-4 {
- padding-top: 2px !important;
- padding-bottom: 2px !important;
- margin-right: -16px;
- margin-left: -16px;
- display: -webkit-box;
- }
- .row-1r {
- margin-right: -1rem;
- margin-left: -1rem;
- }
- .row_0 {
- margin-right: 0px;
- margin-left: 0px;
- padding-top: 5px;
- padding-top: 5px;
- }
- .row_16 {
- /* margin-right: 1rem;
- margin-left: 1rem; */
- padding-left: 1rem;
- padding-right: 1rem;
- display: flex;
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .rowtop {
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .rowleft {
- padding-left: 10px;
- padding-right: 10px;
- }
- .rowtop-8 {
- padding-top: 8px;
- padding-bottom: 8px;
- }
- .bordrow-5 {
- display: flex;
- margin-left: -5px !important;
- margin-right: -5px !important;
- padding-top: 0px;
- padding-bottom: 0px;
- width: 100%;
- margin-right: 0px;
- margin-left: 0px;
- }
- .boder-bottom {
- border-bottom: 1px solid #eee;
- }
- .boder-top {
- border-top: 1px solid #eee;
- }
- .onerow {
- text-align: justify;
- text-justify: distribute-all-lines;
- text-align-last: justify;
- -moz-text-align-last: justify;
- -webkit-text-align-last: justify;
- line-height: 0;
- width: 7.6rem;
- display: inline-block;
- content: "";
- }
- .onerow:after {
- content: "";
- display: inline-block;
- width: 100%;
- }
- /* .onerow {
- width: 7.6rem;
- line-height: 0;
- display: inline-block;
- text-align: justify;
- text-justify: distribute-all-lines;
- text-align-last: justify;
- -moz-text-align-last: justify;
- -webkit-text-align-last: justify;
- &:after {
- content: "";
- display: inline-block;
- width: 100%;
- }
- } */
- .fourfont {
- text-align: justify;
- text-justify: distribute-all-lines;
- text-align-last: justify;
- -moz-text-align-last: justify;
- -webkit-text-align-last: justify;
- line-height: 0;
- width: 6rem;
- display: inline-block;
- content: "";
- white-space: normal;
- }
- .fourfont:after {
- content: "";
- display: inline-block;
- width: 100%;
- }
- .threefont {
- text-align: justify;
- text-justify: distribute-all-lines;
- text-align-last: justify;
- -moz-text-align-last: justify;
- -webkit-text-align-last: justify;
- line-height: 0;
- width: 4.5rem;
- display: inline-block;
- content: "";
- white-space: normal;
- }
- .threefont:after {
- content: "";
- display: inline-block;
- width: 100%;
- }
- /* .onerow {
- text-align: justify;
- text-align-last: justify;
- width: 7rem;
- display: inline-block;
- } */
- .matrow {
- display: flex;
- padding-left: -1rem !important;
- /* margin-right: 1rem !important; */
- padding-top: 0px;
- padding-bottom: 0px;
- width: 100%;
- margin-right: 0px;
- margin-left: 0px;
- }
- .colnomal {
- padding: 1rem;
- /* padding-left: 15px; */
- border-bottom: 1px solid #ddd;
- width: 100%;
- }
- .onaline {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- padding-top: 8px;
- padding-bottom: 8px;
- }
- #test_content p {
- width: 100%;
- word-break: break-all;
- display: -webkit-box;
- -webkit-line-clamp: 100;
- -webkit-box-orient: vertical;
- overflow: auto;
- white-space: normal !important;
- }
- p {
- /* line-height: 2rem; */
- width: 100%;
- word-break: break-all;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- overflow: hidden;
- white-space: normal !important;
- /* background-color: burlywood; */
- }
- /* p::after {
- content: "...";
- position: absolute;
- bottom: 0;
- right: 0;
- background: -webkit-linear-gradient(left, transparent, #fff 55%);
- background: -o-linear-gradient(right, transparent, #fff 55%);
- background: -moz-linear-gradient(right, transparent, #fff 55%);
- background: linear-gradient(to right, transparent, #fff 55%);
- } */
- .ontwoline {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- overflow: hidden;
- height: 40px;
- }
- .flexButton {
- position: absolute;
- right: 20px;
- top: 20px;
- font-size: 10px;
- line-height: 14px;
- }
- .flexExtendButton {
- position: absolute;
- right: 0px;
- top: 54px;
- /* width: 68px; */
- /* height: 98px; */
- }
- /* 已登记 */
- .stateId1 {
- color: #fc4c58;
- font-weight: bolder;
- }
- /* 待处理 */
- .stateId2 {
- color: #fc4c58;
- font-weight: bolder;
- }
- /* 请求重新分配 */
- .stateId3 {
- color: #fc4c58;
- font-weight: bolder;
- }
- /* 处理中 */
- .stateId4 {
- color: #0aa5f5;
- font-weight: bolder;
- }
- /* 已解决 */
- .stateId5 {
- color: #2edbb8;
- font-weight: bolder;
- }
- /* 已关闭 */
- .stateId6 {
- border-color: #ccc;
- background-color: #D9D9D9;
- color: #bbbbbb !important;
- }
- /* 已登记 */
- .btn-stateId1 {
- color: #fff;
- background-color: #a1d46f;
- }
- .font_stateone {
- color: #A1D46F;
- }
- .font_statetwo {
- color: #19ab2c;
- }
- .font_statethree {
- color: #ccc;
- }
- /* 待处理 */
- .btn-stateId2 {
- color: #fff;
- background-color: #fc4c58;
- }
- /* 请求重新分配 */
- .btn-stateId3 {
- color: #fff;
- background-color: #ebf902;
- }
- /* 处理中 */
- .btn-stateId4 {
- color: #fff;
- background-color: #0aa5f5;
- }
- /* 已解决 */
- .btn-stateId5 {
- color: #fff;
- background-color: #2edbb8;
- }
- /* 已关闭 */
- .btn-stateId6 {
- color: #fff;
- background-color: #bbbbbb;
- }
- /* 待审核 */
- .btn-stateId7 {
- color: #fff;
- background-color: #fcb44c;
- }
- /* 未受理 */
- .btn-stateId0 {
- color: #fff;
- background-color: #a1d46f;
- }
- /* 文字标题 */
- .listLableFont {
- color: #606367;
- }
- /* 文字内容 */
- .listDetailFont {
- color: #93989e;
- }
- /* 图标和文字的间隔 */
- .icontfontMarginLeft {
- margin-left: 10px;
- }
- /* 编辑按钮 */
- .handleButtonEdit {
- width: 100%;
- padding: 5px;
- margin-bottom: 10px;
- color: #006bc0;
- border: 2px #006bc0 solid;
- border-radius: 5px;
- }
- /**
- 垂直居中*/
- .justify{
- display: flex;
- align-items: center;
- justify-content: center;
- }
- /* 查看按钮 */
- .handleButtonLook {
- width: 100%;
- padding: 5px;
- margin-bottom: 10px;
- color: #fcb44c;
- border: 2px #fcb44c solid;
- border-radius: 5px;
- }
- /* 提取按钮 */
- .handleButtonHandler {
- width: 100%;
- padding: 5px;
- margin-bottom: 10px;
- color: #2edbb8;
- border: 2px #2edbb8 solid;
- border-radius: 5px;
- }
- /* 页面头部背景 */
- .topHeadBg {
- background-size: cover;
- background-repeat: no-repeat;
- /* background-image: url('../assets/images/weChat/bg_top.png') !important; */
- background-image: url('../images/weChat/bg_top.png') !important;
- }
- /* 提交按钮 */
- .submitButton {
- background-color: #01559d !important;
- }
- /* 首页样式 */
- .topImg {
- width: 100%;
- height: 44%;
- }
- .bottomDiv {
- width: 100%;
- height: 55%;
- }
- .topLeftA {
- display: block;
- position: absolute;
- width: 50%;
- height: 50%;
- top: 0;
- left: 0;
- }
- .topRightA {
- display: block;
- position: absolute;
- width: 50%;
- height: 50%;
- top: 0;
- right: 0;
- }
- .bottomLeftA {
- display: block;
- position: absolute;
- width: 50%;
- height: 50%;
- bottom: 0;
- left: 0;
- }
- .bottomRightA {
- display: block;
- position: absolute;
- width: 50%;
- height: 50%;
- bottom: 0;
- right: 0;
- }
- .middleImg {
- width: 63px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate3d(-50%, -50%, 0);
- }
- .form-control {
- border: 0px;
- color: #666;
- font-size: 1.4rem !important;
- }
- .form-control[disabled],
- .form-control[readonly],
- fieldset[disabled] .form-control {
- background-color: #fff;
- }
- /* 表单控件 */
- /*input*/
- .top-header {
- top: 5rem;
- padding-top: 0.5rem;
- padding-bottom: 0.5rem;
- /* border-bottom: 1px solid #dedede; */
- }
- .height_3 {
- height: 3rem;
- }
- .bordo {
- border: 0px solid !important;
- }
- .backcolor_de {
- background: #dedede;
- }
- .listmodal-header {
- min-height: 16.43px;
- padding: 10px;
- border-bottom: 1px solid #e5e5e5;
- }
- .inputbor {
- display: block;
- width: 100%;
- height: 34px;
- padding: 6px 12px;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
- -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
- -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
- transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
- }
- /* 标签组件 */
- .ui-label-style {
- font-size: 1.4rem;
- padding-top: 0.6rem;
- padding-bottom: 0.6rem;
- padding-left: 1.1rem;
- color: #606367;
- background-color: #fff;
- border: 0px solid #eeeeee;
- border-radius: 0.4rem;
- min-height: 3rem;
- }
- .border-style {
- font-size: 1.4rem;
- border-bottom: 1px solid #eeeeee;
- }
- .normal-label-wrap {
- /* margin-top: 1.3rem; */
- }
- .normal-text {
- color: #93989e;
- font-size: 1.4rem;
- padding-top: 1rem;
- padding-left: 1rem;
- padding-right: 1rem;
- padding-bottom: 1rem;
- border-bottom: 1px solid #dedede;
- }
- .normal-sumtext {
- color: #93989e;
- font-size: 1.4rem;
- padding-top: 0.5rem;
- padding-left: 1rem;
- padding-right: 1rem;
- padding-bottom: 0.5rem;
- border-bottom: 1px solid #dedede;
- }
- .paddingall {
- padding: 5px;
- }
- .normal-label-text {
- color: #93989e;
- font-size: 1.4rem;
- /* height: 2.6rem;
- line-height: 2.6rem; */
- padding-top: 0.6rem;
- padding-bottom: 0.6rem;
- }
- .ui-handler-style {
- margin-bottom: 15px;
- }
- .font-color-gray {
- color: #999;
- }
- .font-color-graylight {
- color: #dedede;
- }
- .font-color-tixing {
- color: #f5a623;
- }
- .newfont_color{
- color:#01559d;
- }
- .newfont_backcolor{
- background-color:#01559d;
- }
- /* 列表样式 */
- .font-color-blue {
- color: #95BAE5;
- font-size: 2.4rem;
- }
- .font-color-lightblue {
- color: #01549d;
- font-size: 1.8rem;
- }
- .font-color-lightbluesmall {
- color: #01549d;
- font-size: 1.6rem;
- }
- .font-color-green {
- color: #bfbfbf;
- font-size: 2.4rem;
- }
- .font-color-black {
- color: #333333;
- }
- .font-color-black-2 {
- color: rgba(102, 102, 102, 1);
- }
- .titleStyle {
- color: #999999;
- }
- .titleStyleonly {
- color: #999999;
- }
- .font-color-six {
- color: #666;
- }
- .font-color-e {
- color: #eee;
- }
- .font-color-4a {
- color: #4A90E2;
- }
- .font-color-red {
- color: #D0021B;
- font-size: 1.2rem;
- }
- .center {
- text-align: center;
- }
- .state-wrap-danger {
- text-align: center;
- color: #D0021B;
- font-size: 1.2rem;
- border: 0.05rem solid;
- background-color: rgba(208, 2, 27, 0.2);
- border-radius: 1.2rem;
- padding: 0.3rem 1rem;
- }
- .state-wrap-normal {
- text-align: center;
- color: #417505;
- font-size: 1.2rem;
- border: 0.05rem solid;
- background-color: #ecf1e6;
- border-radius: 1.2rem;
- padding: 0rem 1rem;
- }
- .state-wrap-baseone {
- text-align: center;
- color: #417505;
- font-size: 1.2rem;
- border: 0.05rem solid;
- background-color: #ecf1e6;
- /* opacity:0.1; */
- border-radius: 1.2rem;
- padding: 0rem 1rem;
- }
- .state-wrap-basetwo {
- text-align: center;
- color: #c21717;
- font-size: 1.2rem;
- border: 0.05rem solid #c21717;
- /* opacity: 0.1; */
- background-color: #fae5e8;
- border-radius: 1.2rem;
- padding: 0rem 1rem;
- }
- .state-wrap-basethree {
- text-align: center;
- color: #01559d;
- font-size: 1.2rem;
- border: 0.05rem solid #01559d;
- /* opacity: 0.2; */
- background-color: #dbe9f9;
- border-radius: 1.2rem;
- padding: 0rem 1rem;
- }
- .state-wrap-basefour {
- text-align: center;
- color: #e0872c;
- font-size: 1.2rem;
- /* opacity: 0.1; */
- border: 0.05rem solid #e0872c;
- background-color: #f2fae8;
- border-radius: 1.2rem;
- padding: 0rem 1rem;
- }
- .padding-top-bottom {
- padding-top: 0px;
- padding-bottom: 0px;
- }
- .fz-8 {
- font-size: 0.8rem;
- }
- /* .swiper-slide-active {
- color: #333;
- /* background: #dedede; */
- /* } */
- /* .swiper-slide-prev {
- color: #666;
- }
- .swiper-slide-next {
- color: #666;
- } */
- .fz-10 {
- font-size: 1.0rem;
- }
- .fz-12 {
- font-size: 1.2rem;
- }
- .fz-13 {
- font-size: 1.3rem !important;
- }
- .fz-14 {
- font-size: 1.4rem !important;
- }
- .fz-15 {
- font-size: 1.5rem !important;
- }
- .fz-17 {
- font-size: 1.7rem;
- }
- .fz-16 {
- font-size: 1.6rem;
- }
- .fz-20 {
- font-size: 2.0rem;
- }
- .list-border-bottom {
- border-bottom: 0.05rem solid rgba(238, 238, 238, 1);
- }
- .list-border-top {
- border-top: 0.05rem solid rgba(238, 238, 238, 1);
- }
- .list-margin-bottom {
- margin-bottom: 0.5rem;
- }
- .body-background-color {
- background-color: #f5f5f5;
- }
- .no-margin-bottom {
- margin-bottom: 0px;
- }
- #trigger.item {
- /* border-color: #ddd; */
- background-color: #fff;
- color: #666;
- position: relative;
- z-index: 2;
- display: block;
- /* margin: -1px; */
- padding-left: 1rem;
- padding-right: 1rem;
- padding-top: 8px;
- padding-bottom: 8px;
- border-width: 1px;
- border-top-style: solid;
- font-size: 1.4rem;
- }
- #triggerone.item {
- /* border-color: #ddd; */
- background-color: #fff;
- color: #666;
- position: relative;
- z-index: 2;
- display: block;
- /* margin: -1px; */
- padding-left: 1rem;
- padding-right: 1rem;
- padding-top: 8px;
- padding-bottom: 8px;
- border-width: 1px;
- border-top-style: solid;
- font-size: 1.4rem;
- }
- #triggertwo.item,
- #triggerthree.item,
- #triggerfour.item {
- /* border-color: #ddd; */
- background-color: #fff;
- color: #666;
- position: relative;
- z-index: 2;
- display: block;
- /* margin: -1px; */
- padding-left: 1rem;
- padding-right: 1rem;
- padding-top: 8px;
- padding-bottom: 8px;
- border-width: 1px;
- border-top-style: solid;
- font-size: 1.4rem;
- }
- /* .item:last-child {
- margin-bottom: 0px;
- border: none;
- } */
|