12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- page{
- background: #F7F7F7;
- }
- .icon{
- /*display: inline-block;*/
- }
- form{
- display: block;
- width: 100%;
- }
- form .submit-btn{
- display: block;
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- background: transparent;
- border: 0 none;
- }
- form .submit-btn::before, form .submit-btn::after{
- border: 0 none;
- height: 0px;
- }
- .wrapper {
- background: #fff;
- margin: 12px 12px 0;
- padding: 0 10px;
- box-shadow: 0px 0px 12px rgba(251, 109, 157, 0.12);
- border-radius: 12px;
- }
- .mask{
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, .4);
- z-index: 100;
- }
- .notice-items{
- padding:12px 26px;
- /*margin: 0px 26px;*/
- font-size: 26rpx;
- color: #666;
- /*text-align: center;*/
- }
- .notice-items .text{
- font-size: 24rpx;
- letter-spacing: 1rpx;
- line-height:40rpx;
- }
- .notice-items .title{
- color: #FF5183;
- font-size: 32rpx;
- margin-bottom: 8px;
- }
- .fontcolor{
- color: #FF5183;
- }
- .calendar-wrapper .calendar {
- min-height: 736rpx;
- /*overflow: hidden;*/
- }
- .loading{
- display: flex;
- align-items:center;
- width: 60px;
- margin: 80px auto;
- }
- .loading image{
- width: 60px;
- height: 60px;
- }
|