project init

This commit is contained in:
limqhz
2022-11-16 16:49:45 +08:00
parent 82dbb842ba
commit 597b107cf7
78 changed files with 1234 additions and 2524 deletions

View File

@@ -1,52 +1,39 @@
/* pages/today/index.wxss */
.t-swipe-cell-demo-btn-wrapper {
height: 100%;
.top-wrap {
position: fixed;
left: 0;
top: 0;
width: 100%;
background-color: #ffffff;
z-index: 99;
box-shadow: 0 0 20rpx -5rpx rgba(0, 0, 0, 0.1);
}
.t-swipe-cell-demo-btn {
display: inline-flex;
justify-content: center;
align-items: center;
width: 144rpx !important;
height: 100%;
text-align: center;
color: white;
swiper {
height: 100vh;
}
.t-swipe-cell-demo-btn.delete-btn {
background-color: #e34d59;
.cells {
background: #ffffff;
margin-top: 20rpx;
}
.t-swipe-cell-demo-btn.edit-btn {
background-color: #ed7b2f;
.cell {
padding: 20rpx;
}
.t-swipe-cell-demo-btn.favor-btn {
background-color: #0052d9;
.cell:not(:last-child) {
border-bottom: 1rpx solid #ebedf0;
}
.title-image-large {
margin-right: 8rpx;
width: 144rpx;
height: 144rpx;
.cell .name {
display: flex;
height: 50rpx;
font-size: 35rpx;
margin-bottom: 12rpx;
}
.text_ath {
text-decoration:line-through
}
.custom-tabs t-tab-panel {
text-align: center;
justify-content: center;
height: 172rpx;
line-height: 172rpx;
color: rgba(0, 0, 0, 0.26);
}
.phone-box {
position: absolute;
bottom: 30rpx;
left: 30rpx;
width: 130rpx;
height: 130rpx;
.cell .date {
color: #999999;
font-size: 24rpx;
}