| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- /* 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;
- }
- .buttom_{
- width: 100%;
- position: fixed;
- bottom: 88rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .buttom{
- width: 80%;
- height: 80rpx;
- color: #1DDADC;
- border: 1rpx solid #1DDADC;
- background-color: #ffffff;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 20rpx;
- }
- .box_image {
- width: 100%;
- background-color: #ffffff;
- height: 100vh;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
-
- .tag_image {
- width: 363rpx;
- height: 330rpx;
- margin-top: -155rpx;
- }
- .textmsg{
- font-size: 28rpx;
- margin-top: 20rpx;
- color: #222222;
- }
- .textmsgs{
- font-size: 24rpx;
- color: #cccccc;
- margin-top: 20rpx;
- }
|