123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- /* pages/toolDetails/index.wxss */
-
- .listker-content {
- width: 750px;
- min-height: 100vh;
- background: #F7F8FA;
- }
-
- .listker-wallet-top {
- position: fixed;
- top: 20rpx;
- display: flex;
- align-items: center;
- width: 710rpx;
- height: 200rpx;
- margin-left: 20rpx;
- }
-
- .line-20Linerpx {
- top: 0rpx;
- position: fixed;
- width: 100%;
- height: 20rpx;
- background: #F7F8FA;
- }
-
- .line-20downrpx {
- top: 220rpx;
- position: fixed;
- width: 100%;
- height: 20rpx;
- background: #F7F8FA;
- }
-
- .inforradio {
- margin-left: 20rpx;
- width: 710rpx;
- border-radius: 20rpx;
- background: #ffffff;
- }
-
- .line-200rpx {
- width: 100%;
- height: 240rpx;
- }
-
- .wallet-img {
- width: 710rpx;
- height: 200rpx;
- }
-
- .wallet-desc {
- margin-left: 40rpx;
- flex: 1;
- font-size: 36rpx;
- color: #7F641D;
- }
-
- .wallet-desc text {
- margin-left: 5rpx;
- margin-right: 5rpx;
- font-size: 56rpx;
- color: #7F641D;
- }
-
- .listker-wallet-content {
- display: flex;
- width: 710rpx;
- align-items: center;
- position: absolute;
- z-index: 111;
- }
-
- .wallet-detail {
- justify-content: center;
- margin-right: 40rpx;
- padding-right: 20rpx;
- padding-left: 20rpx;
- border-radius: 25px;
- background: #FFE297;
- display: flex;
- align-items: center;
- height: 50rpx;
- font-size: 24rpx;
- color: #7E5F11;
- line-height: 50rpx;
- }
-
- .wallet-d-img {
- width: 32rpx;
- height: 32rpx;
- }
-
- .listker-item {
- width: 710rpx;
- height: 130rpx;
- display: flex;
- align-items: center;
- }
-
- .desc {
- margin-left: 32rpx;
- flex: 1;
- }
-
- .title {
- font-size: 32rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .address {
- margin-top: 12rpx;
- font-size: 24rpx;
- font-weight: 400;
- font-weight: 400;
- color: #999999;
- }
-
- .time {
- margin-top: 13rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
-
- .number {
- margin-right: 32rpx;
- font-size: 36rpx;
- font-weight: 500;
- }
-
- .number-r {
- color: #FF0707;
- }
-
-
- .number-b {
- color: #2AB507;
- }
-
- .line-20rpx {
- width: 20rpx;
- height: 20rpx;
- }
-
- /* ================================================= */
-
- .use-popup {
- width: 640rpx;
- height: 598rpx;
- background: #FFFFFF;
- border-radius: 40rpx;
- padding: 60rpx 48rpx;
- box-sizing: border-box;
- position: relative;
- /* justify-content: center; */
- /* justify-content: space-evenly; */
- }
-
- .use-popup .close-img {
- width: 56rpx;
- height: 56rpx;
- /* background: red; */
- position: absolute;
- top: 16rpx;
- right: 16rpx;
- }
-
- .use-popup .title {
- /* margin-top: 60rpx; */
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #000000;
- }
-
- .use-popup .text-cotent {
- /* background-color: red; */
- overflow-y: scroll;
- text-align: left;
- /* height: 100%; */
- }
-
- .title_guild {
- margin-bottom: 30rpx;
- width: 520rpx;
- text-align: center;
- font-size: 36rpx;
- font-weight: 500;
- color: #000000;
- }
-
- .inText {
- margin-top: 20rpx;
- width: 540rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #000000;
- line-height: 40rpx;
- }
-
- .skin-popup .wux-landscape__inner {
- padding: 0 !important;
- }
-
- .skin-popup .popup-index--wux-popup {
- width: 650rpx !important;
- max-width: 650rpx !important;
- }
|