123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306 |
- /* pages/mine/mine.wxss */
- page{
- background-color: #F7F7F7;
- }
- .body{
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .top{
- width: 92%;
- height: 150rpx;
- display: flex;
- align-items: center;
- }
- .top-content{
- width: 300rpx;
- height: 100%;
- margin-left: 46rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- /* .top-cut button{
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- background-color: #FFFFFF;
- box-shadow: 0px 1px 5px -8px rgba(0, 0, 0, 0.18);
- border-radius: 50rpx;
- font-size: 26rpx;
- color: #656565;
- width: 218rpx;
- height: 74rpx;
- margin: 0;
- } */
- .top-cut{
- width: 218rpx;
- height: 74rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- background-color: #FFFFFF;
- box-shadow: 0px 1px 15px -8px rgba(0, 0, 0, 0.18);
- border-radius: 38rpx;
- font-size: 28rpx;
- color: #656565;
- }
- .top-cut image{
- width: 34rpx;
- height: 28rpx;
- margin-left: 20rpx;
- }
- /* .top-cut button image{
- width: 34rpx;
- height: 28rpx;
- margin-left: 20rpx;
- } */
- .top-nick{
- display: flex;
- justify-content: space-between;
- width: 248rpx;
- }
- .nick-login{
- width: 86rpx;
- height: 44rpx;
- background-color: #FF874E;
- color: white;
- font-size: 24rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 12rpx;
- }
- .nick-name{
- font-size: 32rpx;
- /* color: #989898; */
- font-weight: 500;
- }
- .top-end{
- width: 250rpx;
- height: 90%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: flex-end;
- }
- .top-home{
- color: #FF874E;
- font-size: 28rpx;
- }
- .top-cutsta{
- width: 182rpx;
- height: 62rpx;
- background-color: #F3F3F3;
- font-size: 28rpx;
- color: #656565;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 12rpx;
- }
- .yuan{
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .yuan-body{
- width: 93%;
- margin-top: 40rpx;
- height: 160rpx;
- display: flex;
- justify-content: space-between;
- }
- .yuan-body .yuan-order{
- width: 340rpx;
- height: 160rpx;
- margin-top: 20rpx;
- background-color: white;
- border-radius: 20rpx;
- box-shadow: 0px 1px 3px #e6e6e6;
- display: flex;
- align-items: center;
- justify-content: space-around;
- font-size: 32rpx;
- color: #464646;
- font-weight: 600;
- }
- .yuan-body .icon{
- width: 100rpx;
- height: 100rpx;
- background-color: #FF874E;
- border-radius: 50rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: 0px 5px 10px #FFA57B;
- }
- .yuan-body image{
- width: 50rpx;
- height: 50rpx;
- }
- .yuan-content{
- width: 710rpx;
- height: 158rpx;
- margin-top: 60rpx;
- border-radius: 20rpx;
- background-color: white;
- box-shadow: 0px 2px 15px -14px rgba(0, 0, 0, 0.5);
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .yuan-c-info{
- display: flex;
- flex-direction: column;
- align-items: center;
- font-size: 24rpx;
- color: #464646;
- justify-content: space-around;
- height: 120rpx;
- }
- .y-yhk{
- width: 68rpx;
- height: 58rpx;
- }
- .y-thd{
- height: 58rpx;
- width: 62rpx;
- }
- .y-kf{
- height: 58rpx;
- width: 58rpx;
- }
- .yuan-foot{
- width: 710rpx;
- height: 340rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- background-color: white;
- margin-top: 50rpx;
- /* box-shadow: 0px 1px 3px #e6e6e6; */
- border-radius: 12rpx;
- align-items: center;
- }
- .yuan-f-info{
- width: 93%;
- height: 100rpx;
- display: flex;
- align-items: center;
- font-size: 32rpx;
- color: #656565;
- justify-content: space-around;
- }
- .yuan-f-info p {
- width: 500rpx;
- }
- .foot-go{
- width: 20rpx;
- height: 30rpx;
- }
- .yuan-jc{
- width: 40rpx;
- height: 46rpx;
- }
- .yuan-hy{
- width: 45rpx;
- height: 43rpx;
- }
- .yuan-xy{
- width: 40rpx;
- height: 46rpx;
- }
- .yuan-sz{
- width: 40rpx;
- height: 35rpx;
- }
- .tuan{
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .tuan-body{
- width: 93%;
- height: 200rpx;
- margin-top: 40rpx;
- display: flex;
- justify-content: space-around;
- }
- .tuan-info{
- width: 120rpx;
- height: 100%;
- font-size: 24rpx;
- color: #464646;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-weight: 600;
- }
- .tuan-info image{
- width: 120rpx;
- height: 120rpx;
- }
- .tuan-content{
- width: 710rpx;
- height: 340rpx;
- background-color: white;
- border-radius: 12rpx;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- /* box-shadow: 0px 1px 3px #e6e6e6; */
- }
- .tuan-c-info{
- width: 25%;
- display: flex;
- flex-direction: column;
- align-items: center;
- color: #464646;
- font-size: 24rpx;
- height: 110rpx;
- justify-content: space-around;
- }
- .tuan-c-info image{
- width: 64rpx;
- height: 64rpx;
- }
- .tuan-content1{
- width: 708rpx;
- height: 158rpx;
- background-color: white;
- box-shadow: 0px 2px 15px -14px rgba(0, 0, 0, 0.5);
- margin-top: 30rpx;
- display: flex;
- border-radius: 20rpx;
- }
- .tuan-c1-info{
- width: 50%;
- height: 100%;
- font-size: 28rpx;
- color: #464646;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .tuan-c1-info p{
- margin-left: 30rpx;
- }
- .tuan-foot{
- width: 710rpx;
- height: 436rpx;
- background-color: white;
- margin-top: 30rpx;
- margin-bottom: 30rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- border-radius: 12rpx;
- }
|