123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- page {
- background-color: #fff;
- }
- .menses-set {
- width: 100%;
- }
- .menses-set .menses-flex-height {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- height: auto;
- }
- .menses-set .menses-set-title {
- height: 90px;
- line-height: 90px;
- text-align: center;
- color: #ff6aa6;
- font-size: 16px;
- /*font-weight: 400;*/
- }
- .date-picker{
- position: relative;
- margin: 16px 0;
- }
- .date-picker form{
- height: 50px;
- position: absolute;
- top: 0px;
- }
- .menses-set .set-date {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin: 0px auto;
- width: 88%;
- height: 50px;
- background-color: rgba(255, 209, 225, 0.5);
- border-radius: 6px;
- font-size: 14px;
- color: rgba(255, 106, 166, 1);
- }
- .menses-set .set-date .flex-left {
- flex: 1 1 100px;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- .menses-set .set-date .flex-right {
- flex: 1 1 50px;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .menses-set .set-date .flex-left text {
- flex: 1 1 82px;
- }
- .menses-set .set-date .flex-right text {
- flex: 1 1 42px;
- text-align: right;
- }
- .menses-set .set-date .icon {
- flex: 0 018px;
- height: 18px;
- margin: 0 5px 0 10px;
- }
- .menses-set .set-date .flex-left .icon_setlist_01 {
- background: url('https://ymgjapi.726p.com/icon/maicon/clock@2x.png') no-repeat;
- background-size: 18px 18px;
- }
- .menses-set .set-date .flex-right .icon_setlist {
- background: url('https://ymgjapi.726p.com/icon/maicon/goto@2x.png') no-repeat;
- background-size: 18px 18px;
- }
- .menses-set .set-date .flex-left .icon_setlist_02 {
- background: url('https://ymgjapi.726p.com/icon/maicon/period@2x.png') no-repeat;
- background-size: 18px 18px;
- }
- .menses-set .set-date .flex-left .icon_setlist_03 {
- background: url('https://ymgjapi.726p.com/icon/maicon/time@2x.png') no-repeat;
- background-size: 18px 18px;
- }
- .menses-set .btn {
- background: rgba(255, 106, 165, 0.8);
- border-color: rgba(255, 106, 165, 0.8);
- width: 88%;
- margin-top: 40px;
- color: #fff;
- font-size: 16px;
- border-radius: 25px;
- }
- .picker {
- width: 100%;
- background-color: #fff;
- }
- .picker-btn {
- background-color: #fff;
- width: 100%;
- height: 200px;
- }
- .picker-top {
- background: #f00;
- width: 85%;
- height: 40px;
- border-bottom: 1px solid rgba(255, 106, 166, 0.2);
- }
- .picker-btn picker-view {
- width: 85%;
- height: 200px;
- color: rgba(255, 106, 166, 1);
- }
|