| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- page{
- background-color: #fff;
- }
- .alarm-box{
- background: #FFFFFF;
- box-shadow: 0rpx 8rpx 40rpx 1rpx rgba(51,51,51,0.06);
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- padding: 40rpx;
- margin: 30rpx;
- position: relative;
- }
- .alarm-icon{
- width: 96rpx;
- height: 96rpx;
- margin-right: 30rpx;
- background: #EB5C20;
- border-radius: 100%;
- }
- .alarm-icon image{
- width: 54rpx;
- height: 54rpx;
- margin: auto auto;
- }
- .alarm-title{
- line-height: 47rpx;
- font-size: 32rpx;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #242323;
- }
- .alarm-note{
- line-height: 36rpx;
- font-size: 24rpx;
- font-family: SourceHanSansCN-Regular-Regular, SourceHanSansCN-Regular;
- font-weight: 400;
- color: #A8A5A5;
- }
- .rico{
- width: 22rpx;
- height: 36rpx;
- margin-left: 30rpx;
- }
- .dot{
- width: 20rpx;
- height: 20rpx;
- background: #FF0000;
- opacity: 1;
- border: 3rpx solid #FFFFFF;
- border-radius: 100%;
- position: absolute;
- top: 40rpx;
- left: 110rpx;
- }
|