ts_aimz/pages/index/index.wxss
itgaojian163 cbf7c00399 页面
2025-03-24 18:05:54 +08:00

233 lines
3.9 KiB
Plaintext

.bg-title {
background-image: url('https://sjbz-fd.zol-img.com.cn/t_s750x1334c/g5/M00/00/02/ChMkJ1fJVFOIV8kdAC3oDpyfq8YAAU9wQN1ivcALegm011.jpg');
}
.content-box {
display: flex;
flex-direction: column;
padding: 20rpx;
margin-top: -30rpx;
margin-left: 20rpx;
margin-right: 20rpx;
background-color: white;
border-radius: 20rpx;
border: 1rpx solid #f2f2f2;
}
.container-title {
display: flex;
flex-direction: column;
height: 80px;
}
.title-func {
display: flex;
flex-direction: row;
}
.create-btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex: 2.5;
background-color: #FFE5BC;
color: #550101;
}
.buy-btn {
background-color: green;
flex: 1;
margin-left: 20rpx;
height: 170rpx;
justify-content: center;
align-items: center;
text-align: center;
line-height: 170rpx;
color: white;
}
.notice-box {
font-size: 26rpx;
background-color: #FFE5BC;
margin-top: 20rpx;
line-height: 60rpx;
padding: 10rpx 10rpx 10rpx 20rpx;
}
.container-box {
display: flex;
flex-direction: column;
margin-top: 20rpx;
}
.list-title-box {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.list-title-txt {
font-size: 40rpx;
color: black;
font-weight: 600;
}
.list-title-btns {
display: flex;
flex-direction: row;
justify-content: space-between;
font-size: 28rpx;
text-align: center;
}
.btn-select {
background-color: #FDF6EC;
color: #FFA900;
padding: 5rpx 10rpx;
line-height: 48rpx;
border: 1rpx solid transparent;
}
.btn-normal {
background-color: #FFFFFF;
color: black;
border: 1rpx solid #f2f2f2;
padding: 5rpx 10rpx;
line-height: 48rpx;
}
.list-tabs {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.tab-select {
font-size: 28rpx;
background-color: #FFEFCE;
text-align: center;
padding: 5rpx 15rpx;
white-space: nowrap;
color: #742A25;
}
.tab-normal {
font-size: 28rpx;
color: #A1A1A1;
background: #FAFAFA;
text-align: center;
padding: 5rpx 15rpx;
white-space: nowrap;
}
.item-margin {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.item-margin:nth-of-type(n+2) {
margin-left: 20rpx;
}
/* list */
.list-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
margin-top: 20rpx;
}
.list-item {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: #f7f7f7;
border-radius: 10rpx;
}
.list-item:nth-of-type(n+2) {
margin-top: 20rpx;
}
.item-img {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.item-img image {
width: 270rpx;
height: 200rpx;
}
.item-img-status {
background-color: #9A9A9A;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
width: 270rpx;
}
.item-content {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1;
padding: 10rpx 20rpx;
}
.item-content-title {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.project-name {
font-size: 30rpx;
color: black;
font-weight: 500;
}
.project-status {
font-size: 30rpx;
color: black;
font-weight: 200;
}
.item-content-title {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.project-aff {
display: flex;
flex-direction: column;
justify-content: flex-start;
font-size: 24rpx;
}
.project-btns {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.project-create-time {
font-size: 26rpx;
}
.project-btn {
font-size: 24rpx;
background-color: #929292;
color: white;
padding: 5rpx 20rpx 5rpx 20rpx;
border-radius: 5rpx;
}