Files
peko-h5/view/peko/activity/act-kitchen/css/index.css

1114 lines
21 KiB
CSS
Raw Normal View History

2023-09-25 22:14:31 +08:00
body,
html {
width: 100%;
background: #CE3346;
2023-09-27 17:53:23 +08:00
position: relative;
box-sizing: border-box;
2023-09-27 18:12:11 +08:00
padding-bottom: 1.6rem;
2023-09-27 17:53:23 +08:00
}
.rabbit {
position: absolute;
2023-09-27 18:12:11 +08:00
z-index: 99;
2023-09-27 17:53:23 +08:00
width: 1.33333rem;
height: 1.33333rem;
2023-09-25 22:14:31 +08:00
}
.header {
width: 10rem;
height: 6.66667rem;
position: relative;
margin: 0 auto 0;
background: url(../images/header.png) no-repeat;
background-size: 100% 100%;
}
.header .headerText {
width: 7.64rem;
height: 2.98667rem;
position: absolute;
top: 0rem;
left: 50%;
transform: translateX(-50%);
}
.header .rule_icon {
width: 1.57333rem;
2023-09-26 16:30:29 +08:00
height: 0.61333rem;
2023-09-25 22:14:31 +08:00
position: absolute;
left: 0;
top: 1.18667rem;
}
.header .record_icon {
width: 1.57333rem;
2023-09-26 16:30:29 +08:00
height: 0.61333rem;
2023-09-25 22:14:31 +08:00
position: absolute;
left: 0;
top: 2.04rem;
}
.header .rank_icon {
width: 1.61333rem;
height: 1.66667rem;
position: absolute;
right: 0.25333rem;
top: 2.89333rem;
}
.header .headerH3 {
width: 4.37333rem;
height: 0.94667rem;
line-height: 0.86667rem;
background: url(../images/headerH3.png) no-repeat;
background-size: 100% 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 2.70667rem;
color: #FADDB4;
font-size: 0.29333rem;
text-align: center;
}
.box {
width: 9.58667rem;
height: 9.90667rem;
border-radius: 0.53333rem;
border: 0.16rem solid #FBC577;
box-sizing: border-box;
background: #8B4621;
2023-09-26 16:30:29 +08:00
margin: -2.1rem auto 0;
2023-09-25 22:14:31 +08:00
position: relative;
}
.box .boxTitle {
width: 5.30667rem;
height: 0.92rem;
background: url(../images/boxTitle.png) no-repeat;
background-size: 100% 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
2023-09-26 16:30:29 +08:00
top: -1rem;
text-align: center;
line-height: 0.92rem;
color: #FFFFFF;
font-size: 0.34667rem;
}
.box .boxTitle b {
font-weight: bold;
font-size: 0.53333rem;
line-height: 0.93333rem;
}
.box .tab {
width: 8.8rem;
height: 1.26667rem;
margin: 0.36rem auto 0;
display: flex;
justify-content: space-between;
}
.box .tab div {
width: 2.72rem;
height: 1.26667rem;
line-height: 1.13333rem;
text-align: center;
color: #975B25;
font-size: 0.53333rem;
background: url(../images/tab.png) no-repeat;
background-size: 100% 100%;
display: flex;
justify-content: center;
vertical-align: middle;
}
.box .tab div img {
display: block;
width: 0.53333rem;
height: 0.42667rem;
margin-top: 0.4rem;
}
.box .tab .active {
color: #B33E17;
background: url(../images/tab_active.png) no-repeat;
background-size: 100% 100%;
}
.box .box_in {
width: 9.36rem;
height: 3.48rem;
background: url(../images/box_in.png) no-repeat;
background-size: 100% 100%;
margin: 0.21333rem auto 0.13333rem;
display: flex;
justify-content: space-between;
box-sizing: border-box;
padding: 0 0.4rem;
}
.box .box_in .sBox {
width: 2.24rem;
height: 3.42667rem;
position: relative;
2023-09-27 18:12:11 +08:00
display: none;
2023-09-26 16:30:29 +08:00
}
.box .box_in .sBox .sBox1 {
width: 2.24rem;
height: 2.34667rem;
background: url(../images/sBox.png) no-repeat;
background-size: 100% 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0.7rem;
}
.box .box_in .sBox .sBox1 img {
width: 1.6rem;
height: 1.6rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -0.1rem;
}
.box .box_in .sBox .sBox_active {
background: url(../images/sBox_active.png) no-repeat;
background-size: 100% 100%;
}
.box .box_in .sBox .SboxText {
width: 1.81333rem;
height: 0.61333rem;
line-height: 0.61333rem;
background: url(../images/sBoxTextBg.png) no-repeat;
background-size: 100% 100%;
position: absolute;
bottom: 0.1rem;
left: 50%;
transform: translateX(-50%);
text-align: center;
color: #fff;
font-weight: bold;
font-size: 0.32rem;
}
.box .box_in .sBox .qp {
2023-09-27 17:53:23 +08:00
display: none;
2023-09-26 16:30:29 +08:00
width: 2.02667rem;
height: 1.05333rem;
background: url(../images/qp.png) no-repeat;
background-size: 100% 100%;
position: absolute;
top: -0.02667rem;
left: 50%;
transform: translateX(-50%);
text-align: center;
color: #fff;
}
.box .box_in .sBox .qp i {
font-style: normal;
font-size: 0.26667rem;
display: block;
margin-top: 0.2rem;
margin-bottom: 0.06667rem;
width: 100%;
}
.box .box_in .sBox .qp p {
font-size: 0.29333rem;
display: flex;
justify-content: center;
}
.box .box_in .sBox .qp p img {
width: 0.34667rem;
height: 0.29333rem;
}
.box .box_in .sBox .bei {
width: 0.97333rem;
height: 0.45333rem;
line-height: 0.45333rem;
text-align: center;
color: #FFFFFF;
font-size: 0.32rem;
background: url(../images/sBoxbei.png) no-repeat;
background-size: 100% 100%;
position: absolute;
left: 0.13333rem;
bottom: 1.05rem;
text-indent: -5px;
}
2023-09-27 17:53:23 +08:00
.box .masks {
position: absolute;
width: 9rem;
height: 9rem;
background: none;
left: 50%;
transform: translateX(-50%);
top: 0rem;
display: none;
}
2023-09-26 16:30:29 +08:00
.resultOut {
width: 10rem;
height: 1.4rem;
background: url(../images/resultOut.png) no-repeat;
background-size: 100% 100%;
position: relative;
margin: -0.6rem auto 0;
}
.resultOut .wljg {
width: 1.57333rem;
height: 0.44rem;
position: absolute;
top: 0.41333rem;
left: 0.66667rem;
}
.resultOut .sqp {
float: left;
display: block;
width: 0.53333rem;
height: 0.53333rem;
position: absolute;
z-index: 3;
top: 0.37333rem;
}
.resultOut .sqp1 {
left: 2.42667rem;
}
.resultOut .sqp2 {
left: 3.12rem;
}
.resultOut .sqp3 {
left: 3.81333rem;
}
.resultOut .sqp4 {
left: 4.50667rem;
}
.resultOut .sqp5 {
left: 5.2rem;
}
.resultOut .sqp6 {
left: 5.89333rem;
}
.resultOut .sqp7 {
left: 6.58667rem;
}
.resultOut .sqp8 {
left: 7.28rem;
}
.resultOut .sqp9 {
left: 7.97333rem;
}
.resultOut .sqp10 {
left: 8.66667rem;
}
.resultOut .sqp_in {
float: left;
width: 0.42667rem;
height: 0.42667rem;
position: absolute;
top: 0.44rem;
2023-09-27 18:12:11 +08:00
display: none;
2023-09-26 16:30:29 +08:00
}
.resultOut .sqp_in1 {
left: 2.48rem;
}
.resultOut .sqp_in2 {
left: 3.17333rem;
}
.resultOut .sqp_in3 {
left: 3.86667rem;
}
.resultOut .sqp_in4 {
left: 4.56rem;
}
.resultOut .sqp_in5 {
left: 5.25333rem;
}
.resultOut .sqp_in6 {
left: 5.94667rem;
}
.resultOut .sqp_in7 {
left: 6.64rem;
}
.resultOut .sqp_in8 {
left: 7.33333rem;
}
.resultOut .sqp_in9 {
left: 8.02667rem;
}
.resultOut .sqp_in10 {
left: 8.72rem;
}
.resultText {
width: 9.52rem;
height: 1.14667rem;
position: relative;
margin: -0.2rem auto 0.1rem;
background: url(../images/resultText.png) no-repeat;
background-size: 100% 100%;
}
h3 {
width: 100%;
text-align: center;
color: #FFFFFF;
font-size: 0.26667rem;
}
h3 b {
margin-top: 0.10667rem;
display: block;
}
.my {
width: 10rem;
height: 2.10667rem;
background: url(../images/my.png) no-repeat;
background-size: 100% 100%;
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: 0;
box-sizing: border-box;
display: flex;
justify-content: space-between;
padding: 0 0.4rem;
}
.my div {
min-width: 4.37333rem;
height: 0.74667rem;
line-height: 0.74667rem;
color: #FFFFFF;
font-size: 0.32rem;
box-sizing: border-box;
background: #BD7F38;
border-radius: 0.74667rem;
margin-top: 0.48rem;
border: 1px solid #FBF6F2;
position: relative;
font-weight: bold;
}
.my div .Sdiamond {
width: 0.42667rem;
height: 0.37333rem;
position: absolute;
left: 0.25333rem;
top: 50%;
transform: translateY(-50%);
}
.my div .add {
width: 0.6rem;
height: 0.6rem;
position: absolute;
right: 0.08rem;
top: 50%;
transform: translateY(-50%);
}
.my .left {
padding: 0 0.81333rem 0 0.75rem;
}
.my .right {
padding: 0 0.54667rem 0 0.75rem;
2023-09-25 22:14:31 +08:00
}
2023-09-27 17:53:23 +08:00
.result_popup {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 9;
display: none;
}
.result_popup .result_popup_in {
width: 8.8rem;
height: 11.46667rem;
background: url(../images/result_popup.png) no-repeat;
background-size: 100% 100%;
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
box-sizing: border-box;
padding: 1.25333rem 0.4rem 0;
}
.result_popup .result_popup_in .result_popup_inTitle {
width: 5.92rem;
height: 1.84rem;
line-height: 1.5rem;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -0.92rem;
text-align: center;
color: #B33E17;
font-size: 0.42667rem;
background: url(../images/result_popupTitle.png) no-repeat;
background-size: 100% 100%;
font-weight: 600;
}
.result_popup .result_popup_in .result_popup_inTitle b {
font-weight: 600;
}
.result_popup .result_popup_in .resultList {
width: 100%;
display: flex;
justify-content: center;
height: 1.57333rem;
}
.result_popup .result_popup_in .resultList li {
width: 1.57333rem;
height: 1.57333rem;
background: url(../images/border.png) no-repeat;
background-size: 100% 100%;
position: relative;
}
.result_popup .result_popup_in .resultList li img {
position: absolute;
width: 1.25333rem;
height: 1.25333rem;
border-radius: 50%;
left: 48%;
top: 46%;
transform: translate(-50%, -50%);
}
.result_popup .result_popup_in .resultList li .name {
width: 100%;
position: absolute;
left: 0;
bottom: -0.5rem;
color: #fff;
font-weight: 800;
font-size: 0.37333rem;
text-align: center;
}
.result_popup .result_popup_in .income {
width: 7.30667rem;
height: 0.33333rem;
line-height: 0.33333rem;
display: flex;
justify-content: space-between;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 4.45rem;
}
.result_popup .result_popup_in .income p {
display: flex;
justify-content: center;
text-align: center;
width: 50%;
}
.result_popup .result_popup_in .income p img {
width: 0.34667rem;
height: 0.29333rem;
}
.result_popup .result_popup_in .income p b {
color: #FFFFFF;
font-size: 0.32rem;
}
.result_popup .result_popup_in .no {
width: 7.30667rem;
height: 2.13333rem;
position: absolute;
bottom: 0.21333rem;
left: 50%;
transform: translateX(-50%);
background: url(../images/result_popupNo.png) no-repeat;
background-size: 100% 100%;
}
.result_popup .result_popup_in .no .no1 {
width: 2.26667rem;
height: 100%;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.result_popup .result_popup_in .no .no1 .tx {
width: 1.44rem;
height: 1.44rem;
border-radius: 50%;
box-sizing: border-box;
border: 0.02667rem solid #FFFFFF;
position: absolute;
top: -2.53333rem;
left: 50%;
transform: translateX(-50%);
}
.result_popup .result_popup_in .no .no1 .name {
width: 100%;
position: absolute;
left: 0;
top: -0.88rem;
text-align: center;
color: #FFFFFF;
font-size: 0.32rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.result_popup .result_popup_in .no .no1 p {
width: 100%;
height: 0.4rem;
line-height: 0.4rem;
display: flex;
justify-content: center;
position: absolute;
left: 0;
top: -0.4rem;
}
.result_popup .result_popup_in .no .no1 p .Sdiamond {
width: 0.34667rem;
height: 0.29333rem;
margin-top: 0.05rem;
}
.result_popup .result_popup_in .no .no1 p b {
font-size: 0.37333rem;
color: #fff;
}
.result_popup .result_popup_in .no .no2 {
width: 2.26667rem;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.result_popup .result_popup_in .no .no2 .tx {
width: 1.44rem;
height: 1.44rem;
border-radius: 50%;
box-sizing: border-box;
border: 0.02667rem solid #FFFFFF;
position: absolute;
top: -2.13333rem;
left: 50%;
transform: translateX(-50%);
}
.result_popup .result_popup_in .no .no2 .name {
width: 100%;
position: absolute;
left: 0;
top: -0.48rem;
text-align: center;
color: #FFFFFF;
font-size: 0.32rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.result_popup .result_popup_in .no .no2 p {
width: 100%;
height: 0.4rem;
line-height: 0.4rem;
display: flex;
justify-content: center;
position: absolute;
left: 0;
top: 0rem;
}
.result_popup .result_popup_in .no .no2 p .Sdiamond {
width: 0.34667rem;
height: 0.29333rem;
margin-top: 0.05rem;
}
.result_popup .result_popup_in .no .no2 p b {
font-size: 0.37333rem;
color: #fff;
}
.result_popup .result_popup_in .no .no3 {
width: 2.26667rem;
height: 100%;
position: absolute;
bottom: 0;
right: 0;
}
.result_popup .result_popup_in .no .no3 .tx {
width: 1.44rem;
height: 1.44rem;
border-radius: 50%;
box-sizing: border-box;
border: 0.02667rem solid #FFFFFF;
position: absolute;
top: -2.13333rem;
left: 50%;
transform: translateX(-50%);
}
.result_popup .result_popup_in .no .no3 .name {
width: 100%;
position: absolute;
left: 0;
top: -0.48rem;
text-align: center;
color: #FFFFFF;
font-size: 0.32rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.result_popup .result_popup_in .no .no3 p {
width: 100%;
height: 0.4rem;
line-height: 0.4rem;
display: flex;
justify-content: center;
position: absolute;
left: 0;
top: 0rem;
}
.result_popup .result_popup_in .no .no3 p .Sdiamond {
width: 0.34667rem;
height: 0.29333rem;
margin-top: 0.05rem;
}
.result_popup .result_popup_in .no .no3 p b {
font-size: 0.37333rem;
color: #fff;
}
.shade-mask {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.4);
}
.shade-mask .shade-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 7.68rem;
height: 8.88rem;
background: url("../images/rule-bg.png") no-repeat 0 0/100% 100%;
font-size: 0.34667rem;
color: #B58147;
font-weight: 600;
overflow: hidden;
}
.shade-mask .shade-content main {
position: absolute;
top: 0.8rem;
width: 100%;
height: 85%;
padding: 0 0.56rem;
box-sizing: border-box;
overflow: auto;
}
.shade-mask .shade-content main div {
line-height: 1.2;
margin-top: 0.2rem;
}
.shade-mask .shade-content main div .title {
width: 3.36rem;
height: 0.61333rem;
line-height: 0.61333rem;
background: url("../images/title-bg.png") no-repeat 0 0/100% 100%;
margin: 0 auto 0.29333rem;
text-align: center;
}
.shade-mask .shade-content main div .jietu {
width: 6.53333rem;
height: 3.66667rem;
margin-top: 0.16rem;
margin-bottom: 0.42667rem;
}
.shade-mask .shade-content main div .jietu.t2 {
height: 3.98667rem;
}
.shade-mask .shade-content main div .jietu.t3 {
height: 4.2rem;
}
.shade-mask-rank {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.6);
}
.shade-mask-rank .shade-content-rank {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8.8rem;
height: 13.06667rem;
background: white;
background: url(../images/myBoxBg.png) no-repeat;
background-size: 100% 100%;
}
.shade-mask-rank .shade-content-rank .rank-top {
height: 4.53333rem;
overflow: hidden;
}
.shade-mask-rank .shade-content-rank .rank-top .tab-wrap {
font-family: 'pingfang-regular';
width: 5.86667rem;
height: 0.93333rem;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 0.48rem;
margin: 0.26667rem auto 0.08rem;
display: flex;
overflow: hidden;
padding: 0.06667rem;
box-sizing: border-box;
justify-content: space-between;
}
.shade-mask-rank .shade-content-rank .rank-top .tab-wrap span {
display: inline-block;
width: 50%;
height: 0.8rem;
line-height: 0.8rem;
text-align: center;
font-size: 0.4rem;
color: white;
}
.shade-mask-rank .shade-content-rank .rank-top .tab-wrap .active {
background-color: white;
color: #F56801;
border-radius: 0.4rem;
}
.shade-mask-rank .shade-content-rank .rank-top .topthree-wrap {
position: relative;
}
.shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap:first-child {
width: 1.76rem;
left: 50%;
transform: translateX(-50%);
}
.shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap:first-child .diamond-num {
display: none;
}
.shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .avatar {
width: 2.58667rem;
height: 2.50667rem;
margin-bottom: 0.26667rem;
}
.shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .avatar p {
position: relative;
z-index: 99;
width: 100%;
height: 100%;
background: url("../images/first.png") no-repeat 0 0/100% 100%;
}
.shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .avatar img {
position: relative;
z-index: 9;
top: -2.13333rem;
left: 50%;
transform: translateX(-50%);
width: 1.70667rem;
height: 1.70667rem;
border-radius: 50%;
}
.shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .nick,
.shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .diamond-num {
width: 4.8rem;
text-align: center;
font-size: 0.4rem;
font-weight: bold;
color: white;
}
.shade-mask-rank .shade-content-rank .rank-top .topthree-wrap .info-wrap .diamond-num {
font-family: 'din-medium';
margin: 0;
margin-top: -0.26667rem;
margin-bottom: 0.05333rem;
color: #fff;
font-size: 0.32rem;
}
.shade-mask-rank .shade-content-rank .other-rank {
overflow: auto;
position: absolute;
width: 100%;
height: 7rem;
padding: 0.4rem 0.26667rem 0;
box-sizing: border-box;
margin-top: 0.25rem;
}
.shade-mask-rank .shade-content-rank .other-rank li {
width: 90%;
display: flex;
align-items: center;
margin: 0 auto 0.53333rem;
}
.shade-mask-rank .shade-content-rank .other-rank li .index {
display: inline-block;
width: 0.4rem;
font-size: 0.4rem;
font-weight: bold;
color: #333;
text-align: center;
}
.shade-mask-rank .shade-content-rank .other-rank li .others-info {
flex: 1;
display: flex;
align-items: center;
margin-left: 0.26667rem;
}
.shade-mask-rank .shade-content-rank .other-rank li .others-info img {
width: 1.33333rem;
height: 1.33333rem;
border-radius: 50%;
margin-right: 0.26667rem;
}
.shade-mask-rank .shade-content-rank .other-rank li .others-info .others-nick {
font-size: 0.37333rem;
font-weight: bold;
color: #333333;
}
.shade-mask-rank .shade-content-rank .other-rank li .others-diamond-num {
font-size: 0.34667rem;
font-weight: bold;
color: #FF7700;
}
.shade-mask-rank .shade-content-rank .other-rank li .others-diamond-num b {
color: #FF5110;
font-weight: bold;
}
.shade-mask-rank .shade-content-rank .mine {
position: fixed;
left: 0;
bottom: 0;
z-index: 999;
width: 100%;
height: 1.33333rem;
background: url(../images/mineBg.png) no-repeat;
background-size: 100% 100%;
padding: 0 0.7rem 0 0.2rem;
box-sizing: border-box;
display: flex;
align-items: center;
}
.shade-mask-rank .shade-content-rank .mine .mine-rank {
font-size: 0.34667rem;
font-weight: bold;
color: white;
white-space: nowrap;
}
.shade-mask-rank .shade-content-rank .mine .mine-info {
flex: 1;
display: flex;
align-items: center;
white-space: nowrap;
}
.shade-mask-rank .shade-content-rank .mine .mine-info img {
width: 1.06667rem;
height: 1.06667rem;
border-radius: 50%;
margin-left: 0.4rem;
margin-right: 0.53333rem;
}
.shade-mask-rank .shade-content-rank .mine .mine-info .mine-nick {
font-size: 0.37333rem;
font-weight: bold;
color: white;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 3.5rem;
}
.shade-mask-rank .shade-content-rank .mine .mine-diamond-num {
font-size: 0.34667rem;
font-weight: bold;
color: #fff;
white-space: nowrap;
}
.shade-mask-rank .shade-content-rank .mine .mine-diamond-num b {
color: #fff;
font-weight: bold;
}
.shade-mask-fragmentNum {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.6);
}
.shade-mask-fragmentNum .shade-content-fragmentNum {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8rem;
height: 8rem;
background: white;
border-radius: 0.32rem;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
}
.shade-mask-fragmentNum .shade-content-fragmentNum .fragmentNum-title {
font-size: 0.48rem;
font-weight: bold;
color: #333333;
margin-top: 0.50667rem;
}
.shade-mask-fragmentNum .shade-content-fragmentNum img {
width: 1.6rem;
width: 1.6rem;
margin-top: 1.44rem;
}
.shade-mask-fragmentNum .shade-content-fragmentNum p {
font-size: 0.4rem;
font-weight: 600;
color: #333333;
margin-top: 0.66667rem;
}
.shade-mask-fragmentNum .shade-content-fragmentNum .fragmentNum-btn-wrap {
display: flex;
justify-content: space-between;
width: 6.82667rem;
height: 1.01333rem;
margin-top: 1.2rem;
}
.shade-mask-fragmentNum .shade-content-fragmentNum .fragmentNum-btn-wrap .cancel-btn,
.shade-mask-fragmentNum .shade-content-fragmentNum .fragmentNum-btn-wrap .confirm-btn {
width: 3.2rem;
height: 1.01333rem;
line-height: 1.01333rem;
text-align: center;
border-radius: 0.50667rem;
font-size: 0.37333rem;
font-weight: 600;
background-color: #EAE5FC;
color: #7154EE;
}
.shade-mask-fragmentNum .shade-content-fragmentNum .fragmentNum-btn-wrap .confirm-btn {
background-color: #735FFE;
color: #fff;
}