You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
234 lines
4.1 KiB
234 lines
4.1 KiB
/* pages/user/pdd/index.wxss */
|
|
page {
|
|
background: #F2F2F2;
|
|
}
|
|
.mine-btn {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
background: #F34922;
|
|
box-shadow: 0px 0px 12px 0px rgba(243, 73, 34, 0.35);
|
|
border-radius: 50%;
|
|
position: fixed;
|
|
right: 30rpx;
|
|
bottom: 80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
font-size: 26rpx;
|
|
color: #fff;
|
|
line-height: 34rpx;
|
|
}
|
|
.hot-box {
|
|
background: linear-gradient(-30deg, #FFCC24, #FF9124);
|
|
border-radius: 20rpx;
|
|
padding-bottom: 1rpx;
|
|
margin: 25rpx 20rpx;
|
|
}
|
|
.hot-title {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 70rpx;
|
|
margin: 0 20rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
.hot-title image {
|
|
width: 30rpx;
|
|
display: block;
|
|
height: 30rpx;
|
|
margin-left: 11rpx;
|
|
}
|
|
.hot-list {
|
|
display: flex;
|
|
margin: 20rpx;
|
|
margin-top: 0;
|
|
overflow-x: auto;
|
|
}
|
|
.hot-item {
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
background: white;
|
|
width: 210rpx;
|
|
margin-right: 20rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.hot-list .hot-item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.hot-item image {
|
|
width: 210rpx;
|
|
display: block;
|
|
height: 180rpx;
|
|
}
|
|
.hot-info {
|
|
height: 120rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 22rpx;
|
|
padding: 10rpx;
|
|
box-sizing: border-box;
|
|
justify-content: space-between;
|
|
padding-bottom: 20rpx;
|
|
line-height: 26rpx;
|
|
}
|
|
.hot-title1 {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
.hot-bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.hot-bottom text {
|
|
color: #FF5555;
|
|
}
|
|
.old-price {
|
|
margin-left: 10rpx;
|
|
color: #999;
|
|
text-decoration: line-through;
|
|
font-size: 18rpx;
|
|
}
|
|
.list-box {
|
|
margin: 0 20rpx;
|
|
}
|
|
.item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
background: white;
|
|
margin-bottom: 20rpx;
|
|
position: relative;
|
|
}
|
|
.item-num {
|
|
position: absolute;
|
|
width: 100rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
left: 0;
|
|
top: 0;
|
|
background: linear-gradient(270deg, #FFCC24, #FF9124);
|
|
border-radius: 20rpx 0px 20rpx 0px;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
}
|
|
.item .headimg {
|
|
border-radius: 20rpx 20rpx 0px 20rpx;
|
|
display: block;
|
|
width: 220rpx;
|
|
height: 220rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.info-box {
|
|
flex: 1;
|
|
width: calc(100% - 300rpx);
|
|
margin:10rpx 20rpx;
|
|
height: 200rpx;
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.info-title {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
line-height: 42rpx;
|
|
margin-bottom: 10rpx;
|
|
font-weight: bold;
|
|
}
|
|
.info-box view {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.info-tip {
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.info-box .hot-bottom text {
|
|
font-size: 30rpx;
|
|
}
|
|
.info-box .hot-bottom .old-price {
|
|
font-size: 24rpx;
|
|
flex: 1;
|
|
}
|
|
.info-box .btn {
|
|
width: 160rpx;
|
|
line-height: 50rpx;
|
|
background: linear-gradient(0deg, #FFCC24, #FF9124);
|
|
border-radius: 25rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
.info-box .btn.disable {
|
|
background: #CCCCCC;
|
|
}
|
|
.mask-title {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
line-height: 120rpx;
|
|
color: #333;
|
|
}
|
|
.time-box {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 20rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.time-bg {
|
|
width: 50rpx;
|
|
line-height: 50rpx;
|
|
background: #F2F2F2;
|
|
border-radius: 10rpx;
|
|
color: #F34922;
|
|
}
|
|
.time-box text {
|
|
width: 60rpx;
|
|
}
|
|
.headimglist image {
|
|
display: block;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 50%;
|
|
margin-right: 30rpx;
|
|
}
|
|
.headimglist view {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
.headimglist button {
|
|
display: block;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background-color: #fff !important;
|
|
background: #fff !important;
|
|
margin: 0 !important;
|
|
}
|
|
button {
|
|
border: none !important;
|
|
padding: 0 !important;
|
|
box-shadow: #fff !important;
|
|
color: #fff !important;
|
|
}
|
|
.closeimg {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
display: block;
|
|
margin-top: 30rpx;
|
|
}
|
|
.yq-btn {
|
|
width: 400rpx;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
margin: 0 auto;
|
|
background: linear-gradient(270deg, #FFCC24, #FF9124);
|
|
border-radius: 40rpx;
|
|
font-size: 36rpx;
|
|
margin-top: 40rpx;
|
|
}
|