123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- .results{
- text-align: center;
- font-size: 24rpx;
- position: relative;
- }
- .results view{
- padding:10rpx 0rpx;
- }
- .resultsBox{
- margin-top:20rpx;
- border:1px solid #f1f1f1;
- max-height:600rpx;
- overflow-y:auto
- }
- .results:nth-child(odd){
- background-color: #f1f1f1;
- }
- .sxImg{
- width: 30rpx;
- height: 30rpx;
- }
- .search {
- background-color: #f1f1f1;
- border-radius: 10rpx;
- margin-right: 10px;
- padding: 6rpx 10rpx;
- width: 100%;
- }
- .search input {
- background-color: #f1f1f1;
- }
- .footer{
- position: fixed;
- bottom: 0;
- right: 0;
- left: 0;
- z-index: 999;
- border-top: 1px solid #f1f1f1;
- text-align: center;
- background-color: #fff;
- }
- .footer view{
- padding: 24rpx 0;
- font-size: 32rpx;
- }
- .search image {
- width: 30rpx;
- height: 30rpx;
- margin-left: 10rpx;
- }
- .header {
- background: #fff;
- /* padding: 28rpx; */
- padding-bottom: 0rpx;
- position: sticky;
- top: 0;
- }
- .selectItems {
- /* margin-top: 20rpx; */
- }
- .selectItems .selectImg {
- border-left: 1px solid #f1f1f1;
- /* padding: 0 20rpx; */
- }
- .selectImg image {
- width: 30rpx;
- height: 30rpx;
- position: relative;
- top: 0.1rem;
- }
- .selectItems .flex-1 {
- padding: 24rpx 0;
- text-align: center;
- position: relative;
- }
- .selectItems .active::before {
- position: absolute;
- content: " ";
- height: 4rpx;
- width: 120rpx;
- background: #26A2FF;
- bottom: 0rpx;
- }
- .li {
- padding: 24rpx 28rpx;
- padding-bottom: 0rpx;
- }
- .main{
- background: #fff;
- }
- .main-right {
- margin-left: 10rpx;
- }
- .main-right .name {
- padding-top: 12rpx;
- font-size: 36rpx;
- }
- .main-right .context {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- font-size: 32rpx;
- -webkit-box-orient: vertical;
- padding-top: 10rpx;
- margin-bottom: 20rpx;
- height: 80rpx;
- }
- .main-right .date {
- font-size: 32rpx;
- color: #909399;
- }
- .main-right .text {
- color: #26A2FF;
- padding-right: 32rpx;
- }
- .index {
- border-radius: 6rpx;
- background: #67C23A;
- color: #fff;
- font-size: 20rpx;
- padding: 0 6rpx;
- }
- .rule-all-text{
- font-size: 28rpx;
- color: #999;
- position: relative;
- /* right: 10rpx; */
- bottom: 5rpx;
- top: 0rpx;
- }
- .staff-all{
- /* background: rgba(245, 247, 250, 1); */
- padding: 16rpx 28rpx;
- }
- .scroll {
- height: calc(100vh - 230rpx);
- }
- .windows-box{
- background: #fff;
- margin: 0 32rpx;
- margin-top: 30%;
- border-radius: 20rpx;
- }
- .windows-title{
- text-align: center;
- padding: 28rpx 0;
- border-bottom: 1px solid #f1f1f1;
- }
- .windows-btn{
- border-top: 1px solid #f1f1f1;
- }
- .windows-btn view:nth-child(1){
- text-align: center;
- padding: 28rpx 0;
- border-right: 1px solid #f1f1f1;
- }
- .windows-btn button{
- text-align: center;
- color: #26A2FF;
- background: #fff;
- border: none;
- }
- .windows-content textarea{
- height: 150rpx;
- padding: 28rpx;
- }
|