123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .header {
- height: 660rpx;
- background: linear-gradient(to bottom, #5592ff, #d6e1fa);
- padding: 40rpx;
- color: #fff;
- line-height: 50rpx;
- }
- image {
- vertical-align: middle;
- }
- .tit {
- font-size: 36rpx;
- }
- .tit>image {
- width: 44rpx;
- height: 44rpx;
- margin-left: 24rpx;
- }
- .address {
- font-size: 26rpx;
- margin: 8rpx 0 32rpx;
- }
- .address>image {
- width: 28rpx;
- height: 28rpx;
- margin-right: 16rpx;
- }
- .today {
- font-size: 30rpx;
- }
- .content {
- /* height: 100%; */
- width: 100%;
- height: calc(100% - 300rpx);
- position: absolute;
- top: 300rpx;
- padding-top: 56rpx;
- border-radius: 12px 12px 0px 0px;
- background-color: #fff;
- overflow: hidden;
- }
- .cu-form-group+.cu-form-group {
- border-top: none;
- }
- .grid.grid-square>view {
- margin-bottom: 0;
- }
- .today>view{
- color: #DBE4FF;
- font-size: 26rpx;
- display: inline-block;
- }
- .today>text{
- width: 10rpx;
- height: 24rpx;
- display: inline-block;
- background: #BCCCFE;
- border-radius: 3px;
- margin-right: 8rpx;
- }
- .white{
- background-color: #fff !important;
- }
- .red{
- background-color: #E98383 !important;
- }
|