174 lines
3.0 KiB
Plaintext
174 lines
3.0 KiB
Plaintext
.container {
|
|
box-sizing: border-box;
|
|
min-height: 100vh;
|
|
padding: 0 0 170rpx;
|
|
}
|
|
|
|
.money-box {
|
|
margin: 0 27rpx;
|
|
}
|
|
|
|
.money {
|
|
padding: 0 0 0;
|
|
}
|
|
|
|
.start-btn-box {
|
|
bottom: 0;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
height: 106rpx;
|
|
left: 0;
|
|
padding: 0 10rpx;
|
|
position: fixed;
|
|
width: 100vw;
|
|
}
|
|
|
|
.start-btn-box .scan-btn {
|
|
align-items: center;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
flex: 1;
|
|
justify-content: center;
|
|
position: static;
|
|
}
|
|
|
|
.start-btn-box .scan-subscribe {
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.index-wangdian-list {
|
|
padding: 0 28rpx 28rpx;
|
|
}
|
|
|
|
.index-wangdian-title {
|
|
line-height: 70rpx;
|
|
padding: 10rpx 0;
|
|
position: relative;
|
|
}
|
|
|
|
.index-wangdian-title .title_c {
|
|
font-size: 36rpx;
|
|
color: #0056A3;
|
|
}
|
|
|
|
.index-wangdian-title .title_c .line {
|
|
position: absolute;
|
|
bottom: 12rpx;
|
|
left: 18rpx;
|
|
height: 10rpx;
|
|
width: 15%;
|
|
border-radius: 20rpx;
|
|
background-color: #0056A3;
|
|
}
|
|
|
|
.index-wangdian-title .more {
|
|
position: absolute;
|
|
right: 0;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.index-wangdian-box {
|
|
overflow: hidden;
|
|
padding: 20rpx;
|
|
border-radius: 20rpx;
|
|
background-color: #fff;
|
|
box-shadow: 0 6rpx 10rpx rgba(0, 0, 0, .4);
|
|
position: relative;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.index-wangdian-box .info {
|
|
position: relative;
|
|
}
|
|
|
|
.index-wangdian-box .info .title_c {
|
|
display: inline-block;
|
|
font-size: 36rpx;
|
|
line-height: 48rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.index-wangdian-box .info .title .ld {
|
|
display: inline-block;
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
height: 32rpx;
|
|
color: #fff;
|
|
border-radius: 10rpx;
|
|
padding: 0 6rpx;
|
|
margin-left: 6rpx;
|
|
}
|
|
|
|
.index-wangdian-box .info .tag, .index-wangdian-box .info .ads {
|
|
font-size: 28rpx;
|
|
line-height: 2;
|
|
color: #999;
|
|
}
|
|
|
|
.index-wangdian-box .info .jiqi {
|
|
font-size: 24rpx;
|
|
line-height: 2;
|
|
color: #37CE05;
|
|
}
|
|
|
|
.index-wangdian-box .info .yingye {
|
|
position: absolute;
|
|
right: -20rpx;
|
|
top: -20rpx;
|
|
color: #fff;
|
|
background-color: #0056A3;
|
|
font-size: 22rpx;
|
|
padding: 0 12rpx;
|
|
line-height: 36rpx;
|
|
border-radius: 0 0 0 20rpx;
|
|
}
|
|
|
|
.index-wangdian-box .info .dw {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
bottom: 25rpx;
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
font-size: 24rpx;
|
|
color: #0056A3;
|
|
text-align: center;
|
|
}
|
|
|
|
.index-wangdian-box .info .dw .ico {
|
|
font-size: 80rpx;
|
|
}
|
|
|
|
.index-wangdian-box .xian {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 0;
|
|
left: 0;
|
|
/* color: #fff; */
|
|
font-size: 22rpx;
|
|
height: 6rpx;
|
|
background-color: #0056A3;
|
|
}
|
|
|
|
.index-wangdian-box .xian .bili {
|
|
position: absolute;
|
|
height: 6rpx;
|
|
bottom: 0;
|
|
right: 0;
|
|
display: block;
|
|
background-color: #37CE05;
|
|
}
|
|
|
|
.washing {
|
|
justify-content: space-between;
|
|
margin: 30rpx 0 0;
|
|
padding: 20rpx 28rpx;
|
|
display: flex;
|
|
background-color: #0056A3;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.washing .l {
|
|
flex: 1;
|
|
} |