123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- /* pages/warnList/warnList.wxss */
- .laba-icon {
- width: 70rpx;
- height: 70rpx;
- }
- .warn-info {
- width: 100%;
- margin-left: 24rpx;
- }
- .list-item {
- padding: 6rpx 22rpx;
- margin-top: 20rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0rpx 10rpx 12rpx 0rpx rgba(178, 178, 178, 0.08);
- border-radius: 20rpx;
- }
- .list-group {
- margin: 0 20rpx;
- }
- .warn-item {
- width: auto;
- padding: 0 18rpx;
- height: 50rpx;
- border-radius: 25rpx;
- background-color: #ff5757;
- }
- .warn-text {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(255, 255, 255, 1);
- }
- .dev-info {
- margin: 17rpx 0;
- }
- .warn-content {
- padding: 26rpx 0;
- border-top: 1px solid #d3d3d3;
- }
- .warn-desc {
- font-size: 27rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: rgba(0, 0, 0, 1);
- text-align: left;
- }
- .no-more {
- margin: 50px 0;
- font-size: 12px;
- color: #888;
- text-align: center;
- }
- .grap-group {
- height: 50px;
- }
- .control-group {
- background-color: #fff;
- padding: 10px;
- font-size: 16px;
- color: #888;
- position: fixed;
- width: 100%;
- z-index: 999;
- }
- .control-item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
|