12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .box.data-v-04955f9b{
- min-height: 100vh;
- background:#F4F5F7 ;
- }
- .main.data-v-04955f9b{
- padding: 24rpx;
- }
- .phoneListBox.data-v-04955f9b{
- background: #FFFFFF;
- border-radius: 10rpx;
- padding: 0 24rpx;
- }
- .phoneLine.data-v-04955f9b{
- display: flex;
- justify-content: space-between;
- padding: 30rpx;
- border-bottom: 1px solid #DDDDDD;
- }
- .phoneEdit.data-v-04955f9b{
- width: 40rpx;
- height: 40rpx;
- }
- .name.data-v-04955f9b{
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #3C3C3C;
- width: 200rpx;
- }
- .phoneNUm.data-v-04955f9b{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #3C3C3C;
- }
- .phoneLeft.data-v-04955f9b{
- display: flex;
- }
- .default.data-v-04955f9b{
- width: 64rpx;
- height: 30rpx;
- background: rgba(255, 79, 0, 0.06);
- border-radius: 4rpx;
- text-align: center;line-height: 30rpx;
- color: #FF4F00;font-size: 22rpx;
- margin-left: 30rpx;margin-top: 4rpx;
- }
- .addTxt.data-v-04955f9b{
- color: #FF4F00;
- font-size: 30rpx;
- }
- .addjt.data-v-04955f9b{
- color: #CCCCCC;
- font-size: 30rpx;
- }
|