71 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-07-08 16:49:39 +08:00
.me_page {
background: linear-gradient(180deg, #44ba04 0%, #44ba04 300rpx, #fff 650rpx);
}
.me_data_item {
display: flex;
align-items: center;
margin: 30rpx 40rpx 10rpx 40rpx;
border-radius: 10rpx;
text-align: center;
}
.me_data_item .items {
flex: 1;
padding: 30rpx 0;
font-size: 28rpx;
}
.me_data_item .items .label {
font-size: 23rpx;
padding-bottom: 10rpx;
color: #999;
}
.me_data_item .items .value {
color: #f00;
font-size: 33rpx;
font-weight: 600;
}
.menu_list {
padding: 30rpx;
}
.menu_list .items {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx;
margin-bottom: 30rpx;
font-size: 26rpx;
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
background-color: #fff;
border-radius: 16rpx;
}
.menu_list .items .items_label {
display: flex;
align-items: center;
}
.menu_list .items image {
width: 48rpx;
height: 48rpx;
margin: 0 20rpx 0 0;
}
.menu_list .items .contact_btn {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
}
.contact_btn {
border: none !important;
background-color: transparent;
padding: 0;
line-height: 1;
color: inherit;
font-size: inherit;
display: inline-flex;
align-items: center;
justify-content: center;
outline: none;
box-shadow: none;
}
button:after {
border: none !important;
}