index.wxss 915 字节
/**index.wxss**/
page{
  width: 100%;
  overflow-x: hidden;
  background-color: #fff !important;
}
.storeLogo {
  width: 200rpx;
  height: 200rpx;
  border-radius: 34px;
  margin: 0 auto;
}
.storeLogo image{
  width: 200rpx;
  height: 200rpx;
  border-radius: 34px;
}

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

.hint {
  height: 84rpx;
  font-size: 28rpx;
  font-weight: 400;
  text-align: center;
  color: #7d7e80;
  line-height: 42rpx;
  letter-spacing: 1rpx;
  margin: 0 auto;
}
.container{
  width: 100%;
  height: 100%;
  padding-top: 240rpx;
  box-sizing: border-box;
  overflow: hidden;
}
.top{
   width: 100%;
   height: 80%;
   justify-content: center;
}
.bottom{
   width: 100%;
   height: 20%;
   justify-content: center;
}