.page { width: 100%; height: 100%; padding: 32rpx 30rpx 30rpx 30rpx; } .content { margin-bottom: 24rpx; padding: 32rpx 24rpx; background-color: #fff; color: #aec0d7; font-size: 28rpx; line-height: 42rpx; box-sizing: border-box; } .tit { font-size: 34rpx; color: #606266; margin-bottom: 8rpx; } .tit > text { font-size: 26rpx; float: right; color: #c5cfdc; } .today > text { width: 10rpx; height: 24rpx; display: inline-block; background: #e9f0f9; border-radius: 3px; margin-right: 8rpx; } .button { margin-left: 259rpx; } .search { position: relative; margin-bottom: 32rpx; } .search_input { width: 100%; height: 80rpx; padding-left: 16rpx; background: #fff; border-radius: 20rpx; text-align: left; padding-right: 150rpx; } .query { position: absolute; top: 0; right: 0; width: 140rpx; height: 80rpx; line-height: 80rpx; color: #ffffff; background: linear-gradient(0deg, #679eff, #679eff), linear-gradient(90deg, #3880ff 10.71%, #7cb5ff 109.29%); border-radius: 20rpx; font-size: 28rpx; padding: 0; } .query_img { width: 28rpx; height: 28rpx; vertical-align: text-top; } .button > view { border: 1px solid #c5cfdc; border-radius: 6px; display: inline-block; padding: 10rpx 32rpx; margin-left: 40rpx; margin-top: 32rpx; color: #909399; } .button > .update { color: #fff; background: #85b1ff; } .blue { background-color: #aec0d7 !important; } .red { background-color: #e98383 !important; }