/* pages/set_name/set_name.wxss */ .set-name { padding: 50rpx 79rpx 0 79rpx; } .set-name input { border-bottom: 2rpx solid #000; font-size: 30rpx; } .set-name text { width: 100%; font-size: 24rpx; color: #999; display: block; text-align: center; margin: 48rpx 0; } .btn { width: 100%; height: 80rpx; background: #ea6aa0; text-align: center; line-height: 80rpx; color: #fff; font-size: 38rpx; border-radius: 10rpx; }