/* pages/my/my.wxss */ page { background: #f4f4f4; width: 100%; height: 100%; display: flex; flex-direction: column; } .container-top { margin-top: 2%; box-sizing: border-box; padding: 3%; /* background-color: brown; */ background: #ffffff; margin-bottom: 20rpx; } .home-top { /* width: 100%; */ background: #ffffff; margin-bottom: 50rpx; } .user { display: flex; } .pic { margin-left: 15rpx; width: 115rpx; height: 115rpx; margin-right: 15rpx; border-radius: 7px; } .inline { margin-right: 15rpx; margin-left: 15rpx; } .name { margin-bottom: 15rpx; font-size: 30rpx; color: #47524e; font-weight: 600; } .phone { font-size: 30rpx; margin-bottom: 15rpx; color: #47524e; font-weight: 600; } .student { background: #9fe3c6; height: fit-content; margin-left: 10rpx; font-weight: 600; /* color: #47524e; */ } .img-2 { width: 40rpx; height: 40rpx; } .icon { /* margin-left: 15rpx; */ margin-right: 10rpx; /* color: #ff8700; */ } .jifen { display: flex; } .number { color: #ff8803; font-weight: 600; font-size: 30rpx; } /* down */ .fang-down { width: 100%; height: 250rpx; /* background-color: blue; */ border-radius: 0 0 100% 100%; padding: 40rpx; box-sizing: border-box; background: linear-gradient(#ff7e4c, #f62446); display: flex; color: #feede9; font-size: 28rpx; } .card { margin-bottom: 10rpx; font-size: 34rpx; font-weight: bold; } .order { margin-top: 10rpx; margin-left: 20rpx; display: flex; justify-content: space-between; /* color: #696969; */ height: 100rpx; } .order-left { /* color:#474747 ; */ font-size: 32rpx; font-weight: 800; color: #585858; } .order-right { color: #bfc2c5; font-weight: 800; } .content { display: flex; align-items: center; justify-content: center; margin-bottom: 50rpx; } .content-one { display: flex; flex-direction: column; justify-content: center; align-items: center; } .pic-one { /* margin-left: 15rpx; */ width: 115rpx; height: 115rpx; /* margin-right: 15rpx; */ border-radius: 7px; } .pic-two { /* margin-left: 15rpx; */ width: 115rpx; height: 115rpx; /* margin-right: 15rpx; */ border-radius: 7px; } .pic-three { /* margin-left: 15rpx; */ width: 115rpx; height: 115rpx; /* margin-right: 15rpx; */ border-radius: 7px; } .img-box { background: #ffa05c; border-radius: 20rpx; width: 100rpx; height: 100rpx; color: #ffffff; display: flex; justify-content: center; align-items: center; }