123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background-color: #fff;
- height: auto;
- min-height: 100%;
- }
- .table {
- width: 750rpx;
- background: #FFFFFF;
- }
- .table-title .title {
- margin-left: 15rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- line-height: 80rpx;
- }
- .table-title .val {
- padding-left: 30rpx;
- text-indent: 28rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: black;
- }
- .button {
- margin: 60rpx auto;
- width: 300rpx;
- height: 80rpx;
- background: #fff;
- border-radius: 38rpx;
- font-size: 30rpx;
- font-weight: 500;
- color: #FE5341;
- border: #FE5341 1px solid;
- line-height: 80rpx;
- text-align: center;
- }
- .button1 {
- color: #fff;
- background-color: #FE5341;
- }
- .join-wrap {
- height: 400rpx;
- width: 650rpx;
- background-color: #fff;
- border-radius: 20rpx;
- }
- .join-wrap .join-tit {
- text-align: center;
- font-size: 36rpx;
- font-weight: bold;
- padding: 20rpx 0;
- }
- .join-wrap .join-btn {
- line-height: 85rpx;
- background-color: #FE5341;
- color: #fff;
- font-size: 28rpx;
- text-align: center;
- border-radius: 0 0 20rpx 20rpx;
- margin: auto;
- }
- .join-wrap .content {
- display: flex;
- align-items: center;
- line-height: 80rpx;
- }
- .join-wrap .content .left {
- width: 120rpx;
- margin: 0 30rpx;
- font-size: 28rpx;
- font-weight: bold;
- color: #333333;
- }
- .join-wrap .content input {
- margin: 0;
- }
- .join-wrap .content .box-right {
- flex-grow: 1;
- }
- .join-wrap .content .input {
- margin: 0;
- flex-grow: 1;
- }
- .hui {
- color: #999999 !important;
- }
- .bghui {
- background-color: #eee !important;
- }
|