mobileclient/combining.scss

356 lines
7.7 KiB
SCSS
Raw Normal View History

2024-02-24 14:17:04 +08:00
* {
2024-03-15 20:45:15 +08:00
margin: 0;
2024-02-24 14:17:04 +08:00
padding: 0;
font-family: HYQiHei;
list-style: none;
2024-02-29 15:18:42 +08:00
font-size: 0.14rem;
2024-02-24 14:17:04 +08:00
}
html {
font-size: 26.66666667vw;
height: 100%;
}
body {
-webkit-text-size-adjust: 100% !important;
text-size-adjust: 100% !important;
-moz-text-size-adjust: 100% !important;
font-size: 0.14rem;
height: 100%;
}
@media screen and (min-width: 900px) {
html {
transform: scale(0.3);
background: #fff;
transform-origin: 50% 0px 0px;
height: calc(100vh);
}
#app {
height: 6rem !important;
background: #f4f6f9;
overflow-y: scroll;
}
.mask {
height: 6rem !important;
}
}
#app {
width: 100%;
height: 100%;
box-sizing: border-box;
overflow: scroll;
}
.content {
min-height: 100%;
2024-03-15 19:45:47 +08:00
background: #ff4830;
2024-02-24 14:17:04 +08:00
position: relative;
2024-03-15 19:45:47 +08:00
.banner {
width: 100%;
max-height: 100%;
2024-02-24 14:17:04 +08:00
}
.box {
padding: 0.16rem;
2024-03-15 19:45:47 +08:00
padding-top: 0;
2024-02-24 14:17:04 +08:00
2024-03-15 19:45:47 +08:00
.goods-box {
background-size: 100% 100%;
min-height: 1.8rem;
width: 100%;
padding-top: 0.2rem;
2024-02-24 14:17:04 +08:00
box-sizing: border-box;
2024-03-15 19:45:47 +08:00
.title {
text-align: center;
color: #FF3024;
font-weight: bold;
font-size: 0.16rem;
padding-left: 0.12rem;
box-sizing: border-box;
}
.notis {
margin: 0 0 0.1rem;
color: #FFD3D8;
text-align: center;
font-size: 0.13rem;
}
2024-03-01 23:58:25 +08:00
}
2024-03-15 19:45:47 +08:00
.g-b-u {
overflow-x: scroll;
margin-top: 0.28rem;
margin-bottom: 0.12rem;
width: 94%;
margin-left: 0.14rem;
box-sizing: border-box;
list-style: none;
display: -webkit-box;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
&::-webkit-scrollbar {
display: none;
}
li {
background-size: 100% 100%;
height: 1.16rem;
width: 1rem;
margin-left: 0.1rem;
&:first-child {
margin-left: 0;
}
.g-b-u-t {
color: #FD4B34;
font-size: 0.12rem;
text-align: center;
}
.reduce {
text-align: center;
color: #FF877D;
font-size: 0.12rem;
}
.money {
text-align: center;
color: #FC4A2F;
font-size: 0.20rem;
font-weight: bold;
margin: 0.02rem 0;
span {
font-size: 0.12rem;
font-weight: 400;
display: inline-block;
margin-right: -0.04rem;
}
}
.g-b-but {
font-size: 0.12rem;
text-align: center;
2024-03-15 23:08:50 +08:00
width: 70%;
2024-03-15 19:45:47 +08:00
color: #FC4934;
2024-03-15 23:08:50 +08:00
background: #ffe9e9;
padding: 0.04rem 0.04rem;
border-radius: 0.2rem;
margin: 0 auto;
margin-top: 0.22rem;
2024-03-15 19:45:47 +08:00
}
}
2024-02-24 14:17:04 +08:00
}
2024-03-15 19:45:47 +08:00
.g_b_title {
color: #fff;
font-size: 0.18rem;
2024-03-01 23:58:25 +08:00
display: flex;
align-items: center;
2024-03-15 19:45:47 +08:00
margin: 0.2rem;
2024-03-01 23:58:25 +08:00
img {
2024-03-15 19:45:47 +08:00
width: 0.26rem;
&:first-child {
margin-right: 0.1rem;
transform: rotateY(360deg);
}
&:last-child {
margin-left: 0.1rem;
transform: rotateY(180deg);
}
2024-03-01 23:58:25 +08:00
}
}
2024-03-15 19:45:47 +08:00
.box-cotent,
.box-footer {
margin-bottom: 0.12rem;
2024-03-01 23:58:25 +08:00
}
2024-02-24 14:17:04 +08:00
.time {
font-size: 0.12rem;
margin-top: 0.08rem;
2024-03-15 19:45:47 +08:00
text-align: center;
color: #fff;
width: 100%;
2024-03-01 23:58:25 +08:00
margin: 0 auto;
line-height: 0.18rem;
}
2024-02-24 14:17:04 +08:00
.box-footer {
2024-03-15 19:45:47 +08:00
display: flex;
flex-direction: column;
2024-02-24 14:17:04 +08:00
2024-02-24 19:17:51 +08:00
.group_image {
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
}
2024-02-24 14:17:04 +08:00
.b-f-i {
2024-03-15 19:45:47 +08:00
color: #FF4901;
2024-02-24 14:17:04 +08:00
line-height: 0.24rem;
2024-02-24 19:17:51 +08:00
min-height: 2rem;
2024-03-15 19:45:47 +08:00
p {
font-size: 0.12rem;
}
}
.b-f-b {
background-size: 100% 100%;
padding: 0 0.24rem;
}
.b-f-img {
width: 100%;
max-height: 100%;
2024-02-24 14:17:04 +08:00
}
}
.box-cotent {
display: flex;
flex-direction: column;
input {
2024-03-15 19:45:47 +08:00
width: 100%;
2024-02-24 14:17:04 +08:00
border: 0;
outline: 0;
background: #f8f9fd;
height: 0.42rem;
border-radius: 0.2rem;
padding: 0 0.2rem;
box-sizing: border-box;
2024-03-01 23:58:25 +08:00
display: block;
margin: 0 auto;
margin-bottom: 0.14rem;
2024-02-24 14:17:04 +08:00
}
.but {
2024-03-15 19:45:47 +08:00
margin-top: 0.05rem;
width: 100%;
max-height: 100%;
margin-bottom: 0.08rem;
2024-02-24 14:17:04 +08:00
}
}
}
}
.prompt {
display: inline-block;
min-width: 50%;
padding: 0.08rem;
background: rgba(0, 0, 0, 0);
border-radius: 0.2rem;
color: #fff;
position: fixed;
top: 20%;
left: -150%;
margin-left: -25%;
text-align: center;
font-size: 0.14rem;
transition: left 0.2s;
z-index: 99999;
}
.backIcon {
width: 0.4rem;
position: fixed;
left: 0.1rem;
top: 0.1rem;
z-index: 99999;
}
.proactive {
left: 47%;
background: rgba(0, 0, 0, 0.7);
}
2024-03-25 16:48:56 +08:00
.countdown {
position: absolute;
top: 2.4%;
left: 7%;
display: flex;
align-items: center;
color: #fff;
p {
margin: 0.05rem;
background: url("https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/reduce/check_1.png");
background-size: 100% 100%;
2024-03-25 19:47:06 +08:00
min-width: 0.18rem;
padding: 0.028rem;
2024-03-25 16:48:56 +08:00
}
}
2024-02-24 14:17:04 +08:00
.mask {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
2024-02-24 19:17:51 +08:00
z-index: 9999;
2024-02-24 14:17:04 +08:00
.model {
width: 80%;
background-color: #fff;
border-radius: 0.12rem;
padding: 0.16rem;
box-sizing: border-box;
margin-top: -2rem;
display: flex;
flex-direction: column;
justify-content: space-between;
.m-title {
font-size: .18rem;
color: #000;
}
.m-icon {
width: 50%;
max-height: 100%;
}
.m-msg {
color: #666666;
padding: 0.2rem 0;
display: flex;
align-items: center;
justify-content: center;
min-height: 0.4rem;
}
.m-but {
font-size: 0.16rem;
color: #fff;
2024-03-01 23:58:25 +08:00
background-color: #e52600;
2024-02-24 14:17:04 +08:00
border-radius: 0.2rem;
height: 0.42rem;
border: 0;
outline: 0;
width: 50%;
margin: 0 auto;
}
}
}