| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-357c93f1 {
- box-sizing: border-box;
- padding: 30rpx;
- min-height: 100vh;
- color: #001713;
- background-color: #fffdfb;
- overflow-y: auto;
- }
- .container .add.data-v-357c93f1 {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 20rpx;
- width: 100%;
- height: 104rpx;
- font-size: 32rpx;
- color: #ff8205;
- border-radius: 10rpx;
- background-color: #fff2e5;
- }
- .container .box.data-v-357c93f1 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- padding: 30rpx 40rpx;
- margin-bottom: 20rpx;
- width: 100%;
- height: 200rpx;
- border-radius: 16rpx;
- background-color: #fff;
- box-shadow: 0 3rpx 6rpx #ccc;
- }
- .container .box .box_msg.data-v-357c93f1 {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- height: 100%;
- font-size: 24rpx;
- color: #aba6a6;
- }
- .container .box .box_msg .msg_name.data-v-357c93f1 {
- font-size: 36rpx;
- color: #001713;
- }
- .container .box .box_btn.data-v-357c93f1 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 200rpx;
- }
|