2025-06-18 10:09:53 +08:00

170 lines
2.8 KiB
CSS

page {
background-color: #f6f7fb;
padding-bottom: 60rpx;
min-height: 100vh;
}
image {
width: 100%;
height: 100%;
}
.searchBox {
display: flex;
align-items: center;
padding: 0 20rpx;
/* margin-top: 35rpx; */
justify-content: space-between;
background-color: transparent;
}
.searchBox_add {
display: flex;
align-items: center;
font-weight: 400;
font-size: 30rpx;
color: #000000;
}
.searchBox_add image {
width: 30rpx;
height: 30rpx;
margin-right: 16rpx;
}
.container {
background: url(http://192.168.0.172:5500/local_pointbg.png);
background-size: 750rpx 423rpx;
background-repeat: no-repeat;
}
.mypoint {
width: 710rpx;
height: 397rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin: 0 auto;
margin-top: 40rpx;
box-sizing: border-box;
}
.tit {
font-size: 36rpx;
color: #222222;
margin: 0 auto;
padding-top: 55rpx;
display: flex;
align-items: center;
box-sizing: border-box;
justify-content: center;
}
.point {
font-size: 60rpx;
color: #222222;
display: flex;
align-items: center;
box-sizing: border-box;
justify-content: center;
margin-top: 20rpx;
}
.funList {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 100rpx;
box-sizing: border-box;
margin-top: 30rpx;
}
.funItem {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #222222;
}
.funItem image {
width: 90rpx;
height: 90rpx;
margin-bottom: 20rpx;
}
.textHis {
font-size: 28rpx;
color: #999999;
padding-left: 26rpx;
margin-top: 30rpx;
margin-bottom: 14rpx;
}
.HisList {
width: 710rpx;
border-radius: 20rpx;
overflow: hidden;
margin: 0 auto;
}
.HisItem {
width: 710rpx;
box-sizing: border-box;
padding: 0 20rpx;
background-color: #fff;
padding-top: 20rpx;
padding-bottom: 20rpx;
border-bottom: 1rpx solid #EBEBEB;
}
.HisItem:last-child {
border-bottom: none;
}
.His_tit {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 13rpx;
}
.His_tit_left {
font-size: 28rpx;
color: #999999;
}
.His_time_left {
font-size: 24rpx;
color: #999999;
}
.his_remark {
font-size: 26rpx;
color: #222222;
text-align: right;
}
.His_time_right {
font-size: 26rpx;
color: #222222;
}
.His_time {
display: flex;
align-items: center;
justify-content: space-between;
}
.his_remark {
margin-top: 10rpx;
}
.His_tit_right {
font-size: 36rpx;
color: #FF370B;
}