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