微信小程序中字体大小不能设置

img

请问一下大家,问什么在微信小程序中这个地方的字体大小不能设置

wxml:

"{{scrollTop>minscreenHeight}}" class="goTop" bindtap="goTop">
  "goTop-con">GOup


```html

**wxss:**
.goTop {
  width: 150rpx;
  height: 68rpx;
  border-radius: 12px;
  margin: 0 auto;
  font-size: 30rpx;
  text-align: center;
  line-height: 68rpx;
  background-image: linear-gradient(-136deg, #3683FF 0%, #7B86FF 100%);
  color: #fff;
  font-size: 20rpx;
}



就是在这里设置的啊
也可以在wxml设置