| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- /* 标题简介 */
- .introduce-section {
- position: relative;
- background: #fff;
- padding: 35rpx 0rpx;
- padding-left: 35rpx;
- }
- .introduce-section .title {
- font-size: 32rpx;
- color: #303133;
- height: 50rpx;
- width: 70%;
- font-weight: bold;
- }
- .introduce-section .title .tip-o {
- color: #ff3334;
- padding-left: 15rpx;
- font-size: 25rpx;
- }
- .introduce-section .shareDate {
- padding: 15rpx 25rpx;
- padding-bottom: 25rpx !important;
- position: absolute;
- top: 25rpx;
- right: 0rpx;
- font-size: 30rpx;
- color: #3d3f46;
- border-bottom-left-radius: 25rpx;
- border-top-left-radius: 25rpx;
- background-color: #ffffff;
- height: 60rpx;
- background-color: #F2FEE6;
- border: none !important;
- }
- .introduce-section uni-button:after {
- border: none !important;
- }
- .introduce-section .share-img {
- width: 45rpx;
- height: 45rpx;
- position: relative;
- top: 5rpx;
- left: 0;
- margin-right: 10rpx;
- }
- .introduce-section .name {
- position: relative;
- top: 5rpx;
- }
- .introduce-section .progress-box {
- width: 260rpx;
- position: relative;
- margin-top: 15rpx;
- line-height: 10px;
- }
- .introduce-section .progress-box .number {
- font-size: 17rpx;
- position: absolute;
- z-index: 999;
- top: 3rpx;
- left: 15rpx;
- color: #ffffff;
- }
- .introduce-section .old_price {
- margin-top: 10rpx;
- font-size: 28rpx;
- text-decoration: line-through;
- color: #7a7a7a;
- }
- .introduce-section .info {
- color: #999999;
- font-size: 26rpx;
- padding-bottom: 15rpx;
- }
- .introduce-section .price-green {
- color: #2dbd59;
- font-size: 28rpx !important;
- }
- .introduce-section .price-green text {
- background: #2dbd59;
- color: #ffffff;
- padding: 0rpx 10rpx;
- border-radius: 5rpx;
- font-size: 22rpx !important;
- margin-left: 15rpx;
- }
|