| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-a95eda84 {
- display: flex;
- flex-direction: column;
- box-sizing: border-box;
- padding-bottom: 10rpx;
- min-height: 100vh;
- background-color: #f1f6fe;
- }
- .container .box.data-v-a95eda84 {
- margin-top: 20rpx;
- padding: 0 18rpx;
- background-color: #fff;
- }
- .container .box .box_item.data-v-a95eda84 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 85rpx;
- font-size: 28rpx;
- border-bottom: 1rpx solid #e6e6e6;
- }
- .container .box .box_item .item_key.data-v-a95eda84 {
- font-weight: bold;
- }
- .container .box .box_item .item_value.data-v-a95eda84 {
- display: flex;
- align-items: center;
- color: #808080;
- }
- .container .box .box_item .item_value .img.data-v-a95eda84 {
- width: 65rpx;
- height: 65rpx;
- border-radius: 50%;
- }
- .container .box .box_item .item_value .value_img.data-v-a95eda84 {
- margin-left: 10rpx;
- width: 31rpx;
- height: 31rpx;
- }
- .container .box .no_border.data-v-a95eda84 {
- border: none;
- }
|