12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145 |
- .toptaplist{
- background: #fff;
- overflow: hidden;
- }
- .toptaplist .dc_flex{
- height: 44px;
- }
- .toptaplist .dc_hd{
- text-align: center;
- line-height: 44px;
- height: 44px;
- position: relative
- }
- .toptaplist .dc_hd span{
- font-size: 15px;
- color: #666666;
- display: inline-block;
- height: 44px;
- position: relative;
- width: 100%;
- }
- .toptaplist .dc_hd.active span{
- color: #3399FF;
- }
- .toptaplist .dc_hd.active span:after{
- position: absolute;
- content: '';
- width: 38px;
- height: 3px;
- background: #3399FF;
- border-radius: 1.5px;
- bottom: 0;
- left: 50%;
- -webkit-transform: translate(-50%, 0);
- transform: translate(-50%, 0);
- }
- .toptaplist .dc_hd+.dc_hd:after{
- position: absolute;
- content: '';
- width: 1px;
- height: 30px;
- top: 7px;
- left: 0;
- background: #E6E6E6;
- -webkit-transform: scaleX(0.5);
- transform: scaleX(0.5);
- }
- .huiyuanitem .list{
- background: #fff;
- padding: 12px 15px;
- position: relative;
- }
- .huiyuanitem .list+.list:after{
- position: absolute;
- content: '';
- height: 1px;
- top: 0px;
- left: 0;
- right: 0;
- background: #E6E6E6;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- .huiyuanitem .headpic img{
- width: 100%;
- height: 100%;
- border-radius: 50%;
- overflow: hidden;
- }
- .huiyuanitem .headpic{
- margin-right: 12px;
- width: 54px;
- height: 54px;
- overflow: hidden;
- }
- .huiyuanitem .info{
- font-size: 14px;
- color: #999999;
- }
- .huiyuanitem .info p+p{
- margin-top: 2px;
- }
- .huiyuanitem .info .name{
- font-size: 16px;
- color: #333333;
- }
- /* newpages/详情.html 新添加拨号样式 start */
- .huiyuanitem .info .mobile img{
- width: 15px;
- display: inline-block;
- vertical-align: middle;
- }
- .huiyuanitem .info .mobile a{
- width: 15px;
- margin-left: .1rem;
- display: inline-block;
- vertical-align: middle;
- font-size: 14px;
- color: #48A3FE;
- text-decoration: underline;
- }
- /* newpages/详情.html 新添加拨号样式 end */
- /* newpages/详情.html 新添加编辑样式 start */
- .huiyuanitem .edit {
- margin-top: 35px;
- }
- .huiyuanitem .edit a {
- font-size: 14px;
- color: #CCCCCC;
- }
- .huiyuanitem .edit .arrow_right{
- width: .2rem;
- height: .2rem;
- display: inline-block;
- vertical-align: middle;
- background: #fff;
- border-top: 1px #CCCCCC solid;
- border-right: 1px #CCCCCC solid;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- /* newpages/详情.html 新添加编辑样式 end */
- .huiyuanitem .btn a{
- display: block;
- height: 34px;
- line-height: 34px;
- width: 84px;
- text-align: center;
- color: #fff;
- font-size: 14px;
- background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
- border-radius: 82px;
- }
- .btn_paixun{
- text-align: right;
- padding: 12px 15px 10px;
- }
- .btn_paixun a{
- line-height: 20px;
- font-size: 14px;
- display: inline-block;
- color: #3399FF;
- }
- .btn_paixun a i{
- font-size: 14px;
- margin-left: 5px;
- }
- .no_date{
- text-align: center;
- background: #fff;
- padding: 100px 0;
- }
- .no_date img{
- width: 2rem;
- display: inline-block;
- }
- .no_date p{
- font-size: 14px;
- color: #ccc;
- margin-top: 10px;
- }
- .lianxi .list{
- padding: 20px 15px;
- }
- .buy_fuwu_item{
- margin-top: 10px;
- background: #fff;
- padding: 15px;
- }
- .buy_fuwu_item>.title{
- line-height: 20px;
- font-size: 14px;
- color: #666666;
- margin-bottom: 15px;
- }
- .buy_fuwu_item .list{
- background: #F7F9FA;
- border-radius: 4px;
- padding: 12px 10px;
- }
- .buy_fuwu_item .list+.list{
- margin-top: 10px;
-
- }
- .buy_fuwu_item .list p.txt{
- font-size: 15px;
- color: #666666;
- }
- .buy_fuwu_item .list p.txt+p.txt{
- margin-top: 5px;
- }
- .buy_fuwu_item .list .type{
- font-size: 17px;
- color: #000000;
- line-height: 26px;
- margin-bottom: 13px !important;
- }
- .buy_fuwu_item .bj{
- display: inline-block;
- height: 26px;
- line-height: 26px;
- text-align: center;
- padding: 0 10px;
- font-size: 14px;
- color: #4A95E1;
- border-radius: 4px;
- border:1px solid #4A95E1;
- margin-left: 12px;
- }
- .buy_fuwu_item .bj.bj_ed{
- color: #FF2943;
- border-color: #FF2943;
- }
- .salepanel{
- padding: 15px;
- background: #fff;
- }
- .salepanel+.salepanel{
- margin-top: 10px;
- }
- .salepanel>.title{
- font-size: 14px;
- color: #666666;
- line-height: 20px;
- margin-bottom: 10px;
- }
- .salepanel>.title a{
- float: right;
- color: #999999;
- }
- .salepanel>.title a i.iconfont{
- font-size: 14px;
- }
- .sale_cygnbox .list+.list{
- margin-left: 15px;
- }
- .sale_cygnbox .list{
- height: 54px;
- text-align: center;
- font-size: 0;
- border-radius: 5px;
- padding: 11.5px 0;
- }
- .sale_cygnbox .list img{
- height: 31px;
- display: inline-block;
- vertical-align: middle;
- }
- .sale_cygnbox .list .txt{
- font-size: 16px;
- vertical-align: middle;
- margin-left: 8px;
- }
- .sale_cygnbox .list:first-child{
- background: #FFE5CF;
- color: #FF6B4A;
- }
- .sale_cygnbox .list:last-child{
- background: #DEFAC1;
- color: #7CBC3B;
- }
- .sala_gh_list{
- background: #FFFFFF;
- border: 1px solid #E6E6E6;
- border-radius: 4px;
- margin-top: 15px;
- }
- .sala_gh_list .pic,.sala_gh_list .pic img{
- height: 44px;
- width: 44px;
- border-radius: 50%;
- overflow: hidden;
- }
- .sala_gh_list .pic{
- margin-right: 15px;
- }
- .sala_gh_list .txt{
- font-size: 16px;
- color: #333333;
- line-height: 24px;
- margin-bottom: 15px;
- }
- .sala_gh_list .gh_top .ban{
- position: relative;
- width: 100%;
- height: 122px;
- background: url(../images/gh_topban.png) no-repeat top center/100% 122px;
- }
- .sala_gh_list .gh_top .ban img{
- width: 68px;
- height: 68px;
- position: absolute;
- border-radius: 50%;
- left: 50%;
- margin-left: -34px;
- top: 39px;
- }
- .sala_gh_list .gh_txt{
- text-align: center;
- font-size: 14px;
- color: #000000;
- margin: 15px auto;
- line-height: 20px;
- }
- .sala_gh_list .gh_list{
- padding: 15px;
- }
- .sala_gh_list .gh_list .pic{
- width: 44px;
- height: 44px;
- overflow: hidden;
- border-radius: 50%;
- margin-right: 15px;
- }
- .sala_gh_list .gh_list .pic img{
- width: 100%;
- height: 100%;
- }
- .sala_gh_list .gh_list .txt{
- font-size: 16px;
- color: #333333;
- line-height: 24px;
- }
- .sala_gh_list .gh_list .other{
- margin-top: 15px;
- }
- .sala_gh_list .gh_list .other .time{
- font-size: 13px;
- color: #999999;
- line-height: 28px;
- }
- .sala_gh_list .gh_list .other .xq a{
- display: block;
- background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
- width: 84px;
- text-align: center;
- height: 34px;
- line-height: 34px;
- font-size: 14pxs;
- color: #fff;
- border-radius: 17px;
- }
- /* newpages/home.html 新添加的样式 start */
- .sala_gh_list_none {
- background: #FFFFFF;
- margin-top: 15px;
- display: -moz-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -webkit-align-items: center;
- -webkit-box-align: center;
- justify-content: center;
- align-items: center;
- }
- .sala_gh_list_none .gh_none {
- padding: 28px;
- text-align: center;
- }
- .sala_gh_list_none .gh_none .gh_img {
- width: 1.5rem;
- margin: 0 auto;
- margin-bottom: 10px;
- }
- .sala_gh_list_none .gh_none .gh_img img {
- width: 100%;
- height: 100%;
- }
- .sala_gh_list_none .gh_none .gh_text {
- font-size: 14px;
- color: #999999;
- }
- /* newpages/home.html 新添加的样式 end */
- .sale_linklist img{
- width: 100%;
- border-radius: 4px;
- height: 129px;
- }
- .sale_linklist .pic img {
- width: 5rem;
- }
- .sale_linklist .list+.list{
- margin-top: 15px;
- }
- .sale_linklist .txt {
- width: 1.85rem;
- height: 122px;
- background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
- border-radius: 5px;
- font-size: 15px;
- color: #FFFFFF;
- text-align: center;
- line-height: 21px;
- display: -moz-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -webkit-align-items: center;
- -webkit-box-align: center;
- justify-content: center;
- align-items: center;
- }
- .daoguan_dj{
- position: fixed;
- width: 100%;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background:#d2eaf4;
- }
- .daoguan_dj .txt {
- width: 4.06rem;
- height: 1rem;
- position: absolute;
- top: 0.9rem;
- left: 50%;
- transform: translateX(-50%);
- z-index: 100;
- }
- .daoguan_dj .txt img{
- width: 100%;
- height: 100%;
- }
- .daoguan_dj .qr_box_bg{
- width: 6.52rem;
- height: 6.86rem;
- position: absolute;
- top: 1.56rem;
- left: 0.57rem;
- opacity: 0.5;
- background: #B4D6E4;
- border-radius: 0.32rem;
- }
- .daoguan_dj .qr_box{
- width: 6.52rem;
- height: 6.86rem;
- position: absolute;
- top: 1.39rem;
- left: 0.42rem;
- background: #fff;
- border-radius: 0.32rem;
- z-index: 99;
- }
- .daoguan_dj .qrcodepic{
- width: 4.26rem;
- height: 4.26rem;
- position: absolute;
- left: 1.13rem;
- top: 1.2rem;
- }
- .daoguan_dj .qrcodepic img{
- width: 100%;
- height: 100%;
- }
- .daoguan_dj .wz{
- position: absolute;
- bottom: 0.36rem;
- left: 10px;
- right: 10px;
- text-align: center;
- font-size: 15px;
- color: #88B6CA;
- line-height: 1.2;
- }
- .daoguan_dj .footbg{
- background: #A8CEDE;
- height: 1.28rem;
- width: 100%;
- bottom: 0;
- position: absolute;
- }
- .daoguan_dj .foot_kt{
- width: 6.06rem;
- height: 3.02rem;
- background: url(../images/xiaohai.png) no-repeat center center/100%;
- bottom: 0.48rem;
- left: 50%;
- transform: translateX(-50%);
- position: absolute;
- }
- .sale_yuyue{
- position: relative;
- overflow: hidden;
- }
- .sale_yuyue .headpic{
- width: 2rem;
- height: 2rem;
- margin: 0.6rem auto 0;
- border-radius: 50%;
- overflow: hidden;
-
- }
- .sale_yuyue .headpic img{
- width: 100%;
- height: 100%;
- }
- .sale_yuyue .headname{
- font-size: 18px;
- color: #000000;
- width: 100%;
- overflow: hidden;
- text-align: center;
- margin: 0.3rem auto 0;
- }
- .sale_yuyue .yy_form{
- padding: 0.68rem 15px 1.2rem;
- }
- .sale_yuyue .yy_form .type{
- font-size: 15px;
- color: #666666;
- margin-right: 15px;
- }
- .sale_yuyue .yy_form input{
- border: 1px solid #BDBDBD;
- background: #F8F8F8;
- border-radius: 4px;
- height: 38px;
- margin: 0;
- font-size: 14px;
- padding: 0 12px;
- }
- .sale_yuyue .yy_form .list+.list{
- margin-top: 20px;
- }
- .sale_yuyue .yy_form select{
- border: 1px solid #BDBDBD !important;
- border-radius: 4px;
- height: 38px;
- padding: 0 12px;
- margin: 0;
- font-size: 14px;
- position: relative;
- appearance: none;
- -moz-appearance: none;
- -webkit-appearance: none;
- background: #F8F8F8 url(../images/downicon.png) no-repeat center right / 18px 6px;
- padding-right: 18px;
- }
- .btn_box{
- padding: 20px 15px;
- border-top: 1px solid #e6e6e6;
- }
- .btn_box a{
- display: block;
- background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
- box-shadow: 1px 1px 7px 0 rgba(97,170,255,0.50);
- height: 38px;
- line-height: 38px;
- text-align: center;
- color: #fff;
- font-size: 14px;
- border-radius: 19px;
- }
- .g_grxxbox .headpic {
- margin-right: 12px;
- width: 54px;
- height: 54px;
- overflow: hidden;
- }
- .g_grxxbox .headpic img {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- overflow: hidden;
- }
- .g_grxxbox .info .name {
- font-size: 16px;
- color: #333333;
- }
- .g_grxxbox .info .name span{
- font-size: 14px;
- color: #666;
- margin-left: 10px;
- }
- .g_grxxbox .info {
- font-size: 14px;
- color: #999999;
- }
- .g_grxxbox .info p+p {
- margin-top: 2px;
- }
- .g_grxxbox .info .tel a{
- color: #48A3FE;
- }
- .yy_listtxtbox{
- padding: 12px 10px;
- background: #F7F9FA;
- border-radius: 4px;
- }
- .yy_listtxtbox+.yy_listtxtbox{
- margin-top: 10px;
- }
- .yy_listtxtbox .title{
- font-size: 15px;
- color: #000000;
- }
- .yy_listtxtbox .info{
- font-size: 15px;
- color: #666666;
- line-height: 21px;
- }
- .yy_listtxtbox p+p{
- margin-top: 5px;
- }
- .yy_listtxtbox .color{
- color: #48A3FE;
- }
- .xiaoshoulist .list{
- padding: 15px;
- margin: 0 -15px;
- }
- .xiaoshoulist .list+.list{
- border-top: 1px solid #e6e6e6;
- }
- .xiaoshoulist .num{
- font-size: 16px;
- color: #333333;
- margin-right: 12px;
- width: 20px;
- text-align: center;
- }
- .xiaoshoulist .pic{
- height: 54px;
- width: 54px;
- border-radius: 50%;
- overflow: hidden;
- margin-right: 10px;
- }
- .xiaoshoulist .pic img{
- width: 100%;
- height: 100%;
- }
- .xiaoshoulist .name{
- font-size: 16px;
- color: #333333;
- }
- .xiaoshoulist .mc{
- font-size: 16px;
- color: #666666;
- margin-left: 5px;
- }
- .xiaoshoulist .dc_hd{
- text-align: right;
- font-size: 18px;
- color: #666;
- }
- .xiaoshoulist .myxs{
- background: #FFFFFF;
- border: 1px solid #E6E6E6;
- box-shadow: 1px 1px 3px 0.5px rgba(0,0,0,0.05);
- border-radius: 4px;
- padding: 15px;
- }
- .xiaoshoutopnum{
- padding: 15px 0;
- background: #fff;
- margin-bottom: 10px;
- position: relative;
- }
- .xiaoshoutopnum .dc_hd{
- text-align: center;
- position: relative;
- }
- .xiaoshoutopnum .dc_hd+.dc_hd:after{
- position: absolute;
- height: 44px;
- width: 1px;
- left: 0;
- background: #e6e6e6;
- content: '';
- top: 10px;
- }
- .xiaoshoutopnum .num{
- font-size: 30px;
- font-weight: bold;
- color: #333333;
- }
- .xiaoshoutopnum .type{
- font-size: 15px;
- margin-top: 3px;
- color: #999999;
- }
- .xiaoshoutopnum .dc_btn {
- position: absolute;
- right: 0;
- top: 50%;
- opacity: 0.8;
- background: #48A3FE;
- -webkit-box-shadow: 4px 4px 20px 0 rgba(72,163,254,0.60);
- box-shadow: 4px 4px 20px 0 rgba(72,163,254,0.60);
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- padding: 8px 12px 12px 18px;
- border-bottom-left-radius: 50px;
- border-top-left-radius: 50px;
- }
- .xiaoshoutopnum .dc_btn img {
- display: inline-block;
- vertical-align: middle;
- width: 22px;
- margin-right: 4px;
- }
- .xiaoshoutopnum .dc_btn p {
- display: inline-block;
- vertical-align: middle;
- color: #fff;
- }
- .btn_blue_r a {
- display: block;
- height: 34px;
- line-height: 34px;
- width: 84px;
- text-align: center;
- color: #fff;
- font-size: 14px;
- background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
- border-radius: 82px;
- }
- .btn_blue_border a {
- display: block;
- height: 34px;
- border: 1px solid #48A3FE;
- line-height: 34px;
- width: 84px;
- text-align: center;
- color: #48A3FE;
- font-size: 14px;
- border-radius: 82px;
- }
- .fgx_jzyy{
- margin-top: 15px;
- padding-top: 15px;
- border-top: 1px dotted #979797;
- text-align: center;
- }
- .fgx_jzyy p{
- line-height: 20px;
- color: #999;
- font-size: 14px;
- }
- .fgx_jzyy .btn_blue_r{
- margin-top: 12px;
- }
- .fgx_jzyy .btn_blue_r a{
- width: 132px;
- margin: 0 auto;
- }
- .yydgtime input{
- margin: 0;
- background: #F7F9FA;
- border: 1px solid #999999;
- border-radius: 4px;
- height: 34px;
- background: #F7F9FA url(../images/downicon.png) no-repeat center right / 18px 6px;
- }
- .yydgtime .dgtime{
- margin-right: 12px;
- font-size: 15px;
- color: #333333;
- padding: 0 10px;
- }
- .yydgtime .dc_flex+.dc_flex{
- margin-top: 15px;
- }
- .paixu{
- background: transparent;
- color: #3399FF;
- text-align: right;
- border: none !important;
- height: 30px;
- direction: rtl;
- padding-right: 20px;
- background: transparent url(../images/paixu.png) no-repeat center right / 12px 12px ;
- }
- /* me.html 常用功能 ======= start */
- .sala_card {
- display: flex;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- }
- .sala_card_item {
- width: 50%;
- border-radius: 5px;
- padding: 15px;
- text-align: center;
- }
- .sala_card_item:nth-of-type(1) {
- margin-right: 15px;
- }
- .sala_card_blue {
- background: #E5F1FF;
- color: #72AEFD;
- }
- .sala_card_green {
- background: #DEFAC1;
- color: #7CBC3B;
- }
- .sala_card_image {
- width: 28px;
- height: 28px;
- display: inline-block;
- vertical-align: middle;
- margin-right: 6px;
- }
- .sala_card_text {
- display: inline-block;
- vertical-align: middle;
- font-size: 16px;
- }
- /* me.html 常用功能 ======= end */
- /* person.html 导航栏 ======= start */
- .dc_hd_content {
- display: none;
- }
- .dc_hd_content.active {
- display: block;
- }
- /* person.html 导航栏 ======= end */
- /* newpages_two/详情.html 新添加编辑样式 start */
- .buy_fuwu_item_edit {
- position: relative;
- }
- .buy_fuwu_item_edit .edit {
- position: absolute;
- right: 5px;
- top: 0;
- font-size: 14px;
- color: #CCCCCC;
- }
- .buy_fuwu_item_edit .edit .arrow_right{
- width: .2rem;
- height: .2rem;
- display: inline-block;
- vertical-align: middle;
- background: #fff;
- border-top: 1px #CCCCCC solid;
- border-right: 1px #CCCCCC solid;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- /* newpages_two/详情.html 新添加编辑样式 end */
- /* newpages_two/详情.html 修改服务 start */
- .mask-container {
- display: none;
- }
- .mask-container.active {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0,0,0,.3);
- z-index: 100;
- display: flex;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -webkit-align-items: center;
- -webkit-box-align: center;
- justify-content: center;
- align-items: center;
- }
- .mask-wrapper {
- background: #FFFFFF;
- border-radius: 4px;
- width: 80%;
- margin: 10%;
- max-width: 360px;
- }
- .mask-title {
- padding: 20px;
- text-align: center;
- font-size: 14px;
- color: #333333;
- }
- .mask-items {
- margin-bottom: 15px;
- }
- .mask-item {
- display: flex;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- margin: 5px 15px 10px 15px;
- -webkit-align-items: center;
- -webkit-box-align: center;
- align-items: center;
- }
- .mask-label {
- font-size: 14px;
- color: #666666;
- margin-right: 10px;
- }
- .mask-input,
- .mask-picker {
- background: #F7F7F7 !important;
- border: 1px solid #E0E0E0;
- border-radius: 4px;
- font-size: 14px;
- color: #333333;
- padding: 10px 15px;
- -webkit-flex: 1;
- -moz-flex: 1;
- flex: 1;
- position: relative;
- }
- .mask-picker::before {
- position: absolute;
- content: '';
- right: 15px;
- top: 17px;
- width: 0;
- height: 0;
- border-top: solid 6px #999;
- border-left: solid 4px transparent;
- border-right: solid 4px transparent;
- }
- .mask-buttons {
- padding: 15px;
- display: flex;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- margin: 5px 15px 10px 15px;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -webkit-align-items: center;
- -webkit-box-align: center;
- justify-content: center;
- align-items: center;
- text-align: center;
- cursor: pointer;
- }
- .mask-button {
- -moz-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- background: #FFFFFF;
- border: 1px solid #549DFE;
- border-radius: 40px;
- font-size: 14px;
- color: #549DFE;
- padding: 10px 40px;
- margin-right: 10px;
- }
- .mask-button-active {
- -moz-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- background-image: -webkit-linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
- background-image: -moz-linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
- background-image: -o-linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
- background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
- border-radius: 40px;
- font-size: 14px;
- color: #FFFFFF;
- padding: 10px 40px;
- }
- /* newpages_two/详情.html 修改服务 end */
- /* newpages_two/home.html 操作指南 start */
- .adm_title {
- position: relative;
- }
- .adm_title_active {
- position: absolute;
- right: 0;
- top: 0;
- font-size: 14px;
- color: #549DFE;
- }
- .adm_title_active img {
- width: 15px;
- height: 15px;
- margin-right: 5px;
- display: inline-block;
- vertical-align: middle;
- }
- .adm_title_text {
- display: inline-block;
- vertical-align: middle;
- }
- /* newpages_two/home.html 操作指南 end */
- /* newpages_two/card_size.html 产品卡类调价 start */
- .mui-li,
- .mui-bar-items {
- width: 100%;
- height: 100%;
- margin: 0 !important;
- display: flex;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- margin: 5px 15px 10px 15px;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -webkit-align-items: center;
- -webkit-box-align: center;
- justify-content: center;
- align-items: center;
- text-align: center;
- background: #fff;
- }
- .mui-li:nth-of-type(odd) {
- background: #F0F7FA;
- }
- .mui-li:nth-of-type(even) {
- background: #fff;
- }
- .mui-text {
- padding: 15px 10px;
- font-size: 14px;
- color: #333333;
- border-right: solid 1px #E6E6E6;
- }
- .mui-text-blue {
- font-size: 15px;
- color: #549DFE;
- text-decoration: underline;
- border-right: none;
- }
- .mui-li-one,
- .mui-bar-item-one {
- -moz-box-flex: 4;
- -webkit-flex: 4;
- flex: 4;
- }
- .mui-li-two,
- .mui-bar-item-two {
- -moz-box-flex: 9;
- -webkit-flex: 9;
- flex: 9;
- }
- .mui-li-three,
- .mui-bar-item-three {
- -moz-box-flex: 2;
- -webkit-flex: 2;
- flex: 2;
- }
- .mui-li-four,
- .mui-bar-item-four {
- -moz-box-flex: 5;
- -webkit-flex: 5;
- flex: 5;
- }
- .mui-loading {
- font-size: 15px;
- color: #999999;
- margin: 30px;
- text-align: center;
- }
- /* newpages_two/card_size.html 产品卡类调价 end */
- /* newpages_two/sale_order.html 财务销售订单 start */
- .mui-date {
- background: #fff;
- width: 100%;
- height: 100%;
- padding: 10px;
- }
- .mui-gray {
- float: left;
- font-size: 14px;
- color: #999999;
- }
- .mui-date-content {
- float: right;
- padding-right: 20px;
- font-size: 16px;
- color: #549DFE;
- position: relative;
- }
- .mui-date-content:after {
- content: "";
- position: absolute;
- width: 10px;
- height: 10px;
- border-top: solid 1px #549DFE;
- border-right: solid 1px #549DFE;
- -webkit-transform: translate(5px, 3px) rotate(135deg);
- transform: translate(5px, 3px) rotate(135deg);
- -webkit-transition: all .3s;
- transition: all .3s;
- }
- .mui-date-content.active:after {
- -webkit-transform: translate(5px, 10px) rotate(-45deg);
- transform: translate(5px, 10px) rotate(-45deg);
- }
- .mui-large-content {
- overflow-x: scroll;
- -webkit-overflow-scrolling: touch;
- }
- .mui-table {
- width: 1100px;
- min-width: 100%;
- overflow: scroll;
- -webkit-overflow-scrolling: touch;
- }
- .mui-table td,
- .mui-table th {
- width: 100px;
- padding: 15px 10px;
- text-align: center;
- }
- .mui-table tr:nth-of-type(odd) {
- background: #fff;
- }
- .mui-table tr:nth-of-type(even) {
- background: #F0F7FA;
- }
- .mui-table td:nth-of-type(3),
- .mui-table th:nth-of-type(3) {
- width: 200px;
- }
- .mui-table td:nth-of-type(5),
- .mui-table th:nth-of-type(5) {
- width: 200px;
- }
- .mui-large-loading {
- font-size: 15px;
- color: #999999;
- margin: 30px;
- text-align: center;
- }
- /* newpages_two/sale_order.html 财务销售订单 end */
|