index.wxss 648 字节
/**index.wxss**/
.container{
  width: 100%;
  height: 100%;
}
.storeLogo {
  width: 200rpx;
  height: 200rpx;
  border-radius: 34px;
  background: #719df0;
  margin: 0 auto;
  margin-top: 240rpx;
}

.storeName {
  margin: 0 auto;
  margin-top: 32rpx;
  width: 132rpx;
  height: 44rpx;
  font-size: 32rpx;
  font-weight: 500;
  text-align: center;
  color: #0332ca;
  line-height: 44rpx;
  letter-spacing: 1rpx;
  margin-bottom: 100rpx;
}

.hint {
  width: 584rpx;
  height: 84rpx;
  font-size: 28rpx;
  font-weight: 400;
  text-align: center;
  color: #7d7e80;
  line-height: 42rpx;
  letter-spacing: 1rpx;
  margin: 0 auto;
  margin-top: 726rpx;
}