12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .index {
- padding-top: 80rpx;
- }
- .index .desc {
- display: flex;
- display: -webkit-flex;
- flex-direction: column;
- justify-content: space-around;
- align-items: center;
- width: 480rpx;
- height: 480rpx;
- box-sizing: border-box;
- padding: 70rpx 0;
- margin: 0 auto;
- overflow: hidden;
- background: url('https://ymgjapi.726p.com/icon/maicon/ovulation-back.png') no-repeat;
- background-size: 480rpx 480rpx;
- border-radius: 50%;
- color: #fff;
- }
- .index .desc .date-show{
- font-size: 0px;
- }
- .index .desc .date-show>.date {
- display: inline-block;
- width: auto;
- font-size: 34rpx;
- height: 18px;
- line-height: 18px;
- }
- .index .desc .date-show::before,
- .index .desc .date-show::after{
- content: "";
- display: inline-block;
- width: 10px;
- height: 10px;
- border-radius: 50%;
- margin: 2px 0;
- background-color: #fff;
- }
- .index .desc .date-show::before{
- margin-right: 16rpx;
- }
- .index .desc .date-show::after{
- margin: 1px 0px 1px 16rpx;
- }
- .index .date-info text{
- font-size: 24px;
- padding: 0 20rpx;
- }
- .index .date-info .important-text{
- font-size: 80px;
- }
- .index .desc .period{
- font-size: 28rpx;
- }
- .index .end{
- margin: 28rpx 0;
- text-align: center;
- font-size: 32rpx;
- line-height: 44rpx;
- color: #535353;
- }
- .index .end .fontcolor{
- font-size: 40rpx;
- /*color: #FF5183;*/
- }
- .index .btn-container{
- padding-bottom: 50rpx;
- }
- .index .btn-container .btn{
- width: 410rpx;
- height: 84rpx;
- line-height: 84rpx;
- border-radius: 42rpx;
- background: #FE78AB;
- color: #fff;
- }
|