xinelu-applet-ui/pagesB/Behaviorpoints/Behaviorpoints.scss

125 lines
2.1 KiB
SCSS
Raw Normal View History

2024-03-08 09:37:34 +08:00
.app {
background-color: #F7F5F5;
height: 100vh;
2024-03-13 14:41:18 +08:00
padding-top: 20rpx;
2023-10-16 11:21:27 +08:00
2024-03-13 14:41:18 +08:00
.title{
color:#007e5c;
font-size: 30rpx;
2024-03-13 14:41:18 +08:00
font-weight: 1000;
position: absolute;
top:26rpx;
2024-03-13 14:41:18 +08:00
left:90rpx;
font-family: "KaiTi", "SimKai", "KaiTi_GB2312", "KaiTi_GB2312", sans-serif;
}
2024-03-08 09:37:34 +08:00
.flex {
width: 100%;
display: flex;
justify-content: space-evenly;
position: absolute;
bottom: 20%;
left: 0%;
2023-09-20 14:26:05 +08:00
}
2024-03-08 09:37:34 +08:00
.background {
height: 100%;
background-color: #fff;
2024-03-13 14:41:18 +08:00
width: 96%;
2023-09-20 15:30:34 +08:00
margin: 0 auto;
2024-03-08 09:37:34 +08:00
.content {
2023-10-16 11:21:27 +08:00
position: relative;
2024-03-08 09:37:34 +08:00
image {
width: 100%;
2024-03-13 14:41:18 +08:00
height: 440rpx;
2024-03-08 09:37:34 +08:00
}
.item {
width: 25%;
height: 54rpx;
background: #00785C;
border-radius: 24rpx;
color: #fff;
text-align: center;
border: 2rpx solid #00785C;
line-height: 54rpx;
}
.name {
width: 90%;
height: 100rpx;
font-size: 30rpx;
font-weight: 400;
color: #FFFFFF;
position: absolute;
top: 10%;
left: 5%;
line-height: 33rpx;
}
.number {
2024-03-13 14:41:18 +08:00
font-size: 62rpx;
font-weight: 600;
2024-03-08 09:37:34 +08:00
color: #FFFFFF;
position: absolute;
2024-03-13 14:41:18 +08:00
text-align: center;
width: 100%;
top: 50%;
2024-03-08 09:37:34 +08:00
text-overflow: ellipsis;
white-space: nowrap;
2024-03-13 14:02:58 +08:00
color:#AD7600;
2024-03-08 09:37:34 +08:00
}
2023-10-16 11:21:27 +08:00
}
2024-03-08 09:37:34 +08:00
.bottomitem {
background-color: #FFF;
margin: 0 auto;
padding-bottom: 100rpx;
2023-10-16 11:21:27 +08:00
2024-03-08 09:37:34 +08:00
.item {
position: relative;
}
.Establishingarchives {
font-size: 30rpx;
font-weight: 400;
color: #333333;
line-height: 38rpx;
padding: 8px 10px 5px 18px;
}
.integraltwo {
color: red !important;
}
.integral {
position: absolute;
top: 34%;
right: 3%;
color: #26A888;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.timeone {
font-size: 20rpx;
font-weight: 400;
color: #333333;
line-height: 38rpx;
padding: 0 10px 10px 18px;
border-bottom: 1px solid #E6E6E6;
}
.PointsRecord {
font-size: 30rpx;
font-weight: 400;
color: #000000;
line-height: 33rpx;
padding: 10px 10px 10px 15px;
}
}
}
}