123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- @import "../../../../public/pages/public-view.wxss";
- .bg-scroll-view {
- background-color: white;
- }
- .chooose-date-header {
- width: 100%;
- position: fixed;
- top: 0;
- }
- /* tips-view-placeholder */
- .tips-view-placeholder {
- width: 100%;
- background-color: white;
- display: flex;
- }
- .tips-view-placeholder>view {
- display: flex;
- flex-direction: column;
- margin: 30rpx 30rpx 30rpx 56rpx;
- }
- .tips-view-placeholder text {
- display: block;
- margin: 0rpx 0rpx 0rpx 0rpx;
- font-size: 24rpx;
- line-height: 36rpx;
- color: white;
- }
- /* start-end-view */
- .start-end-view {
- background-color: white;
- width: 750rpx;
- height: 100rpx;
- display: flex;
- flex-direction: column;
- }
- .start-end-view>view:first-child {
- display: flex;
- height: 94rpx;
- }
- .start-end-view>view:first-child>view {
- width: 360rpx;
- height: 94rpx;
- display: flex;
- }
- .start-end-view>view:first-child>view:first-child {
- margin-right: auto;
- }
- .start-end-view-b text {
- font-size: 32rpx;
- color: #3296FB;
- text-align: center;
- line-height: 94rpx;
- width: 360rpx;
- }
- .start-end-view-a {
- display: flex;
- flex-direction: column;
- }
- .start-end-view-a text {
- width: 100%;
- font-family: PingFangSC-Regular;
- color: #3296FB;
- text-align: center;
- }
- .start-end-view-a>text:first-child {
- font-size: 24rpx;
- margin-top: 12rpx;
- }
- .start-end-view-a>text:last-child {
- font-size: 32rpx;
- }
- .start-end-view>view:last-child {
- width: 100%;
- height: 6rpx;
- margin-top: auto;
- }
- .start-end-view>view:last-child>view {
- width: 360rpx;
- height: 6rpx;
- }
- .start-end-view>view:last-child>view>view {
- background-color: #3296FB;
- width: 180rpx;
- height: 6rpx;
- margin: 0 auto;
- }
- /* calendar */
- .calendar {
- width: 100%;
- height: 520rpx;
- display: flex;
- flex-direction: column;
- }
- .calendar>text {
- background-color: #fafafa;
- color: #333333;
- font-size: 34rpx;
- text-align: center;
- line-height: 108rpx;
- width: 100%;
- height: 108rpx;
- }
- .calendar>view {
- margin: 64rpx 0 0 0;
- }
- .calendar>view>view {
- float: left;
- width: 80rpx;
- height: 120rpx;
- margin-left: 50rpx;
- display: flex;
- }
- .calendar>view>view>view:first-child {
- width: 76rpx;
- height: 76rpx;
- border-radius: 38rpx;
- /* background-color: red; */
- display: flex;
- }
- .calendar>view>view>view:first-child>view {
- margin: auto auto;
- }
- .num, .num-u {
- font-size: 38rpx;
- }
- .unit, .unit-u {
- font-size: 26rpx;
- }
- .num, .unit {
- color: #333333;
- }
- .num-u, .unit-u {
- color: #cccccc;
- }
- .calendar>view>view>view:nth-child(2) {
- width: 76rpx;
- margin-left: -76rpx;
- display: flex;
- flex-direction: column;
- }
- .calendar>view>view>view:nth-child(2)>view {
- width: 76rpx;
- height: 76rpx;
- border-radius: 38rpx;
- background-color: #3296FB;
- display: flex;
- }
- .calendar>view>view>view:nth-child(2)>view>view {
- margin: auto auto;
- }
- .calendar>view>view>view:nth-child(2)>view>view text {
- color: white;
- }
- /* .calendar>view>view>view:nth-child(2)>text {
- width: 76rpx;
- font-family: PingFangSC-Regular;
- font-size: 24rpx;
- color: #3296FB;
- text-align: center;
- margin-top: 4rpx;
- } */
|