| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- /* pages/user/index.wxss */
- page{
- background-color: #F7F7F7;
- }
- .user_user{
- padding:0rpx 16rpx;
- }
- .user_box{
- background-color: #ffffff;
- box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
- border-radius: 8rpx;
- margin-top: 30rpx;
-
- }
- .allocation_box{
- width: 100%;
- padding: 30rpx 30rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content:space-between;
- font-size: 28rpx;
- border-bottom:1rpx solid #F7F7F7;
- }
- .allocation_box1{
- width: 100%;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content:space-between;
- font-size: 28rpx;
- border-bottom:1rpx solid #F7F7F7;
- }
- .allocation_box2{
- width: 100%;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- border-bottom:1rpx solid #F7F7F7;
- }
- .allocation_buttom{
- margin-top: 20rpx;
- line-height: 42rpx;
- }
- .allocation_boxc{
- color: #909090;
- }
- .user_to{
- width: 120rpx;
- height: 120rpx;
- border-radius: 100rpx;
- }
|