| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-43e6b094 {
- padding-top: 30rpx;
- }
- .container .add.data-v-43e6b094 {
- margin-bottom: 30rpx;
- display: flex;
- width: 750rpx;
- height: 110rpx;
- background-color: #fff;
- }
- .container .add .icon.data-v-43e6b094 {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 88rpx;
- }
- .container .add .icon ._img.data-v-43e6b094 {
- width: 50rpx;
- height: 50rpx;
- }
- .container .add .title.data-v-43e6b094 {
- line-height: 110rpx;
- font-size: 30rpx;
- font-weight: 400;
- color: #0082FC;
- }
- .container .rules.data-v-43e6b094 {
- width: 750rpx;
- }
- .container .rules .box.data-v-43e6b094 {
- padding: 0 30rpx;
- margin-bottom: 20rpx;
- height: 348rpx;
- background-color: #fff;
- }
- .container .rules .box .box_title.data-v-43e6b094 {
- display: flex;
- height: 90rpx;
- }
- .container .rules .box .box_title .icon.data-v-43e6b094 {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .container .rules .box .box_title .icon ._img.data-v-43e6b094 {
- width: 35rpx;
- height: 35rpx;
- }
- .container .rules .box .box_title .msg.data-v-43e6b094 {
- flex: 10;
- line-height: 90rpx;
- font-size: 30rpx;
- font-weight: 400;
- }
- .container .rules .box .box_title .right.data-v-43e6b094 {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .container .rules .box .box_title .right ._img.data-v-43e6b094 {
- width: 16rpx;
- height: 25rpx;
- }
- .container .rules .box .box_info.data-v-43e6b094 {
- display: flex;
- margin: 15rpx 0;
- height: 44rpx;
- font-size: 30rpx;
- font-weight: 400;
- color: #808080;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .container .rules .box .box_info ._span.data-v-43e6b094 {
- margin-right: 10rpx;
- }
|