| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- /* pages/mytest/mytest.wxss */
- .mybg{
- width: 100vw;
- position: absolute;
- }
- .my_top{
- position: relative;
- }
- .avator{
- width: 118rpx;
- height: 118rpx;
- }
- .myinfo{
- position: relative;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- }
- .avatar{
- width: 110rpx;
- height: 110rpx;
- border-radius: 50%;
- }
- .myinfo_text{
- display: flex;
- flex-direction: column;
-
- }
- .vip {
- width: 50rpx;
- height: 50rpx;
- }
- .namebox_text {
- display: flex;
- align-items: center;
- }
- .plusname{
- background: linear-gradient(90deg, #FFB40E 0%, #FF5942 100%);
- color: #fff;
- height: 46rpx;
- border-radius: 0 24rpx 24rpx 0;
- padding: 0 24rpx 0 40rpx;
- margin-left: -30rpx;
- }
- .vip{
- width: 50rpx;
- height: 50rpx;
- z-index: 10rpx;
- position: relative;
- }
- .menber{
- background-color: #fff;
- }
- .all_box{
- position: relative;
- margin: 50rpx auto;
- width: 686rpx;
- /* box-sizing: border-box; */
- background-color: #fff;
- overflow: hidden;
- }
- .menber_box{
- background-color: #1C274C;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .menber_box_left{
- display: flex;
- align-items: flex-start;
- }
- .king_img{
- width: 44rpx;
- height: 44rpx;
- }
- .menber_box_text{
- display: flex;
- flex-direction: column;
- }
- .menber_text{
- color: #F7C566;
- }
- .poenit{
- background-color: #F7C566;
- }
- .fourbox{
- background-color: #fff;
- display: flex;
- align-items: center;
- }
- .fourboxitem{
- display: flex;
- position: relative;
- align-items: center;
- flex-direction: column;
- flex: 1;
- }
- .more{
- position: relative;
- width: 300rpx;
- height: 144rpx;
- background: #FFFBF0;
- box-sizing: border-box;
- }
- .more .num{
- color: #FF9600;
- }
- .more:last-of-type{
- background: #F0FAF3;
- }
- .icon{
- width: 80rpx;
- height: 80rpx;
- position: absolute;
- top: 30rpx;
- right: 24rpx;
- }
- .pos{
- position: relative;
- z-index: 10;
- }
- .order_box{
- background-color: #fff;
- width: 686rpx;
- margin: 0 auto;
- box-sizing: border-box;
- }
- .order_box_top{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .num-box{
- position: relative;
- width: 48rpx;
- height: 48rpx;
- }
- .fourbox_img{
- width: 48rpx;
- height: 48rpx;
- }
- .point{
- position: absolute;
- color: #fff;
- background-color: #F22E2E;
- font-size: 18rpx;
- border-radius: 50%;
- width: 24rpx;
- height: 24rpx;
- text-align: center;
- right: -4rpx;
- top: -4rpx;
- }
- .setting_box{
- width: 686rpx;
- background-color: #fff;
- margin: 0 auto 100rpx;
- box-sizing: border-box;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- .setting_box_item{
- display: flex;
- align-items: center;
- flex-direction: column;
- width: 25%;
- margin-bottom: 20rpx;
- position: relative;
- }
- .contact{
- position: absolute;
- opacity: 0;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- }
- .setting_box_img{
- width: 48rpx;
- height: 48rpx;
- }
- .lastsetting{
- margin: 50rpx auto;
- width: 686rpx;
- height: 120rpx;
- box-sizing: border-box;
- background-color: #fff;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .lastsetting_left{
- display: flex;
- align-items: center;
- }
- .lastsetting_img{
- width: 40rpx;
- height: 40rpx;
- }
|