123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- .my-info {
- width: 100%;
- text-align: center;
- border-bottom: 20rpx solid #f5f5f5;
- padding-bottom: 30rpx;
- }
- .my-info .avatar {
- width: 176rpx;
- height: 176rpx;
- border-radius: 50%;
- }
- .my-info .my-info-name {
- color: #293539;
- font-size: 76rrpx;
- margin-top: 10rpx;
- position: relative;
- }
- .my-info .my-info-name text {
- width: 10rpx;
- height: 10rpx;
- position: absolute;
- border: 4rpx solid #a78845;
- border-radius: 50%;
- margin-left: 10rpx;
- }
- .my-info-order {
- width: 95%;
- text-align: center;
- margin: 0 auto;
- margin-top: 60rpx;
- }
- .my-info-order .list-icon {
- display: inline-block;
- width: 25%;
- position: relative;
- }
- .my-info-order .list-icon .red-dot {
- width: 18rpx;
- height: 18rpx;
- border-radius: 50%;
- position: absolute;
- right: 30rpx;
- background-color: #ff3f3e;
- }
- .my-info-order .list-icon text {
- display: block;
- font-size: 22rpx;
- color: #293539;
- }
- .my-info-order .list-icon image {
- width: 56rpx;
- height: 56rpx;
- }
- .my-item-list .my-item {
- width: 100%;
- height: 120rpx;
- border-bottom: 2rpx dashed #f5f5f5;
- line-height: 120rpx;
- font-size: 32rpx;
- color: #293539;
- position: relative;
- font-weight: 300;
- }
- .my-item-list .my-item text {
- width: 10rpx;
- height: 10rpx;
- position: absolute;
- border: 2rpx solid #a78845;
- border-radius: 50%;
- left: 30rpx;
- bottom: 50rpx;
- }
- .my-item-list .my-item navigator {
- display: inline-block;
- margin-left: 70rpx;
- width: 90%;
- }
- .my-item-list .my-item .about {
- display: inline-block;
- margin-left: 70rpx;
- width: 90%;
- }
- .my-item-list .my-item image {
- width: 40rpx;
- height: 40rpx;
- float: right;
- margin-top: 40rpx;
- margin-right: 30rpx;
- position: absolute;
- right: 0;
- }
- .show-pop {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(255, 255, 255, 0.8);
- }
- .show-pop .show-pop-box {
- width: 55%;
- margin: 0 auto;
- margin-top: 30%;
- background-color: #fff;
- border-radius: 10rpx;
- text-align: center;
- position: relative;
- padding-bottom: 40rpx;
- padding-top: 60rpx;
- padding-left: 30rpx;
- padding-right: 30rpx;
- box-shadow: 0rpx 4rpx 30rpx #eee;
- }
- .show-pop-box .close {
- width: 70rpx;
- height: 70rpx;
- position: absolute;
- right: 0;
- top: 0;
- }
- .show-pop .show-pop-box .show-pop-title {
- color: #a78845;
- font-size: 36rpx;
- font-weight: 300;
- position: relative;
- }
- .show-pop .show-pop-box .show-pop-title .r {
- width: 10rpx;
- height: 10rpx;
- position: absolute;
- border: 1px solid #a78845;
- border-radius: 50%;
- margin-left: 20rpx;
- margin-top: 20rpx;
- }
- .show-pop .show-pop-box .show-pop-title .l {
- width: 10rpx;
- height: 10rpx;
- position: absolute;
- border: 2rpx solid #a78845;
- border-radius: 50%;
- margin-left: -30rpx;
- margin-top: 20rpx;
- }
- .show-pop .show-pop-box .show-pop-text {
- margin-top: 20rpx;
- color: #293539;
- font-size: 30rpx;
- line-height: 56rpx;
- font-weight: 300;
- }
|