473 lines
17 KiB
Plaintext
473 lines
17 KiB
Plaintext
@charset "UTF-8";@import "./sub-common/410c8e73996856d00e42138bbed888ff.wxss";/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[4]!./src/pages/sampleComparison/css/linkBlueTooth.module.scss ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
|
.linkBlueTooth-module__common_safe_area_y___vIZSf {
|
|
width: 100%;
|
|
height: constant(safe-area-inset-bottom);
|
|
/* 兼容 iOS < 11.2 */
|
|
height: env(safe-area-inset-bottom);
|
|
/* 兼容 iOS >= 11.2 */
|
|
}
|
|
.linkBlueTooth-module__hoverClass___JwTOg {
|
|
-webkit-filter: brightness(70%);
|
|
filter: brightness(70%);
|
|
}
|
|
.linkBlueTooth-module__full-100___f2le2 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.linkBlueTooth-module__main___Of2Q5 {
|
|
width: 690rpx;
|
|
height: 86rpx;
|
|
background: #ffffff;
|
|
border-radius: 10rpx;
|
|
margin-top: 24rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
.linkBlueTooth-module__main___Of2Q5 .linkBlueTooth-module__bluetooth_link___Riy9h {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.linkBlueTooth-module__main___Of2Q5 .linkBlueTooth-module__bluetooth_link___Riy9h .linkBlueTooth-module__link_status___KglDZ {
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
background: #f02409;
|
|
border-radius: 50%;
|
|
}
|
|
.linkBlueTooth-module__main___Of2Q5 .linkBlueTooth-module__bluetooth_link___Riy9h .linkBlueTooth-module__link_statused___YfobU {
|
|
background: #07C160;
|
|
}
|
|
.linkBlueTooth-module__main___Of2Q5 .linkBlueTooth-module__bluetooth_link___Riy9h .linkBlueTooth-module__link_statused_no___XOL43 {
|
|
background: #f0ec09;
|
|
}
|
|
.linkBlueTooth-module__main___Of2Q5 .linkBlueTooth-module__bluetooth_link___Riy9h .linkBlueTooth-module__link_name___rnEo2 {
|
|
font-size: 28rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.linkBlueTooth-module__main___Of2Q5 .linkBlueTooth-module__bluetooth_link___Riy9h .linkBlueTooth-module__link_name_no___Vq65B {
|
|
color: #f02409;
|
|
}
|
|
.linkBlueTooth-module__main___Of2Q5 .linkBlueTooth-module__bluetooth_link___Riy9h .linkBlueTooth-module__link_name_no_link___E0IP7 {
|
|
color: #f0ec09;
|
|
}
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[4]!./src/pages/sampleComparison/css/popup.module.scss ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@charset "UTF-8";
|
|
.popup-module__common_safe_area_y___B086K {
|
|
width: 100%;
|
|
height: constant(safe-area-inset-bottom);
|
|
/* 兼容 iOS < 11.2 */
|
|
height: env(safe-area-inset-bottom);
|
|
/* 兼容 iOS >= 11.2 */
|
|
}
|
|
.popup-module__hoverClass___R0eQv {
|
|
-webkit-filter: brightness(70%);
|
|
filter: brightness(70%);
|
|
}
|
|
.popup-module__full-100___rQOka {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.popup-module__popup___jlk50 {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__mask___i0abu {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 9;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU {
|
|
z-index: 99;
|
|
background-color: #fff;
|
|
width: 75vw;
|
|
height: 600rpx;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
border-radius: 20rpx;
|
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
|
-ms-transform: translateX(-50%) translateY(-50%);
|
|
transform: translateX(-50%) translateY(-50%);
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
font-size: 28rpx;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__title___WxouN {
|
|
text-align: center;
|
|
margin: 20rpx;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__list___FKjzc {
|
|
height: 480rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__list___FKjzc .popup-module__scroll___JhYMV {
|
|
height: 100%;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__list___FKjzc .popup-module__item___fak4d {
|
|
margin-bottom: 20rpx;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
border-bottom: 1px dashed #ccc;
|
|
padding: 15rpx 0;
|
|
color: #3b3b3b;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__list___FKjzc .popup-module__item___fak4d .popup-module__link_success___q8aDN {
|
|
font-size: 25rpx;
|
|
color: green;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__list___FKjzc .popup-module__item___fak4d .popup-module__link_ing___OIvLF {
|
|
color: orange;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__list___FKjzc .popup-module__noDevice___A60VX {
|
|
height: 100%;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: #a8a8a8;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__list___FKjzc .popup-module__noDevice___A60VX .popup-module__n_item___U_uHM {
|
|
width: 100%;
|
|
text-align: left;
|
|
margin-top: 20rpx;
|
|
padding: 0 30rpx;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__footer___LcClp {
|
|
text-align: center;
|
|
padding: 20rpx 0;
|
|
background-color: #f1f1f1;
|
|
border-radius: 0 0 10rpx 10rpx;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__finding___Qosy9 {
|
|
color: orange;
|
|
}
|
|
.popup-module__popup___jlk50 .popup-module__content___nP3fU .popup-module__footer_off___IGFdD {
|
|
color: red;
|
|
}
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[4]!./src/pages/sampleComparison/index.module.scss ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@charset "UTF-8";
|
|
.index-module__common_safe_area_y___kbBv7 {
|
|
width: 100%;
|
|
height: constant(safe-area-inset-bottom);
|
|
/* 兼容 iOS < 11.2 */
|
|
height: env(safe-area-inset-bottom);
|
|
/* 兼容 iOS >= 11.2 */
|
|
}
|
|
.index-module__hoverClass___HBEGt {
|
|
-webkit-filter: brightness(70%);
|
|
filter: brightness(70%);
|
|
}
|
|
.index-module__full-100___uTCVS {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
page {
|
|
background: #f3f3f3;
|
|
overflow: hidden;
|
|
}
|
|
.index-module__body___QeoQh {
|
|
overflow: hidden;
|
|
}
|
|
.index-module__body___QeoQh .index-module__topBox___HxsnQ {
|
|
margin-top: 24rpx;
|
|
margin-left: 30rpx;
|
|
width: 690rpx;
|
|
height: 86rpx;
|
|
background: #ffffff;
|
|
border-radius: 10rpx;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.index-module__body___QeoQh .index-module__topBox___HxsnQ .index-module__leftBox___BV4Mt {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding-left: 19rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__topBox___HxsnQ .index-module__leftBox___BV4Mt .index-module__leftFont___EUJTk {
|
|
font-size: 28rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
text-align: left;
|
|
color: #707070;
|
|
margin-right: 14rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__topBox___HxsnQ .index-module__leftBox___BV4Mt .index-module__borderBox___uX9bn {
|
|
width: 0rpx;
|
|
height: 62rpx;
|
|
border: 2rpx solid #f3f3f3;
|
|
margin-right: 39rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__topBox___HxsnQ .index-module__leftBox___BV4Mt .index-module__cricleBox___pk_nx {
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
background: #cccccc;
|
|
border-radius: 50%;
|
|
margin-right: 12rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__topBox___HxsnQ .index-module__leftBox___BV4Mt .index-module__notNet___UY8G_ {
|
|
font-size: 28rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
color: #aaaaaa;
|
|
}
|
|
.index-module__body___QeoQh .index-module__topBox___HxsnQ .index-module__iconMore___Lquul {
|
|
margin-right: 30rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__contBox___zVQl4 {
|
|
margin-top: 53rpx;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding-left: 56rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__contBox___zVQl4 .index-module__firstBox___VoSnv {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.index-module__body___QeoQh .index-module__contBox___zVQl4 .index-module__firstBox___VoSnv .index-module__firstLeftName___P6mJI {
|
|
font-size: 26rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
color: #707070;
|
|
}
|
|
.index-module__body___QeoQh .index-module__contBox___zVQl4 .index-module__firstBox___VoSnv .index-module__firstLeftbox___vY1z8 {
|
|
width: 290rpx;
|
|
height: 290rpx;
|
|
background: #dddddd;
|
|
margin-top: 13rpx;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
border-radius: 50%;
|
|
}
|
|
.index-module__body___QeoQh .index-module__contBox___zVQl4 .index-module__firstBox___VoSnv .index-module__firstLeftbox___vY1z8 .index-module__clickFont___w7vrT {
|
|
font-size: 28rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
color: #707070;
|
|
}
|
|
.index-module__body___QeoQh .index-module__contBox___zVQl4 .index-module__firstBox___VoSnv .index-module__color_bock___NHXkS {
|
|
width: 290rpx;
|
|
height: 290rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.index-module__body___QeoQh .index-module__contBox___zVQl4 .index-module__firstBox___VoSnv .index-module__color_bocktwo___dgUGU {
|
|
width: 290rpx;
|
|
height: 290rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.index-module__body___QeoQh .index-module__contBox___zVQl4 .index-module__firstBox___VoSnv .index-module__nameColor___rRMfI {
|
|
font-size: 24rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
color: #707070;
|
|
margin-top: 30rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__reslutBox___dOcQX {
|
|
width: 692rpx;
|
|
height: 180rpx;
|
|
background: #ffffff;
|
|
margin-top: 30rpx;
|
|
margin-left: 29rpx;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
.index-module__body___QeoQh .index-module__reslutTitle___VSWPA {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
margin-top: 41rpx;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.index-module__body___QeoQh .index-module__reslutTitle___VSWPA .index-module__titleLeft___e9pNc {
|
|
margin-left: 48rpx;
|
|
font-size: 26rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Bold;
|
|
font-weight: 700;
|
|
color: #707070;
|
|
}
|
|
.index-module__body___QeoQh .index-module__reslutTitle___VSWPA .index-module__titleRiht___E9qMv {
|
|
margin-right: 37rpx;
|
|
width: 136rpx;
|
|
height: 46rpx;
|
|
background: #ffd9d9;
|
|
border-radius: 10rpx;
|
|
font-size: 28rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: #ff4a4a;
|
|
line-height: 46rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__reslutTitle___VSWPA .index-module__titleRiht1___O00Tv {
|
|
background: #cdf3df;
|
|
margin-right: 37rpx;
|
|
width: 136rpx;
|
|
height: 46rpx;
|
|
border-radius: 10rpx;
|
|
font-size: 28rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
line-height: 46rpx;
|
|
color: #07c160;
|
|
}
|
|
.index-module__body___QeoQh .index-module__notResult___p5Dq3 {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
color: #ababab;
|
|
margin-top: 14rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__notBox___MjE3v {
|
|
margin-top: 32rpx;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
overflow: hidden;
|
|
}
|
|
.index-module__body___QeoQh .index-module__notBox___MjE3v .index-module__notLeft___qQv6q {
|
|
font-size: 26rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
color: #707070;
|
|
margin-left: 40rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__notBox___MjE3v .index-module__notright___KdaU9 {
|
|
font-size: 26rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
color: #707070;
|
|
margin-right: 37rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__bottomBox___Xt9P0 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 750rpx;
|
|
height: 182rpx;
|
|
background: #f3f3f3;
|
|
-webkit-box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(0, 0, 0, 0.16);
|
|
box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(0, 0, 0, 0.16);
|
|
overflow: hidden;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.index-module__body___QeoQh .index-module__bottomBox___Xt9P0 .index-module__leftBtn___o7ssb {
|
|
width: 264rpx;
|
|
height: 82rpx;
|
|
background: #ffffff;
|
|
border-radius: 42rpx;
|
|
font-size: 32rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: #4581ff;
|
|
line-height: 82rpx;
|
|
margin-top: 34rpx;
|
|
margin-left: 67rpx;
|
|
}
|
|
.index-module__body___QeoQh .index-module__bottomBox___Xt9P0 .index-module__rightBtn___Vv58c {
|
|
width: 264rpx;
|
|
height: 82rpx;
|
|
background: #4581ff;
|
|
border-radius: 42rpx;
|
|
font-size: 32rpx;
|
|
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
line-height: 82rpx;
|
|
margin-top: 34rpx;
|
|
margin-left: 88rpx;
|
|
}
|