operationBar.ttss 1.09 KB
.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.container .button {
  height: 54rpx;
  line-height: 54rpx;
  width: 130rpx;
  padding-left: 1rpx;
  padding-right: 1rpx;
  font-size: 25rpx;
  text-align: center;
  margin-right: 1rpx; 
}

.container .btn {
  display: inline-block;
  box-sizing: border-box;
  height: 54rpx;
  line-height: 54rpx;
  width: 126rpx;
  font-size: 25rpx;
  text-align: center;
  border: 1px solid #444444;
  border-radius: 10rpx;
  color: #444444;
}

.container .pay {
  background: #d0021b; 
  color: #fff;
  border: none;
  font-size: 25rpx;
  margin-left: 20rpx;
  line-height: 54rpx;
  min-width: 63px;
  display: inline-block;
  box-sizing: border-box;
  height: 54rpx;
  text-align: center;
  border-radius: 10rpx;
}

.container .inviteBtn {
  height: 54rpx;
  line-height: 54rpx;
  font-size: 25rpx;
  text-align: center;
  margin-right: 0rpx; 
  background: #d0021b;
  color: #fff;
  border: none;
  margin-left: 10px;
  padding: 0px 8px 0px 8px;
}

a {
  outline: none;
  color: #444444;
  text-decoration: none;
}