22 lines
371 B
Plaintext
22 lines
371 B
Plaintext
/* pages/member/info_costom/info_costom.wxss */
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.editinfo .buttonGropup {
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.editinfo .buttonGropup .button {
|
|
width: 660rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 32rpx;
|
|
border-radius: 20rpx;
|
|
border: none;
|
|
background-color: #f15353;
|
|
color: #fff;
|
|
text-align: center;
|
|
margin: 0 auto 40rpx;
|
|
}
|