53 lines
897 B
Plaintext
53 lines
897 B
Plaintext
/* pages/today/index.wxss */
|
|
.t-swipe-cell-demo-btn-wrapper {
|
|
height: 100%;
|
|
}
|
|
|
|
.t-swipe-cell-demo-btn {
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 144rpx !important;
|
|
height: 100%;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
|
|
.t-swipe-cell-demo-btn.delete-btn {
|
|
background-color: #e34d59;
|
|
}
|
|
|
|
.t-swipe-cell-demo-btn.edit-btn {
|
|
background-color: #ed7b2f;
|
|
}
|
|
|
|
.t-swipe-cell-demo-btn.favor-btn {
|
|
background-color: #0052d9;
|
|
}
|
|
|
|
.title-image-large {
|
|
margin-right: 8rpx;
|
|
width: 144rpx;
|
|
height: 144rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|