89 lines
1.5 KiB
Plaintext
89 lines
1.5 KiB
Plaintext
|
/* pages/t-query/t-query.wxss */
|
||
|
page {
|
||
|
background-color: #F4F8FB;
|
||
|
}
|
||
|
|
||
|
.container t-tab-panel {
|
||
|
background-color: #F4F8FB;
|
||
|
}
|
||
|
|
||
|
.t-search {
|
||
|
background: #fff;
|
||
|
display: block;
|
||
|
padding: 30rpx;
|
||
|
--td-search-action-color: #3D6DF0;
|
||
|
}
|
||
|
|
||
|
.query-list {
|
||
|
padding-bottom: 120rpx;
|
||
|
}
|
||
|
|
||
|
.query-item {
|
||
|
margin: 30rpx 30rpx 0;
|
||
|
padding: 30rpx;
|
||
|
background-color: white;
|
||
|
border-radius: 16rpx;
|
||
|
border-radius: 8rpx;
|
||
|
}
|
||
|
|
||
|
.query-head {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
margin-bottom: 10rpx;
|
||
|
}
|
||
|
|
||
|
.query-head text {
|
||
|
font-size: 32rpx;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.query-time {
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(44, 47, 54, 0.60);
|
||
|
margin-bottom: 10rpx;
|
||
|
}
|
||
|
|
||
|
.t-query-content {
|
||
|
font-size: 24rpx;
|
||
|
color: rgba(44, 47, 54, 0.60);
|
||
|
margin-bottom: 30rpx;
|
||
|
padding-bottom: 30rpx;
|
||
|
border-bottom: 1rpx solid rgba(229, 229, 229, 1);
|
||
|
}
|
||
|
|
||
|
.t-query-content text {
|
||
|
display: block;
|
||
|
line-height: 1.8;
|
||
|
}
|
||
|
|
||
|
.t-query-base text {
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.null{
|
||
|
text-align: center;
|
||
|
padding-top: 200rpx;
|
||
|
}
|
||
|
|
||
|
.t-button--size-s {
|
||
|
height: 48rpx!important;
|
||
|
line-height: 48rpx!important;
|
||
|
}
|
||
|
|
||
|
.t-button--base {
|
||
|
font-size: 24rpx!important;
|
||
|
padding-left: 20rpx!important;
|
||
|
padding-right: 20rpx!important;
|
||
|
}
|
||
|
|
||
|
.t-button--primary {
|
||
|
border: 1rpx solid #ecf3ff!important;
|
||
|
background-color: #ecf3ff!important;
|
||
|
color: #0052d9!important;
|
||
|
}
|
||
|
|
||
|
.t-query-base-list {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|