123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .container {
- margin: 0rpx 30rpx;
- width: calc(100% - 60rpx);
- padding: 0 0;
- }
- .top_boxs {
- width: calc(100% - 40rpx);
- padding: 20rpx;
- background: #fff;
- border-radius: 16rpx;
- font-size: 32rpx;
- }
- .title {
- font-size: 36rpx;
- margin-bottom: 20rpx;
- }
- .item_boxs {
- width: calc(100% - 40rpx);
- background: #ffe2e2;
- padding: 16rpx;
- margin-top: 20rpx;
- color: #ea0000;
- border-radius: 12rpx;
- }
- .preview-btn {
- background: #409eff;
- font-weight: 500;
- color: #fff;
- width: 100% !important;
- height: 80rpx !important;
- margin: 50rpx;
- border-radius: 40rpx;
- }
- .dowm_boxs {
- display: flex;
- padding-top: 20rpx;
- }
- .dowm_boxs-btn {
- width: 45% !important;
- background: #409eff;
- border: 1rpx solid #409eff;
- font-weight: 500;
- color: #fff;
- border-radius: 40rpx;
- }
- .dowm_boxs-btns {
- width: 45% !important;
- background: #ecf5ff;
- border: 1rpx solid #409eff;
- font-weight: 500;
- color: #409eff;
- border-radius: 40rpx;
- }
|