index.wxss 3.08 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
.setMyHomePage {
  position: fixed;
  right: 16rpx;
  top: 616rpx;
  z-index: 99;
  max-width: 100rpx;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-shadow: 0px 0px 6rpx #000;
  color: #fff;
  font-size: 24rpx;
}
.setMyHomePage .icon_box {
  width: 72rpx;
  height: 72rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10rpx;
}
.setMyHomePage .icon_box image {
  width: 48rpx;
}
.set_my_shop {
    width: 640rpx;
    padding-bottom: 50rpx;
    border-radius: 8rpx;
    color: #000000;
    font-size: 36rpx;
}
.set_my_shop .title {
    width: 640rpx;
    height: 94rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.set_my_shop .title image {
  width: 40rpx;
  height: 40rpx;
  right: 20rpx;
  position: absolute;
  right: 20rpx;
}
.set_my_shop .imgs {
    width: 640rpx;
    padding: 68rpx 40rpx;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 28rpx;
    box-sizing: border-box;
}
.set_my_shop .imgs image {
  width: 168rpx;
  height: 168rpx;
  margin-bottom: 20rpx;
}
.set_my_shop .set_bottom {
    width: 426rpx;
    height: 72rpx;
    margin-left: 106rpx;
    background-color: var(--main-color);
    color: #fff;
    font-size: 32rpx;
    display: flex;
    align-items: center;
    justify-content: center;
}
.set_more_price {
    width: 640rpx;
    padding-bottom: 64rpx;
    border-radius: 8rpx;
    color: #000000;
    font-size: 36rpx;
}
.ul {
  width: 640rpx;
  box-sizing: border-box;
  padding: 40rpx 22rpx 0;
  font-size: 26rpx;
}
.ul .li{
  margin-top: 20rpx;
  position: relative;
}
.ul .li .baiFen {
    position: absolute;
    top: 10rpx;
    right: 40rpx;
    color: #333;
}
.ul .li .setPrice {
    position: absolute;
    top: 10rpx;
    right: 90rpx;
    width: 36rpx;
    height: 36rpx;
}
.ul .add_my_shop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 90rpx 0 32rpx;
    margin-top: 64rpx;
}
.ul .add_my_shop>div {
    display: flex;
    align-items: center;
}
.ul .rules_title {
    margin-top: 10rpx;
    color: #999999;
}
.ul .set_price_checked {
    display: flex;
    justify-content: space-between;
}
.set_more_price .submit{
  width: 344rpx;
  height:72rpx;
  margin-left: 138rpx;
  margin-top: 78rpx;
  text-align: center;
  line-height: 72rpx;
  background-color: var(--main-color);
  font-size: 32rpx;
  color:rgba(255,252,252,1);
  border-radius: 80rpx;
  margin-bottom: 40rpx;
}
.set_more_price .input {
  width: 456rpx;
  height: 60rpx;
  font-size: 30rpx;
  background-color: #f3f3f3;
  padding: 0;
  margin-left: 58rpx;
  border-radius: 40rpx;
  text-align: center;
  line-height: 60rpx;
}
.set_more_price .title {
  width: 600rpx;
  width: 100%;
  height: 94rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.set_more_price .title image {
  width: 40rpx;
  height: 40rpx;
  right: 20rpx;
  position: absolute;
  right: 20rpx;
}