123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- .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;
- }
|