123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- /* pages/myhome/myhome.wxss */
- .myhome-wrp {
- position: relative;
- }
- .topbg {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 80rpx;
- /* background-color: #fe7124; */
- z-index: 1;
- }
- .header {
- position: relative;
- z-index: 2;
- display: flex;
- margin-bottom: 0;
- padding: 40rpx;
- /* border-radius: 15rpx; */
- background-color: #fff;
- box-sizing: border-box;
- }
- .header .avtor {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- margin-right: 30rpx;
- }
- .header .info {
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex: 1;
- }
- .header .leftContent {
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .link {
- font-size: 24rpx;
- color: #8e8e8e;
- width: 45rpx;
- height: 45rpx;
- }
- .header .info .nickname {
- font-size: 34rpx;
- font-weight: bold;
- margin-bottom: 10rpx;
- }
- .header .info .weixin {
- font-size: 24rpx;
- color: #8e8e8e;
- margin-bottom: 10rpx;
- }
- .header .info .other {
- width: 350rpx;
- font-size: 26rpx;
- color: #8e8e8e;
- background-color: rgb(FF, FF, FF);
- }
- .header .info .other .money {
- color: #000000;
- }
- .card {
- width: 690rpx;
- margin: 0 auto;
- background-color: #fff;
- box-sizing: border-box;
- }
- .card-title {
- display: flex;
- padding: 30rpx 20rpx;
- align-items: center;
- border-radius: 15rpx;
- }
- .card-title:active {
- background-color: #eee;
- }
- .card-title .icon {
- margin-right: 15rpx;
- }
- .icon-postage {
- width: 45rpx;
- height: 45rpx;
- }
- .icon-phone {
- width: 45rpx;
- height: 45rpx;
- }
- .card-title .text {
- flex: 1
- }
- .card-title .more {
- font-size: 24rpx;
- color: #8e8e8e;
- width: 45rpx;
- height: 45rpx;
- }
- .card-body {
- padding: 0 20rpx 20rpx;
- }
- .card-item {
- padding: 30rpx;
- margin: 20rpx 0;
- border-radius: 15rpx;
- color: #fff;
- }
- .card-item:active {
- /* opacity: .8; */
- }
- .bg-orange {
- background: linear-gradient(to right, #ff7a21 0%, #feb25a 100%);
- }
- .bg-blue {
- background: linear-gradient(to right, #006ec9 0%, #2599d8 100%);
- }
- .order_list {
- position: relative;
- padding-top: 28rpx;
- font-size: 30rpx;
- box-shadow: 0 -5rpx 10rpx #ccc;
- }
- .order_list_box {
- width: 690rpx;
- margin: 0 auto;
- border-radius: 10rpx;
- background: #ffffff;
- }
- .order_list .order_title {
- position: relative;
- display: flex;
- height: 104rpx;
- box-sizing: border-box;
- line-height: 104rpx;
- padding: 0 40rpx;
- }
- .order_list .order_title text {
- color: #1E242E;
- flex: 1;
- font-weight: bolder;
- font-size: 36rpx;
- }
- .order_list .order_title .look_all_order {
- font-size: 24rpx;
- text-align: right;
- color: #999;
- }
- .order_list .order_info {
- display: flex;
- padding: 0 30rpx;
- padding-bottom: 30rpx;
- }
- .order_list .order_info>view {
- flex: 1;
- text-align: center;
- font-size: 20rpx;
- color: #999;
- }
- .order_list .order_info image {
- vertical-align: middle;
- }
- .order_list .order_info text {
- display: inline-block;
- height: 30rpx;
- }
- .sub_count {
- position: absolute;
- z-index: 1;
- width: 36rpx;
- height: 36rpx;
- line-height: 40rpx;
- left: 50%;
- top: -4rpx;
- background: #FF4E4E;
- color: #fff;
- font-size: 20rpx;
- border-radius: 50%;
- transform: scale(.8);
- }
- .mt8 .label {
- font-size: 28rpx;
- color: #333;
- }
- .qrcodeLabel {
- font-size: 26rpx;
- color: #999;
- }
- .cardList {
- width: 690rpx;
- border-radius: 10rpx;
- margin: 0 auto;
- margin-top: 30rpx;
- }
- .limit {
- position: relative;
- height: 90rpx;
- width: 690rpx;
- margin: 0 auto;
- background-image: linear-gradient(150deg, #77C7FF 0%, #2E8EFD 100%);
- border-radius: 9rpx 9rpx 0 0;
- display: flex;
- align-items: center;
- font-size: 26rpx;
- color: #fff;
- padding-left: 30rpx;
- box-sizing: border-box;
- z-index: 10;
- }
- .limit .label {
- font-size: 30rpx;
- color: #fff;
- margin-left: 10rpx;
- margin-right: 17rpx;
- }
- .crown {
- width: 46rpx;
- height: 38rpx;
- }
|